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












 

































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

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


.banner-area .dnd-section {
  padding: 0;
}
.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.dnd-section[class*="-force-full-width-section"] > .row-fluid{
  padding: 0 !important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face { 
  font-family: 'Tofino Narrow'; 
  src: url('https://8125678.fs1.hubspotusercontent-na1.net/hubfs/8125678/MNITargetedMedia_February2021/font/TofinoNarrow-Regular.otf') format('opentype');
} 
@font-face {
  font-family: "Tofino Text Book";
  src: url("https://8125678.fs1.hubspotusercontent-na1.net/hubfs/8125678/MNITargetedMedia_February2021/font/TofinoText-Book.otf") format("opentype");
}

@font-face {
  font-family: "Tofino";
  src: url("https://8125678.fs1.hubspotusercontent-na1.net/hubfs/8125678/MNITargetedMedia_February2021/font/Tofino-Regular.otf") format("opentype");
}

@font-face {
  font-family: "Tofino Black";
  src: url("https://8125678.fs1.hubspotusercontent-na1.net/hubfs/8125678/MNITargetedMedia_February2021/font/Tofino-Black.otf") format("opentype");
}

@font-face {
 font-family: "Tofino Wide Black";
 src: url("https://8125678.fs1.hubspotusercontent-na1.net/hubfs/8125678/MNITargetedMedia_February2021/font/TofinoWide-Black.otf") format("opentype");
}

@font-face { 
  font-family: 'Tofino Medium'; 
  src: url('https://8125678.fs1.hubspotusercontent-na1.net/hubfs/8125678/MNITargetedMedia_February2021/font/Tofino-Medium.otf') format('opentype');
}

html {
  font-size: 10px;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1.42857143;
  background-color: #ffffff;
  color: #000000;
  font-family: 'Tofino', sans-serif;
  font-size: 16px;
}

p {
  margin: 0 0 10px;
}

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

/* Headings */
h1,
{
  font-family: 'Tofino';
}
h2,
{
  line-height: 1.1;
  font-family: 'Tofino';
  color: #000000;
  word-break: break-word;
}

h3,
h4,
h5,
h6 {
  line-height: 1.1;
  font-family: 'Tofino Wide Black';
  font-family: 'Tofino';
  color: #000000;
  word-break: break-word;
}
h1, h2, h3{
  margin-top: 0;
  margin-bottom: 10px;
}
h4, h5, h6{
  margin-top: 10px;
  margin-bottom: 5px;
}
h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {}

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

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

/* Horizontal Rules */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

/* 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: 0;
}

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

img {
    max-width: 100%;
    height: auto;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Tofino, sans-serif;
}
.hs-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  font-weight: 700;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  background: #3574E3;
  border: 1px solid #3574E3;
  font-family: 'Tofino', sans-serif!important;
  font-size: 15pt!important;
  padding: 6px 36px;
  padding-top: 11px;
  text-decoration: none !important
}
.hs-button:hover {
  background: #fff;
  color: #3574E3;
  border: 1px solid #3574E3;
}

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

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


.hs-form > label,
.hs-form-field > label{
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 500;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 10px;
}
.hs-form > label span.hs-form-required, 
.hs-form-field > label span.hs-form-required {
  position: absolute;
  left: 0;
}

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

.hs-input,
input#hs-pwd-widget-password{
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border-radius: 0;
}
input#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0;
  margin-bottom: 15px;
}

ul.no-list.hs-error-msgs {
  padding: 0;
}
.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: 0;
  display: inline-block;
  padding-right: 0;
}
.hs-input[type=checkbox] + label, 
.hs-input[type=radio] + label {
  padding-left: 0;
}
.hs-membership-loader.hs_submit.hs-submit {
    margin-top: 15px;
}

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

.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,
.hs-form-field {
  margin-bottom: 15px;
}

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

.hs-form-required {
  color: #a94442;
}

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

h3.form-title {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  font-family: inherit;
}
form select.hs-input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: auto;
}
ul.hs-search-field__suggestions:empty {
  padding: 0 !important;
}
.hs-search-field__suggestions {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  padding:10px !important;
  background-color:#fff !important;
}

.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000 !important;
}

.hs-search-field__suggestions li {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

.hs-search-field__suggestions li a {
  padding: 5px !important;
}

.hs-search-field__suggestions #results-for {
  font-weight: bold !important;
}

.hs-search-field__suggestions a,.hs-search-field__suggestions #results-for {
  display: block !important;
}

.hs-search-field__suggestions a:hover,.hs-search-field__suggestions a:focus {
  background-color: rgba(0,0,0,.1) !important;
  outline: 0 !important;
}

input + a{
  display: inline-block !important;
  margin-top: 15px;
}




@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: Tofino, serif;
}

ul.no-list.hs-error-msgs.inputs-list label {
    color: #a94442;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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;
}

@charset 'UTF-8';.slick-loading .slick-list{background:#fff url(ajax-loader.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(fonts/slick.eot);src:url(fonts/slick.eot?#iefix) format('embedded-opentype'),url(fonts/slick.woff) format('woff'),url(fonts/slick.ttf) format('truetype'),url(fonts/slick.svg#slick) format('svg')}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:0;background:0 0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0;background:0 0}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'←'}[dir=rtl] .slick-prev:before{content:'→'}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:'→'}[dir=rtl] .slick-next:before{content:'←'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}
/*# sourceMappingURL=slick-theme.min.css.map */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/*# sourceMappingURL=slick.min.css.map */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.multi-text-section {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.multi-text-list-block {
  width: 30%;
}
.multi-text-inner {
  width: 70%;
}
.multi-text-list-block ul {
  border: 1px solid #006ad7;
  padding: 10px;
  margin-top: 0;
  margin-bottom: 50px;
}
.multi-text-list-block ul li {
  list-style: none;
}
.multi-text-list-block ul li a{
  font-size: 18px;
  margin: 12px auto;
  display: block;
  font-family: 'Tofino', sans-serif;
}
.multi-text-inner-wrapp {
  padding-left: 15px;
}
.section-text-wrapp .grey-table-section {
  border: 1px solid #dee2e6;
  margin-bottom: 50px;
  background-color: #eeeeee;
}
.section-text-wrapp .bg-grey {
  width: 100%;
  padding: 26px;
  height: 269px;
  background-color: #eeeeee;
  border: 0;
}
.two-column-row{
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 30px;
  padding-top: 20px;
}
.two-column-row .col {
  width: 50%;
}
.two-column-row table.grey-table-section {
  margin-left: 20px;
  margin-bottom: 0;
}
.section-text-wrapp .two-column-row .bg-grey {
  height: 668px;
  padding: 16px;
}
.section-text-wrapp .two-column-row .bg-grey p {
  font-size: 16px;
}
.cta-groop {
  background-color: rgba(238, 238, 238, 1);
  padding: 40px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-text-block .cta-groop>a {
  display: inline-block;
  margin: 4px 5px;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  -moz-transition: all .4s ease ;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  background: rgb(0,215,184);
  border-radius: 6px;
  border-width: 0px;
  color: rgb(255,255,255);
  font-family: 'Tofino', sans-serif;
  height: auto;
  transition: all .4s ease;
  padding: 6px 18px;
  text-shadow: none;
  width: auto;
  max-width: 202px;
  font-size: 24px;
  line-height: 1.5em;
}
.multi-text-section-wrapp .multi-text-inner p{
  font-size: 16px;
}
.multi-text-list-block ul li.active a {
  color: #006ad7;
  font-family: 'Tofino', sans-serif;
}
.section-text-block h3 {
  color: #3574e3;
}
.section-text-block hr {
  border-color: #000000;
  margin-bottom: 30px;
}
.two-column-row.programmatic-partners td.bg-grey {
  height: 347px;
}
.section-text-block a {
  text-decoration: underline;
}
.product-advertising-tips-list-section {
  padding-left: 25px;
  position: relative;
}
.product-advertising-tips-list-section li:before {
  content: "";
  background-image: url(https://8125678.fs1.hubspotusercontent-na1.net/hubfs/8125678/checkbox.png);
  background-size: contain;
  position: absolute;
  width: 15px;
  height: 15px;
  left: -25px;
  background-repeat: no-repeat;
  top: 5px;
}
.product-advertising-tips-list-section ul{
  padding-left: 0;
}
.product-advertising-tips-list-section li{
  margin: 12px auto;
  line-height: 28px;
  list-style:none;
  position: relative;
  font-family: 'Tofino', sans-serif;
}
.bonus-section h2 span{
  color: #3574e3;
}
.product-advertising-tips-list-section .bottom-spacing {
  margin-bottom: 50px;
}
.bonus-section hr {
  margin-bottom: 40px;
}
.bonus-section {
  padding-bottom: 20px;
}
.section-text-block .image-section {
  padding-top: 10px;
  display: block;
  padding-bottom: 30px;
}
.multi-text-list-block{
  top: 115px;
}
.grey-table-section span {
  color: #3574e3;
}
.grey-table-section em.text {
  font-family: 'Tofino', sans-serif;
  font-size: 20px;
}
.grey-table-section strong.bold-text {
  font-family: 'Tofino', sans-serif;
}
.section-text-block p.bottom-spacing {
  margin-bottom: 40px;
}
.multi-text-section-wrapp .multi-text-inner .bonus-section p {
  font-size: 20px;
  line-height: 28px;
  margin: 12px auto;
  font-family: 'Tofino', sans-serif;
}
.toggle-button {
  display: none;
}


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

}/*-------- 1199 ends here ----------*/

@media screen and (max-width: 991px) {
  .cta-groop {
    padding: 18px;
    margin-top: 25px;
  }
  .multi-text-section{
    display: block;
  }
  .multi-text-list-block {
    width: 100%;
  }
  .multi-text-inner {
    width: 100%;
  }
  .multi-text-inner-wrapp {
    padding-left: 0;
  }
  .toggle-button {
    background: #006AD7;
    bottom: 10px;
    cursor: pointer;
    display: block;
    font-size: 27px;
    height: 40px;
    line-height: 40px;
    transition: all .6s ease 0s;
    width: 40px;
    z-index: 10;
    text-align: center;
    color: #0033A0;
    position: absolute;
    top: 0;
    right: -39px;
  }

  .multi-text-list-block {
    transform: translate(-100%,0);
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
    -webkit-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .multi-text-list-block {
    right: 0;
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
    padding: 15px;
    z-index: 999;
  }
  .multi-text-list-block{
    background: #006ad7;
  }
  .multi-text-list-block i.fa.fa-angle-right {
    color: #fff;
    font-size: 20px;
  }
  .toggle-button.active i.fa.fa-angle-right {
    transform: rotate(180deg);
  }
  .multi-text-list-block.active {
    transform: translate(-0%,0);
  }
  .multi-text-list-block {
    position: fixed !important;
    left: 0 !important;
    top: 124px !important;
    background-color: #fff !important;
    padding: 0 !important;
    max-width: 400px !important;
    width: 90% !important;
  }
  .multi-text-list-block ul{
    margin: 0;
  }
}/*-------- 991 ends here ----------*/

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

}/*-------- 880 ends here ----------*/

@media screen and (max-width: 767px) {
  .two-column-row{
    display:block;
  }
  .two-column-row .col {
    width: 100%;
  }
  .multi-text-list-block {
    width: 96%;
  }
  .section-text-wrapp {
    margin-right: -15px;
    margin-left: -15px;
  }
  .two-column-row table.grey-table-section {
    margin-left: 0;
  }
  .product-advertising-tips-list-section {
    padding-left: 14px;
  }
  .product-advertising-tips-list-section li:before{
    left: -18px;
  }
  .cta-groop{
    padding: 40px;
    justify-content: center;
  }
}/*-------- 767 ends here ----------*/
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */



/* tooltip */
 
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.fade.in {
  opacity: 1;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-inner {
  border-radius: 0;
}

/* tooltip */


.website-page .hs_cos_wrapper_type_rich_text p {
  font-family: 'Tofino', sans-serif;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 24px;
}

.website-page main.body-container-wrapper {
  padding-top: 30px;
  padding-bottom: 20px;
}
.website-page {
  overflow: hidden;
}
.custom-body-wrapper {
  margin-top: 50px;
}
.website-page .hs_cos_wrapper_type_rich_text a{
  text-decoration: underline;
}
.hs_cos_wrapper_type_rich_text a button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 700;
  border-radius: 0;
  background: #ffffff;
  border: 1px solid #888888;
  color: #000000;
  font-family: 'Tofino', sans-serif!important;
  font-size: 15pt!important;
  padding: 6px 36px;
  padding-top: 11px;
  white-space: normal;
}
.hs_cos_wrapper_type_rich_text a button:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff!important;
}

.website-page.social_media_inner .top_content .container-fluid.top_content .dnd-section {
  padding: 0;
}
.website-page.social_media_inner .section-wrapper > .page-center {
  padding-top: 30px;
  padding-bottom: 28px;
}


.website-page.social_media_inner .top_content .container-fluid.top_content .dnd-section > .row-fluid {
  padding: 0;
}
.website-page.social_media_inner .hs_cos_wrapper_type_section_header .page-header{
  margin-top: 2px;
}


.website-page.social_media_inner .hs_cos_wrapper_type_section_header h1 {
  font-family: 'Tofino', sans-serif;
  border-bottom: solid 3px #333;
  padding-bottom: 10px;
  width: 100%;
  margin: auto auto 20px !important;
  font-size: 36px;    
}

.website-page.social_media_inner .hs_cos_wrapper_type_section_header p.secondary-header {
  font-family: 'Tofino', sans-serif;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #777;
  list-style: none;
}
@media screen and (min-width: 768px){
  .website-page.social_media_inner .hs_cos_wrapper_type_section_header h1 {
    font-size: 60px;
  }
}

.website-page.social_media_inner .bottom_content {
  margin-right: -15px;
  margin-left: -15px;
}

.website-page.social_media_inner .bottom_content .left {
  width: 16.66666667%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 20px;
}

.website-page.social_media_inner .bottom_content .left .dnd-section {
  padding: 0;
}

.website-page.social_media_inner .bottom_content .right {
  width: 83.33333333%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.website-page.social_media_inner .bottom_content .right .dnd-section {
  padding: 0;
}

.website-page.social_media_inner .bottom_content:after {
  clear: both;
  content: "";
  display: block;
}
.website-page.social_media_inner .bottom_content .left .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.website-page.social_media_inner .bottom_content .left .hs-menu-wrapper > ul > li {
  color: #000;
  background-color: #fff;
  border-bottom: solid 1px #ccc;
  padding: 10px 15px;
  line-height: 1.1;
  font-size: 14px;
}

.website-page.social_media_inner .bottom_content .left .hs-menu-wrapper > ul > li > a {
  font-size: 14px;
  line-height: 1.1;
}
.website-page.social_media_inner .bottom_content .left .hs-menu-wrapper > ul > li > a:hover {
  color: #000000;
  text-decoration: underline;
}

.website-page.social_media_inner .bottom_content .left .dnd-section .row-fluid {
  padding: 0;
}

.website-page.social_media_inner .bottom_content .left .container-fluid.left_content {
  padding-right: 20px;
  background: #006ad7;
  background: -moz-linear-gradient(top, #006ad7 0%, #83cec4 100%);
  background: -webkit-linear-gradient(top, #006ad7 0%,#83cec4 100%);
  background: linear-gradient(to bottom, #006ad7 0%,#83cec4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006ad7', endColorstr='#83cec4',GradientType=0 );
  width: 185px;
}

.website-page.social_media_inner .bottom_content .right figure {
  margin: 0;
}
.website-page.social_media_inner .bottom_content .right .share-container.popup-social-share {
  margin: 0 0 20px;
}

.website-page.social_media_inner .bottom_content .right .dnd-section .row-fluid {
  padding: 0;
}

.website-page.social_media_inner .bottom_content .right .share-container.popup-social-share a {
  color: #000000;
  line-height: 1.42857143;
}

.website-page.social_media_inner .bottom_content .right figure img {
  width: auto;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}

.website-page.social_media_inner .bottom_content .right figure figcaption p {
  color: #666;
  font-size: 13px;
  line-height: 1.4em;
  text-shadow: none;
  margin-bottom: 20px;
}

.website-page.social_media_inner.social_media_wrapper .section-wrapper-inner > .top_content {
  margin: 0 0 20px;
  border-bottom: 2px solid #333;
}

/* .website-page.social_media_inner.social_media_wrapper .section-wrapper-inner>.top_content .widget-type-rich_text:after {
content: "";
border-bottom: 2px solid #333;
display: block; 
}

.website-page.social_media_inner.social_media_wrapper .section-wrapper-inner>.top_content .widget-type-rich_text {
position: relative;
}

.website-page.social_media_inner.social_media_wrapper .section-wrapper-inner>.top_content .hs_cos_wrapper_type_section_header p.secondary-header{
margin: 0;
} */

.website-page.social_media_inner.social_media_wrapper .section-wrapper-inner > .top_content h3{
  font-size: 36pt;
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
  font-family: 'Tofino', sans-serif;
  padding: 0 5px 20px 0;
  margin-bottom: -4px;
  border-bottom-width: 6px;
  border-bottom-style: solid;
  border-bottom-color: #333;
  display: inline-block;
}

.website-page.social_media_inner:not(.social_media_wrapper) .section-wrapper-inner > .top_content h3{
  font-size: 36pt;
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
  font-family: 'Tofino', sans-serif;
  padding: 0 5px 20px 0;
  margin-bottom: -4px;
  border-bottom-width: 6px;
  border-bottom-style: solid;
  border-bottom-color: #333;
  display: inline-block;
}
.website-page.social_media_inner:not(.social_media_wrapper) .section-wrapper-inner > .top_content a{
  text-decoration: none;
}

.website-page.social_media_inner:not(.social_media_wrapper) .section-wrapper-inner>.top_content .widget-type-rich_text:after {
  content: "";
  border-bottom: 2px solid #333;
  display: block; 
}

.website-page.social_media_inner.social_media_wrapper .section-wrapper > .page-center {
  padding-top: 31px;
}

.website-page.social_media_inner.social_media_wrapper .section-wrapper-inner > .top_content a {
  text-decoration: none;
  color: #000000;
}

.website-page.social_media_inner.social_media_wrapper .section-wrapper-inner > .top_content a:hover {
  text-decoration: underline;
}

.website-page.social_media_inner.social_media_wrapper .bottom_content .right .hs_cos_wrapper_type_rich_text h4 {
  color: #000000;
  font-family: 'Tofino', sans-serif;
  padding: 0 5px 22px 0;
  border-bottom: 2px solid #333;
  position: relative;
  margin: 0 0 20px;
}

.website-page.social_media_inner.social_media_wrapper .bottom_content .right .span12.dnd-column {
  padding: 20px;
}

.website-page.social_media_inner.social_media_wrapper .bottom_content .right h4 span {
  border-bottom-width: 6px;
  border-bottom-style: solid;
  border-bottom-color: #333;
  padding: 0 5px 18px 0;
}

.website-page.social_media_inner.social_media_wrapper .right {
  padding-top: 4px;
}

.website-page.social_media_inner.social_media_wrapper .bottom_content .right .hs_cos_wrapper_type_rich_text p {
  margin: 0 0 10px;
  color: #444 !important;
  font: 300 16px/19px Tofino Text Book;
}
/* .website-page.social_media_inner.social_media_wrapper .bottom_content .right .dnd-section > .row-fluid {
margin-left: -15px;
margin-right: -15px !important;
display: block !important;
width: calc(100% + 30px);
} */

/* .website-page.social_media_inner.social_media_wrapper .bottom_content .right .dnd-module {
padding: 0 15px;
} */

.website-page.social_media_inner.social_media_wrapper .bottom_content .right div:not(.span12).dnd-column .dnd-module {
  padding: 0;
}

.website-page .body-container-wrapper .section-header h1{
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  font-family: 'Tofino', sans-serif;
  padding: 0 5px 20px 0;
  border-bottom-width: 6px;
  border-bottom-style: solid;
  border-bottom-color: #333;
  display: inline-block;
  margin: 0 0 16px;
}

.website-page .body-container-wrapper .section-header {
  display: block;
  text-align: center;
  margin-bottom: -4px;
  margin-top: 0;
  color: #444 !important;
  font: 300 16px/19px Tofino Text Book;
}

.website-page .body-container-wrapper .section-header p.secondary-header {
  margin: 0 0 24px;
}
.home-page .body-container-wrapper {
  padding-top: 30px;
  padding-bottom: 20px;
}
@media (min-width: 768px){
  .home-page .container-fluid.row1 .hs_cos_wrapper_type_rich_text img[style*="float: right"] {
    width: 48%;
    margin-left: 2% !important;
  }
}
.home-page .container-fluid.row1 .hs_cos_wrapper_type_rich_text p {
  font-family: 'Tofino', sans-serif;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 24px;
}
.home-page .container-fluid.row1 .hs_cos_wrapper_type_rich_text hr {
  border: 2px solid #006ad7;
  width: 45%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.home-page .container-fluid.row1 .hs_cos_wrapper_type_rich_text button.pink {
  background: #d21a76;
  border: 1px solid #d21a76;
  color: #fff;
}

.home-page .container-fluid.row1 .hs_cos_wrapper_type_rich_text button.pink:hover {
  background: #fff;
  color: #d21a76 !important;
  border: 1px solid #d21a76;
}

.hs_cos_wrapper_type_rich_text button.pink {
  background: #d21a76;
  border: 1px solid #d21a76;
  color: #fff;
}

.hs_cos_wrapper_type_rich_text button.pink:hover {
  background: #fff;
  color: #d21a76 !important;
  border: 1px solid #d21a76;
}

.home-page .container-fluid.row1 .cm-content-with-two-cols-group .cm-content-with-two-cols-col2 h1 {
  font-family: inherit;
}
.home-page .cm-content-with-two-cols-group .cm-content-with-two-cols-col1 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
}
.home-page .cm-content-with-two-cols-group.Left .cm-content-with-two-cols-col1 {
  margin: 0;
}
.home-page .cm-content-with-two-cols-group {
  margin-left: -15px;
  margin-right: -15px;
  flex-direction: row;
  line-height: inherit;
  margin-bottom: 0;
}
.home-page .cm-content-with-two-cols-group .cm-content-with-two-cols-col2 {
  padding-left: 15px;
  padding-right: 15px;
}
.home-page .cm-content-with-two-cols-group .cm-content-with-two-cols-col2 ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  display: inline-block;
  font-family: 'Tofino', sans-serif;
}
.home-page .cm-content-with-two-cols-group .cm-content-with-two-cols-col2 ul ul {
  list-style: none;
  padding: 0;
}
.home-page .cm-content-with-two-cols-group ul li:before {
  content: none;
}
.home-page .cm-content-with-two-cols-group h2 {
  font-family: 'Tofino', sans-serif;
  display: inline-block;
}
.home-page .cm-content-with-two-cols-group ul li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  line-height: inherit;
}
.home-page .cm-content-with-two-cols-group .cm-content-with-two-cols-col2 span + ul {
  margin-left: 0;
}
.home-page .cm-content-with-two-cols-group h2 + span {
  margin-left: 3px;
  font-family: 'Tofino', sans-serif;
  display: inline-block;
  margin-right: -2px;
}
.home-page .cm-content-with-two-cols-group h3 {
  font-family: 'Tofino',sans-serif;
  display: inline-block;
}
.home-page .cm-content-with-two-cols-group h3 + span {
  margin-left: 4px;
  font-family: 'Tofino', sans-serif;
  display: inline-block;
  margin-right: -5px;
}
.home-page .cm-content-with-two-cols-group .cm-content-with-two-cols-button a {
  margin-top: 0;
}
.home-page .cm-content-with-two-cols-group.Right .cm-content-with-two-cols-button {
  text-align: right;
}
.home-page .body-container-wrapper .container-fluid.row1.row1_bottom_content {
  margin-bottom: 39px;
  padding-top: 147px !important;
}
.home-page .body-container-wrapper .container-fluid.row3 {}

.home-page .body-container-wrapper .container-fluid.row3 h3 {
  font-family: 'Tofino', sans-serif;
  font-size: 36pt;
  margin: 0 0 19px;
}
.home-page .body-container-wrapper .container-fluid.row3 img {
  max-width: 100%;
}
.home-page .body-container-wrapper .container-fluid.row3 .hs_cos_wrapper_type_rich_text {
  font-family: 'Tofino', sans-serif;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 24px;
}
.home-page .body-container-wrapper .container-fluid.row3 .hs_cos_wrapper_type_rich_text p {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 24px;
}
.home-page .cm-content-with-two-cols-group .cm-content-with-two-cols-col2 h1 {
  font-size: 36px;
  font-family: 'Tofino', sans-serif;
}
.home-page .body-container-wrapper .container-fluid.row2 {
  margin-top: 40px;
}
.home-page img {
  max-width: 100%;
}
.marketing-page .row1 {
  padding-top: 36px;
  padding-bottom: 20px;
}
.marketing-page .row1 .row1_left .dnd-section {
  padding: 0;
}
.marketing-page .row1 .row1_left .dnd-section .row-fluid {
  padding: 0;
}
.marketing-page .row1 .left-content {
  /*   float: left; */
  /*   width: 50%; */
}
.marketing-page .row1 .right-content {
  width: 48%;
  margin-left: 2%;
  border: 1px solid #006ad7;
  float: right;
  margin-bottom: 30px;
  padding: 20px 20px 0 20px;
}
.marketing-page .row1 .right-content .dnd-section {
  padding: 0;
}
.marketing-page .row1 .right-content .dnd-section .row-fluid {
  padding: 0;
}
.marketing-page .row1 .right-content p {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 12px;
  font-family: 'Tofino', sans-serif;
}
.marketing-page .row1 .right-content p em {
  font-size: 12px;
}
.marketing-page .row1 .right-content h1 {
  line-height: 1.1;
}
.marketing-page .row1 .right-content p strong {
  font-family: 'Tofino', sans-serif !important;
}
.marketing-page .row1 .right-content hr {
  border: 1px solid #006ad7;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.marketing-page .row1 .right-content ol,
.marketing-page .row1 .right-content ul {
  text-align: left;
  width: 75%;
  margin: auto;
  padding: 0;
}
.marketing-page .row1 .right-content ol li,
.marketing-page .row1 .right-content ul li {
  line-height: 22px;
  margin-bottom: 12px;
  font-size: 12px;
  font-family: 'Tofino', sans-serif;
  color: #444;
}
.marketing-page .row1 .left-content p {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 24px;
  font-family: 'Tofino', sans-serif;
}
.marketing-page .row1 .page-center:after {
  clear: both;
  content: "";
  display: block;
}
.marketing-page .row1 .page-center:after {
  clear: both;
  content: "";
  display: block;
}
.marketing-page .container-fluid.row2 h2 {
  margin-right: auto;
  margin-left: auto;
  font-family: 'Tofino', sans-serif;
  color: #000!important;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 10px;
}

.marketing-page .container-fluid.row2 p {
  font-size: 20px;
  line-height: 28px;
  margin: 12px auto;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Tofino', sans-serif;
}
.marketing-page .container-fluid.row2 {
  margin-top: 31px;
}
.marketing-page .container-fluid.row3 {
  padding-top: 68px;
}
.marketing-page .container-fluid.row3 .hs_cos_wrapper_type_header h1 {
  font-size: 36pt;
  font-family: 'Tofino', sans-serif;
  padding: 0 5px 20px 0;
  margin-bottom: -4px;
  border-bottom-width: 6px;
  border-bottom-style: solid;
  border-bottom-color: #333;
  display: inline-block;
}
.marketing-page .container-fluid.row3 .hs_cos_wrapper_type_header {
  margin: 0 0 20px;
  border-bottom: 2px solid #333;
  display: block;
}
.marketing-page .container-fluid.row3 h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: 'Tofino', sans-serif;
}
.marketing-page .container-fluid.row4 {
  padding-left: 15px;
  padding-right: 15px;
  background-color: #f0f0f0;
  padding-top: 28px;
  padding-bottom: 28px;
}
.marketing-page .container-fluid.row4 .hs_cos_wrapper_type_rich_text {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}
.marketing-page .container-fluid.row4 p {
  font-family: 'Tofino', sans-serif;
  margin: 12px auto;
}
.marketing-page .container-fluid.row5 {
  padding-top: 30px;
}
.marketing-page .container-fluid.row5 .hs_cos_wrapper_type_linked_image {
  display: block;
  position: absolute;
  top: -150px;
  width: 100%;
}
.marketing-page .container-fluid.row5 .hs_cos_wrapper_type_linked_image img.hs-image-widget {
  width: 100%;
}
.marketing-page .container-fluid.row5 .widget-type-linked_image {
  display: block !important;
  width: 100% !important;
  height: 300px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.marketing-page .container-fluid.row5 .hs_cos_wrapper_type_rich_text {
  display: block;
  font-family: 'Tofino', sans-serif;
  font-size: 16px;
  line-height: 27px;
}
.marketing-page .container-fluid.row5 .hs_cos_wrapper_type_rich_text p {
  margin-bottom: 24px;
}
.marketing-page .container-fluid.row5 .hs_cos_wrapper_type_rich_text hr {
  border: 2px solid #006ad7;
  width: 45%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.marketing-page .container-fluid.row5 .hs_cos_wrapper_type_rich_text *[style*="float: left;"] {
  margin-right: 2%;
  width: 48%;
}
.marketing-page .container-fluid.row5 .hs_cos_wrapper_type_rich_text *[style*="float: right;"] {
  margin: 0;
  margin-left: 2%;
  width: 48% !important;
  margin-top: 5px;
}
.marketing-page .container-fluid.row5 .hs_cos_wrapper_type_rich_text blockquote {
  font-family: 'Tofino', sans-serif !important;
  padding: 10px 20px;
  border-left: 5px solid #006ad7;
}
.marketing-page .container-fluid.row5 .hs_cos_wrapper_type_rich_text blockquote p {
  font-size: 24px;
  line-height: 32px;
}
.marketing-page .container-fluid.row5 .hs_cos_wrapper_type_rich_text blockquote p:last-child {
  margin-bottom: 0;
}
.marketing-page .container-fluid.row6 {
  padding-top: 92px;
  padding-bottom: 66px;
}
.marketing-page .custom-digital-media-solutions-mod.digital-media-solutions-wrapper > h3 {
  padding: 0 5px 20px 0;
}
.marketing-page .custom-digital-media-solutions-mod.digital-media-solutions-wrapper > p {
  border-top: 2px solid #333;
  padding-top: 20px;
  margin-top: -20px;
  color: #444 !important;
  font: 300 16px/19px Tofino Text Book;
  margin-bottom: 20px;
}
.marketing-page .custom-digital-media-solutions-mod.digital-media-solutions-wrapper .custom-digital-media-solutions-inner {
  margin-left: -15px;
  margin-right: -15px;
  padding: 20px;
}
.marketing-page .custom-digital-media-solutions-mod.digital-media-solutions-wrapper .custom-digital-media-solutions-inner .inner {
  width: 25%;
}
.marketing-page .custom-digital-media-solutions-mod.digital-media-solutions-wrapper .custom-digital-media-solutions-inner .inner img {
  max-width: 100%;
}
.marketing-page .custom-digital-media-solutions-mod.digital-media-solutions-wrapper .card-body h3 {
  text-align: left;
  margin-bottom: 10px;
}
.marketing-page .custom-digital-media-solutions-mod.digital-media-solutions-wrapper .card-lead p.tnt-summary {
  font: 300 16px/19px Tofino Text Book;
  color: #5f5f5f;
}
.marketing-page .custom-digital-media-solutions-mod.digital-media-solutions-wrapper .card-lead {
  text-align: left;
}
.marketing-page .row1 .left-content .row-fluid * {
  float: none;
}
.marketing-page .container-fluid.row2 .hs_cos_wrapper_type_rich_text {
  width: 60%;
  display: block;
  margin: auto;
}
.website-page main.body-container-wrapper figure {
  margin: 0;
  clear: inherit;
}
.website-page main.body-container-wrapper figure[style="float: right;"]{  
  margin-left: 2%;
  width: 48%;
  margin-bottom: 30px;
}
.website-page main.body-container-wrapper img {
  max-width: 100%;
}
.mni-campaign-page main.body-container-wrapper {
  padding-top: 32px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 27px;
  font-family: 'Tofino', sans-serif;
}

.mni-campaign-page {}

.mni-campaign-page main.body-container-wrapper p {
  margin-bottom: 24px;
}

.mni-campaign-page main.body-container-wrapper .hs_cos_wrapper_type_rich_text a button {
  background: #d21a76;
  border: 1px solid #d21a76;
  color: #fff;
}

.mni-campaign-page main.body-container-wrapper .hs_cos_wrapper_type_rich_text a button:hover {
  background: #fff;
  color: #d21a76 !important;
  border: 1px solid #d21a76;
}

.mni-campaign-page main.body-container-wrapper hr {
  border: 2px solid #006ad7;
  width: 45%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.mni-campaign-page .bottom_content {
  padding-top: 38px;
  font-size: 16px;
  line-height: 27px;
  font-family: 'Tofino', sans-serif;
  margin-bottom: 120px;
}

.mni-campaign-page .bottom_content .dnd-section {
}

.mni-campaign-page .bottom_content .left {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 50%;
}

.mni-campaign-page .bottom_content .right {
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.page-center {}

.mni-campaign-page .bottom_content .bottom_content_inner {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}

.mni-campaign-page .bottom_content .bottom_content_inner:after {
  clear: both;
  content: "";
  display: block;
}

.mni-campaign-page .bottom_content img {
  max-width: 100%;
}

.mni-campaign-page .bottom_content .dnd-section .row-fluid {
  max-width: 100%;
  padding: 0;
}

.mni-campaign-page .bottom_content p {
  margin-bottom: 24px;
}

.mni-campaign-page .bottom_content p img {
  margin-bottom: 16px;
}

.mni-campaign-page .bottom_content .hs_cos_wrapper_type_rich_text a button {
  background: #d21a76;
  border: 1px solid #d21a76;
  color: #fff;
}

.mni-campaign-page .bottom_content .hs_cos_wrapper_type_rich_text a button:hover {
  background: #fff;
  color: #d21a76 !important;
  border: 1px solid #d21a76;
}
.calendar-page {
  padding-top: 31px;
  padding-bottom: 54px;
}
.calendar-page h3 {
  font-family: 'Tofino', sans-serif;
  font-size: 36pt;
  padding: 0 5px 22px 0;
  border-bottom: 2px solid #333;
}
.calendar-page h3 a {
  border-bottom-width: 6px;
  border-bottom-style: solid;
  border-bottom-color: #333;
  padding-bottom: 14px;
  padding-right: 5px;
}
.calendar-page .hs-search-field {
  min-height: 20px;
  padding: 19px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  background-color: rgba(0,0,0,.05);
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  margin-top: 10px;
}
.calendar-page .hs-search-field input.hs-search-field__input {
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.calendar-page .hs-search-field button {
  vertical-align: middle;
  white-space: nowrap;
  position: absolute;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  font-weight: 700;
  right: 0;
  z-index: 12;
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
  font-family: 'Tofino', sans-serif!important;
  font-size: 15pt!important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.calendar-page .hs-search-field form {
  position: relative;
  border-collapse: separate;
  margin-bottom: 1em;
  width: 100%;
}
.calendar-page .hs-search-field button .hs_cos_wrapper_type_icon svg {
  display: inline-block;
  font-size: inherit;
  height: 20px;
  overflow: visible;
  vertical-align: -.125em;
  width: 20px;
}
.calendar-page .hs-search-field button:after {content: "Search";line-height: 1.33;margin-left: 5px;}
.calendar-page .hs-search-field button .hs_cos_wrapper_type_icon svg path {
  fill: currentColor;
}
.calendar-page .hs-search-field button:hover {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}

.connect-section-one .dnd-section,
.cm-page .dnd-section{
  padding-top: 30px;
  padding-bottom: 20px;
}
.connect-section-one h4,
.cm-page h4{
  font-size:18px;
}
.connect-section-one .hs-button,
.cm-page .hs-button{
  margin:0;
}
.connect-section-one .hs-button:focus,
.cm-page .hs-button:focus{
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  text-decoration: none;
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.connect-section-one .widget-type-header h1 {
  font-weight: 400;
  font-family: 'Tofino', sans-serif;
  border-bottom: solid 3px #333;
  padding-bottom: 10px;
  width: 100%;
  margin: auto auto 20px;
  font-size: 60px;
  line-height: 1.1;
}
.connect-section-one p[data-font="18"] {
  font-size: 18px;
  line-height: 1.8em;
}
.cm-page p[data-pad="40"] {
  padding-bottom:40px;
}
.connect-section-one {
  overflow:hidden;
}
.cm-row {
  margin-left:-15px;
  margin-right:-15px;
}
.resources-section-one .widget-type-header h1 {
  font-size: 60px;
  font-family: 'Tofino', sans-serif;
  border-bottom: solid 3px #333;
  padding-bottom: 10px;
  width: 100%;
  margin: auto auto 20px !important;
  font-weight: 400;
}
.resources-section-one {
  overflow:hidden;
}
.resources-section-one .widget-type-text {
  font-family: 'Tofino', sans-serif;
  color: #777;
}
.cm-page h3[data-font="22"] {
  font-size: 22px;
  line-height: 24px;
}
.cannabx-section-one .widget-type-linked_image {
  margin-bottom: 40px;
}

.cannabx-section-one .cm-content-with-two-cols-group .cm-content-with-two-cols-col2 {
  padding: 0 15px;
}

.cannabx-section-one .cm-content-with-two-cols-group .cm-content-with-two-cols-col1 {
  width: 50%;
  margin: 0;
  padding: 0 15px;
}

.cannabx-section-one .cm-content-with-two-cols-group {
  margin: 0 -15px;
}

.cannabx-section-one .cm-content-with-two-cols-group .cm-content-with-two-cols-col2 img {
  margin-bottom: 30px;
}

.cannabx-section-one .cm-content-with-two-cols-group p {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 24px;
  font-family: 'Tofino', sans-serif;
}

.cannabx-section-one .cm-content-with-two-cols-group a {
  text-decoration: underline;
}

.cannabx-section-one .cm-content-with-two-cols-group .cm-content-with-two-cols-button a {
  margin-top: 0;
  margin-bottom: 24px;
}

.cannabx-section-one .cm-content-with-two-cols-group .cm-content-with-two-cols-col1,
.cannabx-section-one .cm-content-with-two-cols-group .cm-content-with-two-cols-col2{
  margin-bottom: 40px;
}

.cannabx-section-one blockquote {
  font-size: 24px;
  line-height: 32px;
  border: 0;
  margin: 0;
  padding: 10px 20px;
  border-left: 5px solid #006ad7;
  margin-bottom: 30px;
  color: #000000;
}

.cannabx-section-one blockquote p {
  font-family: 'Tofino', sans-serif;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 12px;
  color: inherit;
}

.cannabx-section-one blockquote p strong {
  font-family: 'Tofino', sans-serif;
  font-weight: bold;
}

.cannabx-section-one blockquote ul {
  margin-top: 0;
  margin-bottom: 36px;
  padding: 0;
}

.cannabx-section-one blockquote ul li {
  font-family: 'Tofino', sans-serif;
  color: #444;
  font-size: 16px;
  line-height: 27px;
  list-style-type: none;
}
.cannabx-section-one blockquote ul li:before {
  content: "■";
  color: #006ad7;
  font-size: 12px;
  position: relative;
  top: -3px;
  padding-right: 10px;
}
.cannabx-section-one .cm-content-with-two-cols-group.Left .cm-content-with-two-cols-col1 {
  margin-right: 0;
}
.cannabx-section-one .cm-content-with-two-cols-group.Left .cm-content-with-two-cols-col2 ul {
  margin-bottom: 36px;
}
.cannabx-section-one .widget-type-header h3 {
  font-family: 'Tofino', sans-serif;
  font-size: 36pt;
  margin: 0;
}
.cannabx-section-one .span6 h2 {
  font-size: 30px;
  line-height: 32px;
  font-family: 'Tofino', sans-serif;
}
.cannabx-section-one .span6 h2 a {
  font-weight: bold;
}
.cannabx-section-one .span6 .widget-type-linked_image {
  margin-bottom:15px;
}
.cannabx-page .cannabx-section-one .dnd-section {
  padding-bottom:68px;
}
.cannabx-section-one .resources-wrap {
  background-color: #f0f0f0;
  padding: 0 45px 60px;
  margin: 0;
}
.cannabx-section-one .resources-wrap .resources-item {
  width: 50%;
}
.cannabx-section-one .resources-wrap .resources-cnt {
  padding: 0;
}
.cannabx-section-one .resources-wrap .resources-cnt h2 {
  font-size: 30px;
  line-height: 32px;
  font-weight: 500;
  font-family: 'Tofino', sans-serif;
}
.cannabx-section-one .resources-wrap .resources-cnt h2 a {
  font-weight: bold;
}
.cannabx-section-one .cm-content-with-two-cols-group blockquote p {
  font-size: 24px;
  line-height: 32px;
  margin: 0;
  margin-bottom: 30px;
}
.cannabx-section-one .cm-content-with-two-cols-group blockquote p:last-child {
  margin: 0;
}
.cannabx-section-one .cm-content-with-two-cols-group blockquote {
  margin-top: 29px;
}
.cannabx-section-one figure {
  margin: 0;
  margin-bottom: 40px;
  width: 48%;
  float: left;
  clear: inherit;
  margin-right: 2%;
}
.cannabx-section-one .hs_cos_wrapper_type_rich_text{
  overflow: hidden;
  display: block;
}
.cm-page .hs-button[id*="hs-button"] {
  border: 1px solid #888888;
}

.cm-page .hs-button[id*="hs-button"]:hover {
  border: 1px solid #000000;
}
.resources-page .span5.dnd-column .widget-type-linked_image {
  border: solid 1px #ccc;
  max-width: 200px;
  width: 100%;
  display: block;
}
.resources-page .span5.dnd-column {
  width: 41.66666667%;
  padding: 0 15px;
  margin: 0;
  margin-bottom:40px;
}
.resources-page .span7.dnd-column {
  width: 58.33333333%;
  padding: 0 15px;
  margin: 0;
  margin-bottom:40px;
}
.resources-page .span7.dnd-column ul {
  margin: 0;
  border: 0;
  padding-left: 1.2em;
}
.resources-page .span7.dnd-column ul li {
  padding-top: 4px;
  padding-bottom: 4px;
}
.resources-page .span7.dnd-column ul li a {
  color: #000000;
}
.resources-page .span7.dnd-column ul li a:hover {
  text-decoration: underline;
}
.resources-page .span8.dnd-column {
  width: 65.81196581200001%;
}
.resources-page .span4.dnd-column {
  width: 31.623931624%;
}
.body-wrapper .resources-page .row-fluid .span6 {
  width: 50%;
  padding-right:15px;
  margin-left: 0;
}
.body-wrapper .resources-page .row-fluid .span6 + .span6 {
  padding-left: 15px;
  padding-right:0;
}
.social_media_wrapper .content-with-iframe-wrap{
  margin-left: -35px;
  margin-right: -35px;
}
.newsletter-page .widget-type-form {
  display: block;
  position: relative;
  text-align: left;
  padding: 10px 4% 10px 3%;
  font: 14px Helvetica,Arial,sans-serif;
  margin-bottom: 9px;
}
.newsletter-page .hs-main-font-element {
  text-align: right;
  font-size: 11px;
  font-family: Helvetica,Arial,sans-serif;
  color: #000000;
  margin: 0;
}
.newsletter-page .hs-main-font-element p .asterisk {
  color: #e85c41;
  font-size: 150%;
  font-weight: normal;
  position: relative;
  top: 5px;
}
.newsletter-page .hs-main-font-element p:last-child {
  margin: 0;
}
.newsletter-page .hs-form-field {
  padding-bottom: 3.1%;
  margin: 0;
  min-height: 50px;
}
.newsletter-page .hs-form-field > label {
  font: 14px Helvetica,Arial,sans-serif;
  font-weight: 700;
  display: block;
  margin-bottom: 3px;
  padding: 0;
}
.newsletter-page .hs-form-field > label .hs-form-required {
  color: #e85c41;
  font-size: 150%;
  font-weight: normal;
  position: relative !important;
  top: 5px;
  margin-left: 4px;
}
.newsletter-page .hs-form-field .hs-input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: 1px solid #ABB0B2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: none;
  padding: 8px 0;
  text-indent: 2%;
  font-family: Helvetica,Arial,sans-serif;
}
.newsletter-page .widget-type-form .hs-button {
  clear: both;
  background-color: #aaa;
  border: 0 none;
  border-radius: 4px;
  transition: all 0.23s ease-in-out 0s;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  line-height: 32px;
  margin: 0 5px 10px 0;
  padding: 0 22px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
}
.newsletter-page .widget-type-form .hs-button:hover {
  background-color: #777;
}
.newsletter-page .widget-type-form .hs-button:focus {
  border-color: #333;
  background-color: #aaa;
}
.newsletter-page .widget-type-form .hs-error-msgs label {
  font: 14px Helvetica,Arial,sans-serif;
  display: inline-block;
  margin: 2px 0 1em 0;
  padding: 5px 10px;
  background-color: rgba(255,255,255,0.85);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
  color: #e85c41;
}
.newsletter-page .widget-type-form .hs-input.invalid.error {
  border: 2px solid #e85c41;
}
.newsletter-page .widget-type-form .hs-error-msgs {
  margin: 0;
}

.covid-page .widget-type-linked_image {
  margin-bottom: 40px;
}

.covid-page .cm-title-wrap h1 {
  font-size: 60px;
  font-family: 'Tofino', sans-serif;
  width: 100%;
  margin: 0;
}

.covid-page .cm-title-wrap .cm-title-inner {
  border-bottom: solid 3px #333;
  padding-bottom: 10px;
}

.covid-page .widget-type-text {
  color: #777;
  font-family: 'Tofino', sans-serif;
  margin-top: 0px;
  margin-bottom: 20px;
}

.covid-page .popup-social-share {
  margin-top: 0;
}

.covid-page .video-module-padding > a {
  display: none;
}
.covid-section-one {
  overflow:hidden;
}

.covid-page .content-with-image-wrap .content-with-image img {
  margin-bottom: 10px;
}

.covid-page .cm-title-wrap {
  border: none;
}
.covid-page .widget-type-header h1 {
  font-family: 'Tofino', sans-serif;
  border-bottom: solid 3px #333;
  padding-bottom: 10px;
  width: 100%;
  margin: auto auto 20px !important;
  font-size: 60px;
  font-weight: 400;
}

.covid-page .video-module-wrapper .video-module {
  padding-top: 0;
}
.covid-page .video-module-wrapper .video-module-padding h4 {
  color: #777;
  font-size: 18px;
  font-family: 'Tofino', sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
.covid-page .resources-wrap{
  border-top: 1px solid rgba(0,0,0,.1);
  padding-top: 20px;
}
.covid-page .resources-wrap .resources-item {
  width: 33.33333333%;
}
.covid-page .resources-wrap .resources-cnt {
  padding: 0;
}
.covid-page .resources-wrap .resources-cnt h4 {
  font-size: 18px;
  line-height: 20px;
  font-family: 'Tofino', sans-serif;
  font-weight: 500;
}
.covid-page .resources-wrap .resources-cnt p {
  font-family: 'Tofino', sans-serif;
  color: #000000;
  margin: 0 0 10px;
}
.covid-page .resources-wrap .resources-img {
  margin-bottom: 10px;
}
.covid-page .widget-type-rich_text p {
  color: #000000;
  font-family: 'Tofino', sans-serif;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.8em;
}
.cm-online-advertising-row1 {
  text-align: center;
}
.cm-online-advertising-row1 h4 {
  color: #006ad7;
  text-align: center;
  font-size: 18px;
}
.cm-online-advertising-row1 p {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 24px;
  font-family: 'Tofino', sans-serif;
}
.cm-online-advertising-row3 hr {
  border: 2px solid #006ad7;
  width: 45%;
  margin-top: 16px;
  margin-bottom: 50px;
}
.cm-online-advertising-row3 img {
  max-width: 100%;
}
.cm-online-advertising-row3 {
  text-align: center;
}
.cm-online-advertising-row3 h1 {
  margin-top: 23px;
}
.cm-online-advertising-row3 h4 {
  color: #006ad7;
  font-size: 18px;
}
.cm-online-advertising-row3 p {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 24px;
  font-family: 'Tofino', sans-serif;
}
.cm-online-advertising-row3 .hs-button {
  font-family: 'Tofino', sans-serif;
  font-size: 15pt;
  padding: 6px 36px;
  padding-top: 11px;
  background: #ffffff;
  border: 1px solid #888888;
  color: #000000;
}
.cm-online-advertising-inner-row1 blockquote {
  font-size: 24px;
  line-height: 32px;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: 'Tofino', sans-serif;
}
.cm-online-advertising-inner-row1 hr {
  border: 2px solid #006ad7;
  width: 45%;
  margin-top: 50px;
  margin-bottom: 50px;
  overflow: auto;
}
.cm-online-advertising-inner-row2 p {
  font-size: 20px;
  line-height: 28px;
  margin: 12px auto;
  font-family: 'Tofino', sans-serif;
}
img {
  vertical-align: middle;
}
.cm-online-advertising-inner-row4 img {
  max-width: 100%;
}
.cm-online-advertising-inner-row3 p {
  font-family: 'Tofino', sans-serif;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 24px;
}

.cm-online-advertising-inner-row3 p a {
  text-decoration: underline;
}

.cm-online-advertising-inner-row4 hr {
  border: 2px solid #006ad7;
  width: 45%;
  margin-top: 20px;
  margin-bottom: 92px;
}

.cm-online-advertising-inner-row4 p {
  font-family: 'Tofino', sans-serif;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 24px;
}
.cm-online-advertising-inner-row1 img {
  max-width: 100%;
}

.cm-online-advertising-inner-row1 ul {
  margin-bottom: 36px;
  padding: 0;
  margin-top: 0;
}

.cm-online-advertising-inner-row1 ul li {
  font-family: 'Tofino', sans-serif;
  color: #444;
  font-size: 16px;
  line-height: 27px;
  list-style-type: none;
}

.cm-online-advertising-inner-row1 ul li:before {
  content: "■";
  color: #006ad7;
  font-size: 12px;
  position: relative;
  top: -3px;
  padding-right: 10px;
}
.cm-online-advertising-inner-row1 p {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 24px;
  font-family: 'Tofino', sans-serif;
}
.cm-online-advertising-inner-row1 blockquote p {
  font-size: 24px;
  line-height: 32px;
}
.cm-online-advertising-row3 .hs-button:hover {
  background: #000;
  color: #fff;
}
.cm-online-advertising-inner-row1 h3 {
  /*   color: #006ad7; */
}
.cm-online-advertising-inner-row3  blockquote,
.cm-online-advertising-inner-row1 blockquote{
  border: 0;
  margin: 0;
  padding: 10px 20px;
  border-left: 5px solid #006ad7;
  margin-bottom: 29px;
  font-size: 24px;
  line-height: 32px;
}

.cm-online-advertising-inner-row3  blockquote p,
.cm-online-advertising-inner-row1 blockquote p{
  font-size: 24px;
  line-height: 32px;
  margin: 0;
}
.cm-online-advertising-inner-row1 blockquote p em{
  font-size: 12px; 
}
.cm-online-advertising-inner-row3  blockquote p strong ,
.cm-online-advertising-inner-row1 blockquote p strong{
  font-family: 'Tofino', sans-serif !important;
}

.cm-online-advertising-inner-row3 .span6 ul,
.cm-online-advertising-inner-row4 .span6 ul{
  margin: 0;
  margin-bottom: 36px;
  padding: 0;
}

.cm-online-advertising-inner-row3 .span6 ul li ,
.cm-online-advertising-inner-row4 .span6 ul li{
  font-family: 'Tofino', sans-serif;
  color: #444;
  font-size: 16px;
  line-height: 27px;
  list-style-type: none;
}

.cm-online-advertising-inner-row3 .span6 ul li:before,
.cm-online-advertising-inner-row4 .span6 ul li:before{
  content: "■";
  color: #006ad7;
  font-size: 12px;
  position: relative;
  top: -3px;
  padding-right: 10px;
}
.custom-check-out-tech-mod.check-out-tech-wrapper {
  border: 1px solid #006ad7;
  padding: 20px 20px 15px 20px;
  text-align: center;
  margin-top: 59px;
  margin-bottom: 38px;
}

.custom-check-out-tech-mod.check-out-tech-wrapper h3 {
  font-size: 24px;
  line-height: 32px;
  font-family: 'Tofino', sans-serif;
}

.custom-check-out-tech-mod.check-out-tech-wrapper p {
  font-size: 24px;
  margin-top: 14px;
  margin-bottom: 0;
}
.cm-online-advertising-inner-row1 h4 {
  color: #006ad7;
}

.cm-online-advertising-inner-row3 hr {
  border: 2px solid #006ad7;
  width: 45%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.cm-online-advertising-inner-row1 figure {
  border: 1px solid rgba(0,0,0,.1);
  margin: 0;
  padding-bottom: 10px;
}

.cm-online-advertising-inner-row1 figure img {
  width: 100%;
  margin-bottom: 19px;
}

.cm-online-advertising-inner-row1 figure h3 {
  padding: 0 10px;
  margin: 0 0 5px 0;
  font-size: 16px;
  line-height: 20px;
  font-family: inherit;
  font-weight: bold;
}
.cm-online-advertising-inner-row1 .cm-solutions-card-group .card-body {
  padding-top: 0;
}

.cm-online-advertising-inner-row1 .cm-solutions-card-group .card-body p {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
}
.cm-online-advertising-inner-row1 .cm-solutions-card-group>img {
  max-height: 200px;
  margin: 0 auto;
  width: auto;
  display: block;
}
.cm-online-advertising-inner-row1 .cm-solutions-card-group .card-body ul li {
  color: #777;
}

.cm-online-advertising-inner-row1 figure p {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  padding: 0 10px;
}
.cm-online-advertising-inner-row3 .cm-content-with-border-group {
  padding-top: 46px;
}
.cm-online-advertising-inner-row3 .cm-content-with-border-group .cm-content-with-border-col1 ul,
.cm-online-advertising-inner-row3 .hs_cos_wrapper_type_rich_text ul{
  font-family: 'Tofino', sans-serif;
  color: #444;
  font-size: 16px;
  line-height: 27px;
  list-style-type: none;
  margin: 20px 0 36px;
  padding: 0;
}
.cm-online-advertising-inner-row3 .cm-content-with-border-group .cm-content-with-border-col1 ul li:before ,
.cm-online-advertising-inner-row3 .hs_cos_wrapper_type_rich_text ul li:before{
  content: "■";
  color: #006ad7;
  font-size: 12px;
  position: relative;
  top: -3px;
  padding-right: 10px;
}
.cm-online-advertising-inner-row3 .hs_cos_wrapper_type_rich_text img {
  max-width: 100%;
}
.cm-online-advertising-inner-row3 .cm-content-with-border-group .cm-content-with-border-col1,
.cm-online-advertising-inner-row1 .cm-content-with-border-group .cm-content-with-border-col1 {
  width: 50%;
}
.cm-online-advertising-inner-row1 .cm-btn-wrap .hs-button.pink-color {
  margin: 0;
}
.cm-online-advertising-inner-row3 .hs_cos_wrapper_type_rich_text blockquote ul {
  margin-top: 0;
}
.cm-online-advertising-inner-row3 .hs_cos_wrapper_type_linked_image {
  margin-bottom: 20px;
  display: block;
}
.cm-innovative-marketer-row1 .video-module-wrapper .video-module {
  padding: 0;
}
.cm-innovative-marketer-row1 .video-module-wrapper .video-module .video-module-padding div#example_video_1+a {
  font-size: 22px;
  line-height: 24px;
  font-family: 'Tofino', sans-serif;
  display: block;
}
.cm-innovative-marketer-row2 {
  background-color: #00d7b8;
  background-image: linear-gradient(to left, #00d7b8 0%, #006ad7 100%), linear-gradient(to left, #00d7b8 0%, #006ad7 100%) !important;
  padding: 8% 2%;
}
.cm-innovative-marketer-row2 h3 {
  font-family: 'Tofino', sans-serif;
  font-size: 36pt;
  text-align: center;
  color: #fff;
  margin: 0;
}
.cm-innovative-marketer-row2 h3,
.cm-innovative-marketer-row2 h2,
.cm-innovative-marketer-row2 h2,
.cm-innovative-marketer-row2,
.cm-innovative-marketer-row2 ul li,
.cm-innovative-marketer-row2 a{
  color:#fff !important; 
}
.cm-innovative-marketer-row2 .span6 h3 {
  font-size: 24pt;
  font-family: 'Tofino', sans-serif;
  background-image: none;
  padding: initial;
  display: inherit;
}
.cm-innovative-marketer-row2 .span6 p {
  font-size: 16pt;
  margin-bottom: 20px;
  color: #fff;
}
.cm-innovative-marketer-row2 .span6 img {
  border-radius: 100%;
  margin-bottom: 20px;
}
.cm-innovative-marketer-row2 .span6 .dnd-module {
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

.cm-innovative-marketer-row2 .span6:last-child {
  padding: 28px;
}

.cm-innovative-marketer-row3 .hs_cos_wrapper_type_rich_text h3 {
  font-family: 'Tofino', sans-serif;
  font-size: 36pt;
  margin-top: 15px;
  margin-bottom: 59px;
}
.cm-online-advertising-inner-row1  .cm-content-with-two-cols-group .cm-content-with-two-cols-col2 h3 {
  color: #000;
}
.cm-online-advertising-inner-row1 .cm-content-box-group .cm-content-box-inner-group h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  text-align: left;
  font-weight: 500;
  line-height: 1.1;
  color: #000;
  font-family: 'Tofino', sans-serif;
}
.cm-online-advertising-inner-row1 .cm-content-box-group .cm-content-box-inner-group h3 {
  text-align: left;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
  font-family: 'Tofino', sans-serif;
}
.cm-online-advertising-inner-row1 .cm-content-box-group .cm-content-box-inner-group p {
  text-align: left;
  font-family: 'Tofino', sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.cm-innovative-marketer-row4 .span6 {
  text-align: center;
}

.cm-innovative-marketer-row4 .span6 h3 {
  font-family: 'Tofino', sans-serif;
  font-size: 36pt;
  margin-bottom: 20px;
}

.cm-innovative-marketer-row4 .span6 h4 {
  font-family: 'Tofino', sans-serif;
  font-size: 24pt;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.1;
}

.cm-innovative-marketer-row4 .cm-btn-wrap {
  margin-top: 40px;
}
.about-page .hs-button {
  background: #ffffff;
  border: 1px solid #888888;
  color: #000000;
}

.about-page .hs-button:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}

.about-page .hs_cos_wrapper_type_header {
  display: block;
  margin: 0 0 20px;
  border-bottom: 2px solid #333;
}

.about-page .hs_cos_wrapper_type_header h3 {
  display: inline-block;
  padding: 0 5px 20px 0;
  margin-bottom: -4px;
  border-bottom-width: 6px;
  border-bottom-style: solid;
  border-bottom-color: #333;
  font-family: 'Tofino', sans-serif;
  font-size: 36pt;
}


.about-page .main-wrapper .span4 .hs_cos_wrapper_type_linked_image img {
  vertical-align: middle;
  display: block;
  width: 100%;
}

.about-page .main-wrapper .span4 .span12 div {
  width: 100%;
}

.about-page .hs_cos_wrapper_type_rich_text blockquote,
.about-inner-page .hs_cos_wrapper_type_rich_text blockquote {
  font-size: 24px;
  line-height: 32px;
  border: 0;
  margin: 0;
  padding: 0;
  color: #000000;
  padding: 10px 20px;
  border-left: 5px solid #006ad7;
  margin-bottom: 24px;
}

.about-page .hs_cos_wrapper_type_rich_text blockquote p,
.about-inner-page .hs_cos_wrapper_type_rich_text blockquote p {
  margin: 0 0 10px;
  font-family: 'Tofino', sans-serif;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 12px;
  color: inherit;
}

.about-page blockquote p strong,
.about-inner-page blockquote p strong {
  font-family: 'Tofino', sans-serif;
}

.about-inner-page .hs_cos_wrapper_type_header h1 {
  line-height: 1.1;
  color: inherit;
  font-weight: 400;
  font-family: 'Tofino', sans-serif;
  border-bottom: solid 3px #333;
  padding-bottom: 10px;
  width: 100%;
  margin: 2px auto 20px;
  font-size: 36px;
}

.about-inner-page .main-wrapper .hs_cos_wrapper_type_rich_text h5 {
  font-family: 'Tofino', sans-serif;
  margin-top: 0px;
  margin-bottom: 0;
  color: #777;
  font-size: 12pt;
  line-height: 1.42857143;
  font-weight: normal;
}

.about-inner-page .main-wrapper .dnd-section .span12.dnd-module > div {
  width: 100%;
}

.about-inner-page .main-wrapper .hs_cos_wrapper_type_linked_image img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.about-inner-page .embed_container iframe {
  border: 0;
}

.about-inner-page .iframe_wrapper {
  padding-top: 30px;
  overflow: hidden;
}

.about-inner-page .hs_cos_wrapper_type_text {
  display: block;
  padding-top: 20px;
  position: relative;
  margin-bottom: 4px;
  font-size: inherit;
  line-height: inherit;
  color: #000000;
  font-family: 'Tofino', sans-serif;
}

.about-inner-page .hs_cos_wrapper_type_text:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 37.5%;
  width: 25%;
  border-top: 1px solid rgba(0,0,0,.1);
}
.custom-blog-post-wrapper.events-blog .popup-social-share.content-below {
  margin-top: 138px;
}
.custom-blog-post-wrapper.events-blog .popup-social-share.content-below a {
  color: #444;
}
.cm-events-header-group {
  text-align: center;
}
.cm-events-header-group h3 {
  color: #006ad7;
}
.custom-blog-wrapper .events-blog .post-card {
  width: 33.333%;
}
.custom-blog-wrapper .events-blog h2.tnt-headline {
  font-weight: 500;
  font-family: inherit;
  line-height: 32px;
}

img{
  height:auto;
}
iframe, embed, video{
  max-width:100%;
}
.cm-print-advertising-row1 h4 {
  font-size: 18px;
}
.cm-print-advertising-row1 .dnd-section {
  padding-top: 36px;
}
.cm-advertising-magazines-layout hr,
.cm-print-advertising-row1 hr {
  border: 2px solid #006ad7;
  width: 45%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.cm-print-advertising-layout .widget-type-space {
  min-height: 75px;
}
.cm-print-advertising-row2 .hs_cos_wrapper_type_rich_text p {
  font-family: 'Tofino', sans-serif;
  line-height: 28px;
  font-size: 20px;
  margin-bottom: 12px;
}
.cm-print-advertising-row2 .dnd-section {
  padding-top: 67px;
  padding-bottom: 90px;
}
.cm-print-advertising-layout h4 {
  font-size: 18px;
  line-height: 20px;
  font-family: 'Tofino', sans-serif;
  font-weight: bold;
  margin-top: 16px;
}
.cm-point-of-care-page .hs_cos_wrapper_type_header h1,
.cm-advertising-magazines-layout .banner-area h1 {
  font-family: 'Tofino', sans-serif;
  border-bottom: solid 3px #333;
  padding-bottom: 10px;
  width: 100%;
  margin: auto auto 20px !important;
  text-align: center;
  font-size: 60px;
  display: block;
  margin-top: 32px !important;
}
.cm-point-of-care-page .hs_cos_wrapper_type_header h1{
  margin-bottom: 0 !important;
}
.cm-print-advertising-layout .span3 h4 {
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  font-family: inherit;
  margin-top: 15px;
  margin-bottom: 6px;
}
.cm-print-advertising-layout .span3 h4 a {
  font-weight: bold;
  font-family: 'Tofino', sans-serif;
  display: block;
}
.cm-advertising-magazines-layout .cm-content-with-two-cols-group.no-image .cm-content-with-two-cols-col2 {
  width: 100%;
}
.cm-advertising-magazines-layout .cm-content-with-two-cols-group.no-image .cm-content-with-two-cols-col1 {
  width: 100%;
}
.cm-advertising-magazines-layout .cm-content-with-two-cols-group.no-image {
  flex-direction: column;
  font-family: 'Tofino', sans-serif;
  font-size: 18px;
  line-height: 1.8em;
}
.cm-advertising-magazines-layout .cm-content-with-two-cols-group.no-image ul {
  margin-top: 30px;
}
.cm-advertising-magazines-layout .cm-content-with-two-cols-group.no-image  .cm-content-with-two-cols-button {
  text-align: center;
}
.cm-advertising-magazines-layout .cm-content-with-two-cols-group.no-image .cm-content-with-two-cols-button a {
  margin-top: 5px;
}
.cm-print-advertising-layout .hs_cos_wrapper_type_rich_text ul,
.cm-advertising-magazines-layout main .hs_cos_wrapper_type_rich_text ul {
  margin-bottom: 36px;
  margin-top: 0;
  padding-left: 0;
  margin-top: 10px;
}
.cm-print-advertising-layout .hs_cos_wrapper_type_rich_text ul li,
.cm-advertising-magazines-layout main .hs_cos_wrapper_type_rich_text ul li {
  font-family: 'Tofino', sans-serif;
  color: #444;
  font-size: 16px;
  line-height: 27px;
  list-style-type: none;
}
.cm-print-advertising-layout .hs_cos_wrapper_type_rich_text ul li:before,
.cm-advertising-magazines-layout main .hs_cos_wrapper_type_rich_text ul li:before {
  content: "■";
  color: #006ad7;
  font-size: 12px;
  position: relative;
  top: -3px;
  padding-right: 10px;
}
.cm-advertising-magazines-row1 .hs_cos_wrapper_type_rich_text p {
  font-family: 'Tofino', sans-serif;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 30px;
}
.cm-advertising-magazines-row1 iframe {
  margin-bottom: 7px !important;
}
.cm-advertising-magazines-row1 .hs_cos_wrapper_type_rich_text p {
  font-family: 'Tofino', sans-serif;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 30px;
}
.cm-advertising-magazines-row1 .cm-content-with-two-cols-group.Left {
  margin-top: 45px;
}
.cm-advertising-magazines-row1 .cm-content-with-two-cols-group.Left p {
  font-family: 'Tofino', sans-serif;
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.8em;
}
.cm-advertising-magazines-row2 h4 {
  font-size: 14px;
  text-transform: uppercase;
  color: #777;
  font-family: inherit;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.1;
}
.cm-advertising-magazines-row2 ul {
  margin-bottom: 44px !important;
}
.cm-advertising-magazines-row2 .cm-content-box-group {
  border: 1px solid rgba(0,0,0,.08);
  padding: 20px 20px 30px 20px;
  border-top: 5px solid rgba(0,0,0,.08);
  margin-bottom: 20px;
  background-color: #f8f8f8;
  margin-top: 27px;
}
.cm-advertising-magazines-row2 .cm-content-box-group h3 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  font-size: 18px;
  margin-bottom: 16px;
}
.cm-advertising-magazines-row2 .cm-content-box-group .cm-content-box-inner-group p {
  font-family: 'Tofino', sans-serif;
  font-size: 12pt;
  margin-bottom: 0;
}
.custom-whitepapers-button-group a {
  position: relative;
  display: block;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #555;
  display: inline-block;
  text-align: center;
  margin: 0 -2px;
}
.custom-whitepapers-button-group {
  text-align: center;
  margin-bottom: 40px;
}
.custom-blog-wrapper.whitepaper-blog .block.emphasis-h3 {
  margin-bottom: 0 !important;
  margin-top: 9px;
}
.cm-point-of-care-left-group {
  padding-right: 20px;
  background: #006ad7;
  background: -moz-linear-gradient(top, #006ad7 0%, #83cec4 100%);
  background: -webkit-linear-gradient(top, #006ad7 0%,#83cec4 100%);
  background: linear-gradient(to bottom, #006ad7 0%,#83cec4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006ad7', endColorstr='#83cec4',GradientType=0 );
  width: 16.3%;
  float: left;
}
.cm-point-of-care-left-group .hs-menu-wrapper li a {
  color: #000;
  background-color: #fff;
  border-bottom: solid 1px #dddddd;
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  line-height:15px;
}
.cm-point-of-care-left-group .hs-menu-wrapper {
  background: #fff;
}
.cm-point-of-care-left-group .hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cm-point-of-care-group .page-center {
  padding-top: 32px;
}
.cm-point-of-care-right-group {
  width:83.7%;
  float: left;
}
.cm-point-of-care-left-group .hs-menu-wrapper li a:hover {
  text-decoration: underline;
}
.cm-point-of-care-right-group .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}
.cm-point-of-care-right-group .hs-button {
  background: #d21a76;
  border: 1px solid #d21a76;
  font-family: 'Tofino', sans-serif!important;
  font-size: 15pt!important;
  padding: 6px 36px;
  padding-top: 11px;
  margin-bottom: 24px;
  color: #fff;
}
.cm-point-of-care-right-group .hs-button:hover{
  background: #fff;
  color: #d21a76;
  border: 1px solid #d21a76;
}
.cm-point-of-care-right-group .hs-button:active:focus{
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.cm-point-of-care-right-group .hs-button:focus{
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.cm-point-of-care-bottom-group p,
.cm-point-of-care-right-group p {
  margin-bottom: 24px;
}
.cm-point-of-care-bottom-group ul li,
.cm-point-of-care-right-group ul li {
  font-family: 'Tofino', sans-serif;
  color: #444;
  font-size: 16px;
  line-height: 27px;
  list-style-type: none;
}
.cm-point-of-care-bottom-group ul,
.cm-point-of-care-right-group ul {
  margin-bottom: 36px;
  margin-top: 0;
  padding: 0;
}
.cm-point-of-care-bottom-group ul li:before,
.cm-point-of-care-right-group ul li:before {
  content: "■";
  color: #006ad7;
  font-size: 12px;
  position: relative;
  top: -3px;
  padding-right: 10px;
}
.cm-point-of-care-right-group .content-with-background {
  margin-bottom: 30px;
}
.cm-point-of-care-bottom-group h1,
.cm-point-of-care-right-group h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: normal;
}
.cm-point-of-care-bottom-group p,
.cm-point-of-care-right-group p {
  font-size: 16px;
  line-height: 27px;
  font-family: 'Tofino', sans-serif;
  margin-bottom: 24px;
}
.cm-point-of-care-bottom-group .content-with-background p,
.cm-point-of-care-right-group .content-with-background p {
  width: 80%;
}
.cm-point-of-care-bottom-group .content-with-background h1,
.cm-point-of-care-right-group .content-with-background h1 {
  margin-top: 0;
}
.cm-point-of-care-right-group hr {
  border: 2px solid #006ad7;
  width: 45%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.cm-point-of-care-right-group .dnd-section > .row-fluid {
  padding-left: 10px;
  padding-right: 0;
  padding-top: 4px;
}
.cm-point-of-care-group .cm-content-with-border-group {
  margin-top: 17px;
}
.cm-point-of-care-group .cm-content-with-border-group .cm-content-with-border-col1 {
  width: 51%;
}
.cm-point-of-care-group .cm-content-with-border-group .cm-content-with-border-col2 {
  width: 49%;
  margin-top: 15px;
}
.cm-point-of-care-bottom-group hr {
  border: 2px solid #006AD7;
  width: 45%;
  margin-top: 50px;
  margin-bottom: 50px;
}

/* ----------------------- Blog Css --------------------- */


/* .custom-blog-post-wrapper.whitepaper-blog h1.headline {
margin-top: 24px;
} */
.custom-blog-post-wrapper.whitepaper-blog .main-sidebar .form-content {
  padding-top: 44px;
}
.whitepaper-blog .blog-pagination__link {
  padding: 6px 7px;
}
.custom-whitepapers-button-group a.active{
  color: #fff;
  background-color: #d21a76;
  border-color: #d21a76;
}
.custom-whitepapers-button-group a:focus,
.custom-whitepapers-button-group a:hover{
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.cm-print-advertising-layout {
  font-size: 16px;
  line-height: 27px;
  font-family: 'Tofino', sans-serif;
}
.cm-print-advertising-layout p{
  margin-bottom: 24px;
}
.download-button {
  opacity: 1;
  margin-bottom: 15px;
  background: rgba(210,26,118,1);
  padding: 5px 10px 2px;
  border-radius: 0px;
  display: inline-block;
  font-family: 'Tofino', sans-serif;
  color: #fff;
  font-size: 18px;
  z-index: 1;
}
.download-button:hover {
  background: rgba(210,26,118,1);
  color:#fff;
}
.main-sidebar .hs-input {
  color: #555;
}
.main-sidebar ul.no-list.hs-error-msgs.inputs-list label {
  color: #a94442;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.main-sidebar .hs-input.invalid {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
.custom-blog-post-wrapper.events-blog .asset-header h1 {
  text-align: center;
  margin-top: 24px;
}
.events-blog.custom-blog-post-wrapper .row {
  margin-left: 0;
  margin-right: 0;
}
.events-blog.custom-blog-post-wrapper .custom-post-body p {
  margin-bottom: 24px;
}
.events-blog.custom-blog-post-wrapper .custom-post-body hr {
  border: 2px solid #006ad7;
  width: 45%;
  padding: 0;
  margin: 50px auto;
}
.events-blog.custom-blog-post-wrapper .custom-post-body {
  font-size: 18px;
  line-height: 1.8em;
}
.events-blog.custom-blog-post-wrapper .custom-post-body p {
  max-width: 100%;
  margin-bottom: 30px;
}
.events-blog.custom-blog-post-wrapper .custom-post-body .image.feature-image-wrap {
  margin-bottom: 30px;
}
.asset-paging .animate {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.asset-paging a.overlay {
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  position: absolute;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 85%, rgba(255,255,255,1) 100%);
  opacity: 1;
}
.asset-paging small {
  font-size: 85%;
}
.asset-paging .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.asset-paging .inner {
  position: relative;
  overflow: hidden;
  max-height: 140px;
}
.asset-paging .dismiss {
  position: absolute;
  cursor: pointer;
  z-index: 2;
  display: none;
}
.asset-paging .tnt-stack svg:last-child {
  /*   z-index: -1; */
  /*   display: none; */
  /*   color: #fff; */
}
.tnt-inverse {
  color: #fff;
}
.asset-paging .media p {
  font-size: 13px;
}
.asset-paging .tnt-stack svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cm-events-header-group {
  text-align: center;
  margin-bottom: 119px;
}
.cm-online-advertising-inner-row1 .span6 .cm-btn-wrap{
  text-align: left;
}
.privacy-section-one .widget-type-linked_image {
  margin-bottom: 40px;
}
.privacy-section-one .content-with-image-wrap .content-with-image img {
  margin-bottom: 15px;
}
.privacy-section-one .widget-type-rich_text p{
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 24px;
  font-family: 'Tofino', sans-serif;
}
.privacy-section-one .widget-type-rich_text a {
  text-decoration: underline;
}
.privacy-section-one aside.content-with-background a {
  text-decoration: underline;
}
.privacy-section-one aside.content-with-background {
  margin-bottom: 30px;
}
.privacy-section-one .widget-type-rich_text ul {
  margin-bottom: 36px;
  margin-top: 0;
  padding: 0;
}
.privacy-section-one .widget-type-rich_text ul li {
  font-family: 'Tofino', sans-serif;
  color: #444;
  font-size: 16px;
  line-height: 27px;
  padding: 0;
  list-style-type: none;
}
.privacy-section-one .widget-type-rich_text ul li:before {
  content: "■";
  color: #006ad7;
  font-size: 12px;
  position: relative;
  top: -3px;
  padding-right: 10px;
}
.privacy-section-one blockquote {
  font-size: 24px;
  line-height: 32px;
  margin: 0;
  margin-bottom: 30px;
  padding: 10px 20px;
  border-left: 5px solid #006ad7;
  color: #000000;
}
.privacy-section-one .widget-type-rich_text blockquote p {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 12px;
}
.privacy-section-one .widget-type-rich_text blockquote p strong {
  font-family: 'Tofino', sans-serif !important;
}
.privacy-section-one .widget-type-rich_text blockquote p:last-child {
  margin-bottom: 0;
}
.privacy-section-one .widget-type-rich_text figure {
  margin: 0;
  margin-bottom: 40px;
}
.privacy-section-one .widget-type-rich_text hr {
  border: 2px solid #006ad7;
  width: 45%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.privacy-section-one aside.content-with-background p {
  width: 75%;
}
.cm-online-advertising-inner-row1 .cm-btn-wrap {
  text-align: left;
}
.home-page .cm-content-with-two-cols-group .cm-content-with-two-cols-col2 a {
  color: inherit;
}
.home-page .cm-content-with-two-cols-group .cm-content-with-two-cols-col2 a:hover {
  text-decoration: underline;
}
.website-page.about-inner-page aside.content-with-background {
  border: 1px solid rgba(0,0,0,.08);
  padding: 20px 20px 30px 20px;
  border-top: 5px solid rgba(0,0,0,.08);
  margin-bottom: 20px;
  background-color: #f8f8f8;
  margin-bottom: 40px;
  text-align: unset;
}
.website-page.about-inner-page {}
.website-page.about-inner-page aside.content-with-background h4 {
  font-family: 'Tofino', sans-serif;
}
.website-page.about-inner-page aside.content-with-background h2 {
  font-family: 'Tofino', sans-serif;
}
.website-page.about-inner-page aside.content-with-background ul {
  margin: 0;
  padding: 0;
  margin-bottom: 36px;
}
.website-page.about-inner-page aside.content-with-background ul li {
  font-family: 'Tofino', sans-serif;
  color: #444;
  font-size: 16px;
  line-height: 27px;
  list-style-type: none;
}
.website-page.about-inner-page aside.content-with-background ul li:before {
  content: "■";
  color: #006ad7;
  font-size: 12px;
  position: relative;
  top: -3px;
  padding-right: 10px;
}
.website-page.about-inner-page aside.content-with-background p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
  margin-top: 0;
}
.website-page.about-inner-page aside.content-with-background .inner-wrapper.border {
  border: solid 1px rgba(0,0,0,.1)!important;
  padding-top: 10px;
  padding-right: 15px;
}

.website-page.about-inner-page aside.content-with-background h3 {
  font-size: 18px;
  font-family: 'Tofino', sans-serif;
  margin-bottom: 15px;
}

.website-page.about-inner-page aside.content-with-background p {
  width: 100%;
}

.website-page.about-inner-page aside.content-with-background .inner-wrapper.border p {
  font-family: 'Tofino', sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  margin-bottom: 10px;
}
.website-page.about-inner-page aside.content-with-background.no-bottom-margin{
  margin-bottom: 0;
}
.cm-online-advertising-inner-row1 .widget-type-rich_text aside {
  clear: inherit;
  margin-left: 2%;
  border: 1px solid #006ad7;
  font-family: 'Tofino', sans-serif !important;
  width: 48%;
  float: right;
  margin-bottom: 30px;
  padding: 20px 20px 0 20px;
}
.cm-online-advertising-inner-row1 .widget-type-rich_text aside p {
  font-size: 24px !important;
  line-height: 32px !important;
  margin-bottom: 12px;
  color: inherit;
}
.cm-online-advertising-inner-row1 .widget-type-rich_text aside p strong {
  font-weight: bold;
  font-family: 'Tofino', sans-serif;
}
.cm-online-advertising-inner-row1 .widget-type-rich_text aside p em {
  font-size: 12px;
}
.cm-online-advertising-inner-row1 .cm-btn-wrap.center-align {
  text-align: center;
}
.cm-online-advertising-inner-row4 .content-with-image-wrap ul {
  margin: 0;
  padding: 0;
  margin-bottom: 36px;
}
.cm-online-advertising-inner-row4 .content-with-image-wrap ul li {
  font-family: 'Tofino', sans-serif;
  color: #444;
  font-size: 16px;
  line-height: 27px;
  list-style-type: none;
}
.cm-online-advertising-inner-row4 .content-with-image-wrap ul li:before {
  content: "■";
  color: #006ad7;
  font-size: 12px;
  position: relative;
  top: -3px;
  padding-right: 10px;
}
.connect-section-one h3 {
  font-weight: 400;
}
.newsletter-page .hs-form-field .hs-input:focus {
  border-color: #333;
  outline: -webkit-focus-ring-color auto 1px;
}
.hs-landing-page form{
  margin-bottom: 20px;
}
.cm-insight-lab-page .hs_cos_wrapper_type_header {
  margin: 0 0 6px;
  border-bottom: 2px solid #333;
  display: block;
}
.cm-insight-lab-page .hs_cos_wrapper_type_header h1 {
  font-size: 36pt;
  font-weight: 500;
  line-height: 1.1;
  display: inline-block;
  border-bottom: 2px solid transparent;
  font-family: 'Tofino', sans-serif;
  padding: 0 5px 20px 0;
  margin-bottom: -4px;
  border-bottom-width: 6px;
  border-bottom-style: solid;
  border-bottom-color: #333;
  margin-top: 39px;
}
.cm-insight-lab-page .hs-menu-wrapper li{
  display:inline-block;
}
.cm-insight-lab-page .hs-menu-wrapper a {
  position: relative;
  display: block;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #555;
  display: inline-block;
  text-align: center;
  margin: 0 -2px
}
.cm-insight-lab-page .hs-menu-wrapper {
  text-align: center;
  margin-bottom: 40px
}
.cm-insight-lab-page .hs-menu-wrapper ul {
  padding-left: 0;
}
.custom-digital-media-solutions-mod.digital-media-solutions-wrapper .card-headline h3 a:focus {
  color: #2A6496;
  text-decoration: underline;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.website-page article.news-card.border-top {
  margin-top: -20px;
}
.elink:hover {
  text-decoration: underline;
}
.cm-advertising-magazines-layout .cm-content-with-border-group {
  padding-top: 15px;
}
.resources-page .widget-type-linked_image img {
  width: 100%;
}
.cannabx-section-one .resources-wrap .resources-cnt p a {
  color: rgba(0,0,0,1.0);
}
.cannabx-section-one .resources-wrap .resources-cnt p a:hover {
  color: rgba(0,0,0,1.0);
  text-decoration:underline;
}
.cm-online-advertising-inner-row3 ol {
  padding: 0;
  margin: 0 0 36px;
  list-style: none;
}
.cm-online-advertising-inner-row3 ol li {
  font-family: 'Tofino', sans-serif;
  color: #444;
  font-size: 16px;
  line-height: 27px;
}
.cm-online-advertising-row3 img{
  margin-bottom:7px;
}
.cm-online-advertising-inner-row1 figure[style="float: right;"] {
  margin-left: 2%;
  width: 48%;
  margin-bottom: 30px;
  border:0;
  padding:0;
  margin-bottom: 0;
}
.whitepaper-blog.cm-insight-lab-listing .post-card-wrap-studies > .post-card-wrap {
  margin-left: 0;
  margin-right: 0;
}
.whitepaper-blog.cm-insight-lab-listing .block-title {
  width: 100%;
}
.custom-blog-wrapper.trends-decks.whitepaper-blog.cm-insight-lab-listing .post-card-wrap {
  margin-bottom: 40px;
}
.custom-blog-wrapper .post-card ul.social-share-links li.fb:hover svg {
  color: #3b5998;
  opacity: 1;
}
.custom-blog-wrapper .post-card ul.social-share-links li.tw:hover svg {
  color: #55acee;
}
.custom-blog-wrapper .post-card ul.social-share-links li.ln:hover {
  color: #222;
}
.custom-blog-wrapper .post-card ul.social-share-links li.em:hover svg {
  color: #585858;
}
.custom-blog-wrapper .post-card ul.social-share-links li svg:last-child {
  background: transparent;
}
.events-blog.post-page-layout .custom-post-body h3 {
  font-size: 24px;
  font-weight: 400;
  font-family: 'Tofino', sans-serif;
}
.custom-post-body blockquote {
  font-size: 24px;
  line-height: 32px;
  border: 0;
  margin: 0;
  padding: 10px 20px;
  border-left: 5px solid #006ad7;
  margin-bottom: 24px;
  margin-top: 35px;
}
.custom-post-body blockquote strong {
  font-family: 'Tofino', sans-serif;
}
.custom-post-body blockquote p em {
  font-size: 12px;
}
.custom-post-body blockquote p {
  margin-bottom: 12px !important;
}
.custom-post-body blockquote p:last-of-type {
  margin-bottom: 0 !important;
}
.trends-decks .newsletter-wrapper .hs-button,
.events-blog.post-page-layout .custom-post-body .hs_cos_wrapper_type_rich_text a button {
  background: #d21a76;
  color: #fff;
  border: 1px solid #d21a76;
}
.trends-decks .newsletter-wrapper .hs-button:hover,
.events-blog.post-page-layout .custom-post-body .hs_cos_wrapper_type_rich_text a button:hover {
  background: #fff;
  color: #d21a76 !important;
  border: 1px solid #d21a76;
}
.trends-decks .newsletter-wrapper .hs-button:focus,
.events-blog.post-page-layout .custom-post-body .hs_cos_wrapper_type_rich_text a:focus button,
.events-blog.post-page-layout .custom-post-body .hs_cos_wrapper_type_rich_text a button:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  color: #d21a76;
}
.hs-blog-listing .custom-blog-wrapper .card-body h3 {
  font-size: 30px;
  line-height: 32px;
}
.hs-blog-listing .block-title.header-title2 {
  margin-top: 40px;
}
.post-card-wrap.events-listing-wrapper .post-card {
  width: 25%;
}
.custom-blog-post-wrapper.case-studies.post-layout h1.headline {
  margin-top: 24px;
}
.custom-blog-post-wrapper.case-studies.listing-layout h1.headline {
  margin-top: 24px;
}
.case-studies.listing-layout .block-title {
  margin-top: 31px;
}
.main-sidebar .grecaptcha-badge {
  margin-left: 0;
}
.main-sidebar .hs-input:focus {
  border-color: rgba(0,0,0,.2);
  box-shadow: none;
}
.main-sidebar select.hs-input {
  border-radius: 0;
}
.custom-blog-wrapper .post-card-body {
  word-break: break-word;
}
.custom-whitepapers-button-group a.active:hover {
  color: #fff;
  background-color: #d21a76;
  border-color: #d21a76;
}
.trends-decks-listing-layout.custom-blog-wrapper .card-body h3 {
  font-size: 22px;
  line-height: 24px;
}
.website-page .hs_cos_wrapper_type_rich_text p.big {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.8em;
}
.cm-online-advertising-inner-row1 .cm-solutions-card-group img {
  display: block;
  margin: 0px auto;
  max-height: 200px;
  width: auto;
}
.cm-online-advertising-inner-row1 .cm-image-card-group img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
}
.hs-print-advertising-layout .hs_cos_wrapper_type_rich_text a {
  text-decoration: underline;
}
.cm-online-advertising-inner-row1 blockquote.v2 {
  padding: 10px 20px;
  border-left: 0px solid #006ad7;
  border-right: 5px solid #006ad7;
  width: 48%;
}
.cm-online-advertising-inner-row1 img[style*="float: left;"] {
  width: 48%;
  margin-right: 2%;
  margin-bottom: 40px;
}
.cm-online-advertising-inner-row1 img[style*="float: right;"] {
  width: 48%;
  margin-left: 2%;
  margin-bottom: 30px;
}
.calendar-page h3 {
  font-family: 'Tofino', sans-serif;
  font-size: 36pt;
  padding: 0 5px 22px 0;
  border-bottom: 2px solid #333;
  margin-top: 22px;
}
/* .home-page .cm-content-with-two-cols-group .cm-content-with-two-cols-col2 ul li:after {
content: "/";
color: #D21A76;
font-size: 20pt;
} */
/* .home-page .cm-content-with-two-cols-group .cm-content-with-two-cols-col2 ul li:last-child:after {
display: none;
}

.home-page .cm-content-with-two-cols-group ul li {
display: inline-block;
padding-right: 2px;
padding-left: 5px;
line-height: inherit;
}

.home-page .cm-content-with-two-cols-group .cm-content-with-two-cols-col2 ul li:after {
content: "/";
color: #D21A76;
font-size: 20pt;
margin-left: 3px;
}
*/















@media(max-width:1460px){
  .cm-insight-lab-page .hs_cos_wrapper_type_header h1{
    margin-top: 49px;	
  }

  .website-page.social_media_inner .section-wrapper>.page-center {
    padding-top: 60px;
  }

}

@media (max-width: 1459px){
  .website-page main.body-container-wrapper {
    padding-top: 40px;
  }
  .marketing-page .row1 {
    padding-top: 46px;
  }
  .mni-campaign-page main.body-container-wrapper {
    padding-top: 42px;
  }
  .calendar-page {
    padding-top: 41px;
  }
  .cm-online-advertising-inner-row1,
  .cm-online-advertising-row1{
   /* padding-top: 12px; */
  }
}

@media(max-width:1440px){ 
  .trends-decks.post-layout.custom-blog-post-wrapper .asset-header h1 {
    margin-top: 20px;
  }
  body .website-page .body-container-wrapper .section-header h1 {
    margin-top: 10px;
  }
  .resources-section-one .cm-title-wrap {
    margin-top: 19px;
  }
}


@media (min-width: 992px) and (max-width: 1459px){
  .website-page.social_media_inner .section-wrapper>.page-center {
    padding-top: 40px;
  }
  .website-page.social_media_inner.social_media_wrapper .section-wrapper>.page-center {
    padding-top: 41px;
  }
  .home-page .body-container-wrapper {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .connect-section-one .dnd-section,
  .cm-page .dnd-section{
    padding-top: 40px;
  }
}
@media(min-width:1210px) and (max-width:1320px){ 
  .marketing-page .fullscreen-region #big-label h1 {
    width: 84%;
  }
}
@media (max-width: 1199px){
  .website-page.social_media_inner .bottom_content .left .container-fluid.left_content {
    width: calc(100% + 9.66px + 11px) !important;
  }
  .marketing-page .container-fluid.row3 {
    padding-bottom: 0px;
  }
  .marketing-page .container-fluid.row3 .span4 {
    width: 50% !important;
    display: block !important;
    float: left;
    margin-left: 0;
  }
  .marketing-page .container-fluid.row3 .row-fluid {
    display: block !important;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
  .marketing-page .container-fluid.row3 .row-fluid > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .marketing-page .container-fluid.row3 .dnd-section > .row-fluid {
    width: 100% !important;
    margin: 0 !important;
  }
  .marketing-page .container-fluid.row3 .dnd-section > .row-fluid > * {
    padding: 0;
  }
  .marketing-page .container-fluid.row3 > .row-fluid-wrapper > .row-fluid {
    margin: 0;
    width: 100%;
  }
  .marketing-page .container-fluid.row3 > .row-fluid-wrapper > .row-fluid > * {
    padding: 0;
  }
  .calendar-page {
    padding-top: 40px;
  }
  .resources-page .span8.dnd-column {
    width: 100%;
    margin:0;
  }
  .resources-page .span4.dnd-column {
    width: 100%;
    margin:0;
  }
  .covid-page .row-fluid .span8 {
    width: 58.33333333%;
    margin-left:0;
    padding-right:15px;
  }
  .covid-page .row-fluid .sapn4 {
    width: 41.66666667%;
    margin-left:0;
    padding-left:15px;
  }
  .privacy-section-one .span8,
  .privacy-section-one .span4 {
    width:100%;
    float:none;
    margin-left:0;
  }
  .marketing-page .container-fluid.row3 .span4:nth-child(3) {
    clear: left;
  }

}
@media (max-width: 1040px){
  .custom-blog-post-wrapper.whitepaper-blog h1.headline {
    margin-top: 46px;
  }
}
@media(max-width:1050px) and (min-width:992px){
  .marketing-page .fullscreen-region #big-label h1 {
    font-size: 65px;
  }
}
@media screen and (min-width: 992px) {
  .trigger-pagination .asset-paging .paging-link.next .direction{
    opacity:0;
  }
  .asset-paging .paging-link:hover a.arrow, 
  .trigger-pagination .asset-paging .paging-link.next a.arrow {
    border-color: transparent;
    background: 0 0;
  }
  .trigger-pagination .asset-paging .next .dismiss {
    display: block;
  }
  .trigger-pagination .asset-paging .paging-link.next .item {
    right: 0;
    opacity: 1;
  }
  .asset-paging .paging-link {
    position: fixed;
    top: 50%;
    top: calc(50% - 30px);
    display: none;
    outline: none;
    text-align: left;
    z-index: 1000;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
  }
  .asset-paging .paging-link.prev {
    left: 0;
  }
  .asset-paging .paging-link.next {
    right: 0;
  }
  .asset-paging .paging-link.prev.offset {
    left: -70px;
  }
  .asset-paging .paging-link.next.offset {
    right: -70px;
  }
  .asset-paging a.arrow {
    position: relative;
    display: block;
    padding: 10px;
    width: 55px;
    color: #999;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #ccc;
    z-index: 100;
    border: 1px solid rgba(0, 0, 0, 0.15);
    cursor: pointer;
  }
  .asset-paging a.arrow:hover {
    background-color: #fff;
  }
  .asset-paging .arrow .tnt-svg {
    font-size: 40px;
    margin: 0;
    display: inline-block;
  }
  .asset-paging .prev a.arrow {
    border-left: 0;
  }
  .asset-paging .next a.arrow {
    border-right: 0;
  }
  .asset-paging a.arrow:hover {
    color: #333;
  }
  .asset-paging .paging-link:hover a.arrow, body.trigger-next .asset-paging .paging-link.next a.arrow {
    border-color: transparent;
    background: transparent;
  }
  .asset-paging .paging-link:hover .direction, body.trigger-next .asset-paging .paging-link.next .direction {
    opacity: 0;
  }
  .asset-paging .direction {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    opacity: 1;
    color: #222;
  }
  .asset-paging .item {
    position: absolute;
    top: 0;
    margin: 0;
    width: 400px;
    background: #fff;
    border: 1px solid #ddd;
    top: -65%;
    height: 148px;
    opacity: 0;
    -webkit-box-shadow: 0px 0px 26px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 26px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 26px -1px rgba(0, 0, 0, 0.1);
  }
  .asset-paging .next .item {
    right: -460px;
    border-right: 0;
  }
  .asset-paging .prev .item {
    left: -460px;
    border-left: 0;
  }
  .asset-paging .paging-link.prev:hover .item {
    left: 0px;
    opacity: 1;
  }
  .asset-paging .paging-link.next:hover .item, body.trigger-next .asset-paging .paging-link.next .item {
    right: 0px;
    opacity: 1;
  }
  .asset-paging .dismiss {
    top: -14px;
    left: -14px;
    font-size: 24px;
  }
  .asset-paging .head {
    padding: 5px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: bold;
  }
  .asset-paging .media {
    padding: 15px;
    margin: 0;
  }
  .asset-paging .prev .item .media {
    padding-left: 50px;
  }
  .asset-paging .next .item .media {
    padding-right: 50px;
  }
  .asset-paging .media-object {
    max-width: 80px !important;
  }
  .asset-paging .media-heading {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 5px;
    margin-top:0;
  }
  .trigger-pagination.trigger-disabled .asset-paging .paging-link.next .item {
    right: -460px;
  }
  .trigger-disabled.trigger-pagination .asset-paging .paging-link.next a.arrow {
    border: 1px solid rgba(0,0,0,0.15);
    background-color: rgba(255,255,255,0.5);
  }
  .trigger-disabled.trigger-pagination .asset-paging .paging-link.next .direction {
    opacity: 1;
  }
  .trigger-pagination.trigger-disabled .asset-paging .paging-link.next:hover .item {
    opacity: 1;
    right: 0;
  }
  .trigger-disabled.trigger-pagination .asset-paging .paging-link.next a.arrow:hover {
    border-color: transparent;
  }
  .trigger-disabled.trigger-pagination .asset-paging .paging-link.next:hover .direction {
    opacity: 0;
  }
  body > .cm-fixed-pagination-group.asset-paging {
    display: none;
  }
}

@media (max-width: 991px){
  .website-page.social_media_inner .section-wrapper>.page-center {
    padding-top: 40px;
  }
  .website-page.social_media_inner .bottom_content{
    display: flex;
    flex-wrap: wrap;
  }
  .website-page.social_media_inner .bottom_content .left {
    width: 100%;
    order: 2;
  }
  .website-page.social_media_inner .bottom_content .right {
    width: 100%;
    order: 1;
  }
  .website-page.social_media_inner.social_media_wrapper .section-wrapper>.page-center {
    padding-top: 41px;
  }
  .website-page.social_media_inner.social_media_wrapper .right {
    padding-top: 6px;
  }
  .website-page .body-container-wrapper .section-header h1 {
    font-size: 36px;
  }
  .home-page .banner-section {
    display: none;
  }
  .home-page .body-container-wrapper {
    padding-top: 40px;
  }
  .home-page .body-container-wrapper .container-fluid.row1.row1_bottom_content {
    padding-top: 109px !important;
  }
  .home-page .body-container-wrapper .container-fluid.row1.row1_bottom_content {
    padding-top: 109px !important;
    margin-bottom: 38px;
  }
  .home-page .cm-content-with-two-cols-group .cm-content-with-two-cols-col2 {
    width: 100%;
  }
  .home-page .cm-content-with-two-cols-group {
    display: block;
  }
  .home-page .cm-content-with-two-cols-group .cm-content-with-two-cols-col1 {
    width: 100%;
  }
  .home-page .cm-content-with-two-cols-group.Left .cm-content-with-two-cols-col1 img {
    width: 100%;
    display: block;
    vertical-align: bottom;
  }
  .home-page .cm-content-with-two-cols-group .cm-content-with-two-cols-col1 img {
    width: 100%;
  }
  .home-page .cm-content-with-two-cols-group.Right .cm-content-with-two-cols-col2 {
    margin-top: 40px;
    text-align: right;
  }
  .home-page .cm-content-with-two-cols-group.Left .cm-content-with-two-cols-col2 {
    margin-top: 40px;
  }
  .home-page .body-container-wrapper .container-fluid.row1.row1_bottom_content {
    padding-top: 102px !important;
    margin-bottom: 38px;
  }
  .home-page section.latest-blog {
    width: calc(100% - 22px);
    margin-left: 11px;
  }
  .marketing-page .container-fluid.row2 .hs_cos_wrapper_type_rich_text {
    width: 75%;
  }
  .marketing-page .container-fluid.row4 .hs_cos_wrapper_type_rich_text{
    width: 100%
  }
  .marketing-page .row1 {
    padding-top: 48px;
  }
  .marketing-page .container-fluid.row2 .hs_cos_wrapper_type_rich_text {
    width: 75%;
    display: block;
    margin: auto;
  }
  .marketing-page .container-fluid.row2 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .marketing-page .container-fluid.row6 {
    padding-bottom: 72px;
  }
  .marketing-page .custom-digital-media-solutions-mod.digital-media-solutions-wrapper>h3 {
    font-size: 36pt;
  }
  .marketing-page .container-fluid.row5 .hs_cos_wrapper_type_linked_image {
    position: static;
  }
  .marketing-page .container-fluid.row5 .widget-type-linked_image {
    height: auto;
  }
  .mni-campaign-page .bottom_content .right {
    width: 100%;
  }
  .mni-campaign-page .bottom_content .left {
    width: 100%;
    margin-bottom: 58px;
  }
  .mni-campaign-page .bottom_content img {
    width: 100%;
  }
  .mni-campaign-page .bottom_content {
    margin-bottom: 128px;
  }
  .calendar-page {
    padding-bottom: 62px;
  }
  .calendar-page .hs-search-field button:after {
    content: none;
  }
  .calendar-page h3 {
    margin-bottom: 30px;
  }
  .connect-section-one .dnd-section,
  .cm-page .dnd-section{
    padding-top:40px;
  }
  .body-wrapper .resources-page .row-fluid .span6 {
    width: 50%;
    padding-right:15px;
  }
  .body-wrapper .resources-page .row-fluid .span6 + .span6 {
    padding-left: 15px;
    padding-right:0;
  }
  .cm-content-with-two-cols-group .cm-content-with-two-cols-col2 {
    float: none;
    width: 100%;
  }

  .cannabx-section-one.right .cm-content-with-two-cols-group {
    display: flex;
    flex-direction: column-reverse;
  }

  .cannabx-section-one .cm-content-with-two-cols-group .cm-content-with-two-cols-col1 img {
    width: 100%;
  }

  .cannabx-section-one .cm-content-with-two-cols-group .cm-content-with-two-cols-col1 {
    width: 100%;
    float: none;
  }
  .cannabx-section-one .cm-content-with-two-cols-group .cm-content-with-two-cols-col2 {
    float: none;
    width: 100%;
  }
  .cannabx-section-one .cm-content-with-two-cols-group.Left {
    flex-flow: wrap;
  }
  .cannabx-section-one .span6.dnd-column {
    width: 48.618784527%;
    float: left;
  }
  .cannabx-section-one .cm-content-with-two-cols-group.Right {
    flex-direction: column-reverse;
  }
  .cannabx-page .cannabx-section-one .dnd-section {
    padding-bottom: 75px;
  }
  .resources-page .span5.dnd-column {
    width: 100%;
  }
  .resources-page .span7.dnd-column {
    width: 100%;
  }
  .newsletter-page .widget-type-form {
    margin-bottom: 23px;
  }
  .covid-page .row-fluid .span8 {
    width: 100%;
    margin-left:0;
    padding-right:0;
  }
  .covid-page .row-fluid .sapn4 {
    width: 100%;
    margin-left:0;
    padding-left:0;
  }
  .covid-page .asset-paging {
    margin-top: 0;
  }
  .covid-page .asset-paging .paging-link.prev {
    margin-bottom: 40px;
  }
  .body-wrapper .cm-online-advertising-inner-row1 .row-fluid .span6 {
    width: 50%;
  } 
  .cm-innovative-marketer-row4 .span6 {
    margin-bottom: 30px;
  }
  .cm-innovative-marketer-row2 .dnd-row > .row-fluid, 
  .cm-innovative-marketer-row1 .dnd-section > .row-fluid {
    display: block !important;
  }

  .cm-innovative-marketer-row1 .span6 {
    margin-top: 10px;
    margin-bottom: 48px;
  }

  .cm-innovative-marketer-row1 .span6:last-child {
    margin-bottom: 16px;
  }
  .cm-advertising-magazines-layout .banner-area h1 {
    margin-top: 18px !important;
  }
  .cm-image-card-group img {
    width: 1140px;
    margin: 0 auto 10px;
    max-width: initial;
    transform: translateY(-21.6%);
  }
  .cm-point-of-care-left-group {
    display: none;
  }
  .cm-point-of-care-right-group {
    width: 100%;
    float: none;
    padding-top: 12px;
  }
  .cm-point-of-care-right-group .dnd-section>.row-fluid {
    padding-left: 0;
  }
  .asset-paging {
    bottom: -150px;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    margin-top: 114px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .trigger-pagination > .asset-paging {    
    position: fixed;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    background: #fff;
    left: 0;
    margin: 0;
    -webkit-box-shadow: 0px 0px 26px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 26px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 26px -1px rgba(0, 0, 0, 0.1);
    overflow: visible;
  }
  .asset-paging .paging-link {
    display: none;
    border: 1px solid rgba(0,0,0,.1);
  }

  .asset-paging .arrow {
    width: auto;
    padding-top: 18px;
    display: block;
    height: 65px;
  }

  .asset-paging .paging-link .arrow .tnt-svg {
    font-size: 28px;
    color: #222;
  }

  .asset-paging .paging-link.prev {
    float: left;
    width: 15%;
    border-right: 1px solid rgba(0,0,0,.2);
    border-left: 0;
    background-color: rgba(0,0,0,.02);
  }

  .asset-paging .paging-link.prev .item {
    display: none;
  }

  .asset-paging .paging-link.next {
    float: right;
    width: 85%;
    border-right:0;
  }

  .asset-paging .paging-link.next .arrow {
    float: right;
    padding-right: 15px;
  }

  .asset-paging .inner {
    height: 65px;
    padding: 3px 10px;
    overflow: hidden;
  }

  .asset-paging .dismiss {
    top: -34px;
    right: -10px;
    font-size: 30px;
  }

  .asset-paging .head {
    font-size: 12px;
  }

  .asset-paging .media {
    margin-top: 4px;
  }

  .asset-paging .media-heading {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
  }

  .asset-paging .media-object {
    max-width: 32px;
  }  
  .connect-section-one .asset-paging {
    margin-top: 0;
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .connect-section-one .asset-paging .paging-link.prev {
    margin-bottom: 40px;
  }
  .trigger-pagination > .asset-paging {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .trigger-pagination .asset-paging.close-pagination {
    display: none;
  }
  .trigger-pagination .asset-paging .dismiss {
    display: block;
  }
  .cm-fixed-pagination-group.asset-paging .paging-link.prev {
    margin-bottom: 0;
  }
  .cm-online-advertising-inner-row2 aside.content-with-background {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
  .connect-section-one .cm-fixed-pagination-group.asset-paging .paging-link.prev {
    margin-bottom: 40px;
  }
  .trigger-pagination .connect-section-one .asset-paging .paging-link.prev {
    margin-bottom:0;
  }
  .trigger-pagination .connect-section-one .asset-paging {
    overflow: visible;
  }
  .connect-section-one .asset-paging {
    margin-top: 20px;
  }
  .website-page .widget-type-linked_image {
    width: 100% !important;
    max-width: 800px !important;
  }
  .website-page main.body-container-wrapper img {
    width: 100%;
  }
  .marketing-page .container-fluid.row4 {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
  .privacy-section-one .dnd-section[class*="force-full-width"] aside.content-with-background {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
  .covid-page .cm-fixed-pagination-group.asset-paging .paging-link.prev {
    margin-bottom: 40px;
  }
  .trigger-pagination .covid-page .cm-fixed-pagination-group.asset-paging .paging-link.prev {
    margin-bottom: 0;
  }
  .covid-page .cm-fixed-pagination-group.asset-paging {
    margin-left:-15px !important;
    margin-right:-15px !important;
  }
  .trigger-pagination .covid-page .cm-fixed-pagination-group.asset-paging {
    margin-left:0px !important;
    margin-right:0px !important;
  }
  .covid-section-one {
    padding-top: 10px;
  }
  .body-wrapper .resources-page .row-fluid .span6 {
    width: 50% !important;
  }
  .covid-page-wrap #site-footer-container div#site-copyright-container {
    padding-bottom: 50px;
  }
  .body-wrapper .cm-online-advertising-inner-row1 div[class*="vertical-alignment"]>.row-fluid {
    display: flex !important;
  }
  .cm-online-advertising-inner-row3 .widget-type-linked_image {
    width: 100% !important;
    max-width: 100% !important;
  }
  .cm-online-advertising-inner-row3  img {
    width: 100%;
  }
  .website-page.about-inner-page .cm-fixed-pagination-group.asset-paging {
    margin-left: -15px !important;
    margin-right: -15px !important;
    margin-bottom: 40px !important;
    overflow: hidden;
    margin-top: 20px;
  }
  .dnd-section > .row-fluid .cm-fixed-pagination-group.asset-paging {
    margin-left: -15px !important;
    margin-right: -15px !important;
    margin-top: 22px;
    margin-bottom: 40px;
    overflow:hidden;
  }
  /*   .trigger-pagination .dnd-section>.row-fluid .cm-fixed-pagination-group.asset-paging {
  overflow: unset;
  margin-left: 0!important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
} */

  body.trigger-pagination {overflow-x: hidden;}
  html {
    overflow-x: hidden;
  }
  body > .asset-paging {
    position: fixed;
    left: 0;
    right: 0;
  }
  body > .asset-paging span.tnt-stack {
    display: inline-block;
    height: 2em;
    position: relative;
    width: 2em;
  }
  body > .asset-paging .tnt-stack svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .home-page {
    padding-top: 30px;
  }

}



@media (max-width: 800px) and (min-width: 768px){
  .speaker-wrapper .speaker-inner .col .card-panel.panel .body p {
    font-size: 14px;
  } 
}
@media (min-width: 768px) {
  .about-inner-page .hs_cos_wrapper_type_header h1 {
    font-size: 60px;
  }
}
@media(min-width:768px) and (max-width:991px){ 
  .cm-print-advertising-layout .span3 {
    width: 25% !important;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cm-advertising-magazines-layout .span4 {
    width: 33% !important;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px){
  .website-page.social_media_inner .bottom_content .right .share-container.popup-social-share ul.social-share-links.icon {
    margin-top: 0;
  }

  .website-page.social_media_inner .bottom_content .right .share-container.popup-social-share a {
    padding: 5px 0 2px;
  }

  .website-page.social_media_inner .bottom_content .right .share-container.popup-social-share ul.social-share-links.icon li {
    line-height: 1.42857143;
  }
  .website-page.social_media_inner .bottom_content .left .container-fluid.left_content {
    width: 100% !important;
  }
  .website-page.social_media_inner.social_media_wrapper .section-wrapper>.page-center {
    padding-bottom: 21px;
  }
  .home-page img {
    max-width: 100%;
  }

  .home-page .container-fluid.row1 .hs_cos_wrapper_type_rich_text img[style*="float: right"] {
    float: none !important;
    margin: 0 0 40px 0 !important;
  }
  .home-page .body-container-wrapper .container-fluid.row1.row1_bottom_content {
    padding-top: 76px !important;
    margin-bottom: 38px;
  }
  .home-page .cm-content-with-two-cols-group.Left .cm-content-with-two-cols-col2 {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .home-page .cm-content-with-two-cols-group.Right .cm-content-with-two-cols-col2 {
    margin-top: 20px;
    padding-top: 0;
  }
  .home-page .body-container-wrapper .container-fluid.row3 img {
    width: 100%;
  }
  .marketing-page .container-fluid.row2 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .marketing-page .container-fluid.row6 {
    padding-bottom: 57px;
    padding-top: 68px;
  }

  .marketing-page .custom-digital-media-solutions-mod.digital-media-solutions-wrapper>h3 {
    font-size: 36pt;
  }

  .marketing-page .container-fluid.row5 .hs_cos_wrapper_type_linked_image {
    position: static;
  }

  .marketing-page .container-fluid.row5 .widget-type-linked_image {
    height: auto;
  }

  .marketing-page .row1 .right-content {
    width: 100%;
    margin-left: 0;
  }

  .marketing-page .container-fluid.row3 .span4 {
    width: 100% !important;
  }

  .marketing-page .container-fluid.row3 > .row-fluid-wrapper > .row-fluid .dnd-section .dnd-column .span4 > *[id*="hs_cos_wrapper_widget"]{}

  .marketing-page .container-fluid.row5 .hs_cos_wrapper_type_rich_text *[style*="float: left;"] {
    float: none !important;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .marketing-page .container-fluid.row5 .hs_cos_wrapper_type_rich_text *[style*="float: right;"] {
    width: 100% !important;
    margin-left: 0;
  }

  .marketing-page .custom-digital-media-solutions-mod.digital-media-solutions-wrapper .custom-digital-media-solutions-inner .inner {
    width: 100%;
    padding-bottom: 0;
  }

  .marketing-page .custom-digital-media-solutions-mod.digital-media-solutions-wrapper .custom-digital-media-solutions-inner .inner .card-container {
    margin-bottom: 20px;
    position: relative;
    width: auto;
    margin: 0;
    box-shadow: none;
    border: 1px solid rgba(0,0,0,.1);
    border-width: 0 0 1px 0;
    padding: 15px;
  }

  .marketing-page .custom-digital-media-solutions-mod.digital-media-solutions-wrapper .custom-digital-media-solutions-inner .inner .card-container .card-image.card-image-top {
    width: 75px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
  }

  .marketing-page .custom-digital-media-solutions-mod.digital-media-solutions-wrapper .custom-digital-media-solutions-inner .inner .card-container:after {
    clear: both;
    content: "";
    display: table;
  }

  .marketing-page .custom-digital-media-solutions-mod.digital-media-solutions-wrapper .card-body h3 {
    margin-bottom: 5px;
  }
  .mni-campaign-page .bottom_content {
    padding-top: 18px;
    margin-bottom: 115px;
  }

  .mni-campaign-page .bottom_content .left {
    margin-bottom: 38px;
  }

  .mni-campaign-page .bottom_content p img {
    margin-bottom: 6px;
  }
  .calendar-page {
    padding-bottom: 49px;
  }
  .cm-page h3[data-font="22"] {
    font-size: 18px;
    line-height: 20px;
  }
  .connect-section-one .widget-type-header h1 {
    font-size: 36px;
  }
  .connect-section-one p[data-font="18"] {
    font-size: 16px;
    line-height: 27px;
  }
  .cm-page p[data-pad="40"] {
    padding-bottom:20px;
  }
  .resources-page .hs-button {
    margin-top: 20px;
  }
  .body-wrapper .resources-page .row-fluid .span6 {
    width: 100%;
    padding-left: 0;
    padding-right:0;
  }
  .body-wrapper .resources-page .row-fluid .span6 + .span6 {
    padding-left: 0;
    padding-right:0;
  }
  .resources-section-one .widget-type-header h1 {
    font-size: 36px;
  }
  .cannabx-section-one .span6.dnd-column {
    width: 100%;
    float: none;
  }
  .cannabx-section-one .widget-type-linked_image {
    margin-bottom: 20px;
  }
  .cannabx-section-one .resources-wrap .resources-item {
    width: 100%;
  }

  .cannabx-section-one .resources-wrap .resources-cnt {
    padding-left: 85px;
  }

  .cannabx-section-one .resources-wrap .resources-cnt h2 {
    font-size: 18px;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 5px;
  }

  .cannabx-section-one .resources-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }

  .cannabx-page .cannabx-section-one .dnd-section {
    padding-bottom: 70px;
  }
  .cannabx-section-one .cm-content-with-two-cols-group .cm-content-with-two-cols-col1 {
    margin-bottom:20px;
  }
  .cannabx-section-one figure {
    margin-right: 0;
    float: none;
    width: 100%;
  }
  .resources-page .span5.dnd-column {
    width: 100%;
    padding: 0 15px;
    margin-bottom:20px;
  }
  .resources-page .span7.dnd-column {
    width: 100%;
    padding: 0 15px;
    margin: 0;
    margin-bottom:20px;
  }
  .resources-page .cm-title-wrap {
    margin-bottom:40px;
  }
  .resources-page .span6 iframe{
    width: 100%;
  }
  .website-page.social_media_inner.social_media_wrapper .section-wrapper-inner>.top_content {
    margin-bottom: 40px;
  }
  .resources-page .span6 .cm-title-wrap {
    margin-bottom:20px;
  }
  .covid-page .widget-type-header h1 {
    font-size: 36px;
  }
  .covid-page .widget-type-linked_image {
    margin-bottom: 20px;
  }
  .covid-page .resources-wrap .resources-item {
    width: 100%;
  }
  .covid-page .resources-wrap .resources-cnt h4 {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .covid-page .widget-type-rich_text p {
    font-size: 16px;
    line-height: 27px;
  }
  .cm-online-advertising-inner-row1 .dnd-section img {
    max-width: 100%;
  } 
  .body-wrapper .cm-online-advertising-inner-row1 .row-fluid .span6{
    width:100%; 
  }
  .hs-button{
    white-space: normal !important;
  }
  .cm-online-advertising-inner-row3 .span6 blockquote {
    margin-top: 40px;
  }
  .cm-online-advertising-inner-row1 p {
    font-size: 16px !important;
    line-height: 27px !important;
  }
  .cm-online-advertising-inner-row3 blockquote p, 
  .cm-online-advertising-inner-row1 blockquote p {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .cm-online-advertising-inner-row1 figure p {
    font-size: 12px !important;
    line-height: 16px !important;
  }
  .cm-online-advertising-inner-row1 h1 {
    font-size: 36px !important;
  }
  .cm-online-advertising-inner-row1 .dnd-section .hs_cos_wrapper_type_linked_image {
    display: block;
    margin: 0 0 30px;
  }
  .cm-online-advertising-inner-row1 .cm-content-box-group.grey-section .cm-content-box-inner-group p {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .cm-online-advertising-inner-row1 .cm-content-with-border-group .cm-content-with-border-col2 p{
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .cm-online-advertising-inner-row3 .cm-content-with-border-group .cm-content-with-border-col1,
  .cm-online-advertising-inner-row1 .cm-content-with-border-group .cm-content-with-border-col1{
    width: 100%;
  }
  .cm-online-advertising-inner-row1 .asset-paging {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .body-container__website img {
    max-width: 100%;
  }
  .cm-innovative-marketer-row4 .cm-btn-wrap {
    margin-top: 20px;
  }
  .about-page .main-wrapper .span4 .hs_cos_wrapper_type_linked_image {
    width: auto;
    margin: 0;
    box-shadow: none;
    border: 1px solid rgba(0,0,0,.1);
    border-width: 0 0 1px 0;
    display: block;
    padding: 15px;
  }

  .about-page .main-wrapper .span4 .hs_cos_wrapper_type_linked_image img {
    width: 75px;
    margin-right: 10px;
  }
  .cm-point-of-care-group .cm-content-with-border-group .cm-content-with-border-col1 {
    width: 100%;
  }
  .cm-point-of-care-group .cm-content-with-border-group .cm-content-with-border-col2 {
    width: 100%;
    margin-top: 34px;
    margin-bottom: 20px;
  }
  .cm-print-advertising-row1 .dnd-section {
    padding-top: 48px;
  }
  .cm-advertising-magazines-layout .banner-area h1 {
    font-size: 36px;
    margin-top: 18px !important;
  }
  .cm-advertising-magazines-layout .banner-area .hs_cos_wrapper_type_header {
    font-size: 36px;
    margin-top: 18px;
    display: block;
  }
  .cm-advertising-magazines-layout .banner-area .hs_cos_wrapper_type_header h1 {
    font-size: 36px;
  }
  .cm-advertising-magazines-layout .cm-content-with-two-cols-group.no-image{
    font-size:16px;
  }
  .cm-advertising-magazines-row1 .cm-content-with-two-cols-group.Left p,
  .cm-advertising-magazines-row1 .hs_cos_wrapper_type_rich_text p {
    font-size: 16px !important;
  }
  .cm-advertising-magazines-layout {
    overflow-x: hidden;
  }
  .asset-paging{
    margin-top: 64px;
    display: block;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
  }
  .privacy-section-one .content-with-image-wrap .content-with-image img {
    margin-bottom: 10px;
  }
  .privacy-section-one .widget-type-linked_image {
    margin-bottom:20px;
  }
  .home-page section.latest-blog {
    padding: 60px 15px 0;
  }
  .cm-online-advertising-inner-row1 .widget-type-rich_text aside {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .content-with-image-wrap .content-with-image img {
    width: 100%;
  }
  .cm-insight-lab-page .hs_cos_wrapper_type_header h1{
    margin-top: 54px;	
  }
  .cm-insight-lab-page .hs-menu-wrapper {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 34px;
  }
  .cm-insight-lab-page .custom-blog-wrapper .block-title {
    margin-bottom: 20px;
  }
  .cm-point-of-care-bottom-group p {
    font-size: 16px !important;
    line-height: 27px !important;
  }
  .covid-page .resources-wrap .resources-cnt {
    padding-left: 85px;
  }
  .body-wrapper .resources-page .row-fluid .span6 {
    width: 100% !important;
  }
  .website-page main.body-container-wrapper figure[style="float: right;"] {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cm-online-advertising-inner-row1 figure[style="float: right;"] {
    width: 100%;
    margin-left: 0;
  }
  .body-wrapper .cm-online-advertising-inner-row1 div[class*="vertical-alignment"]>.row-fluid {
    display: block !important;
  }
  .cm-innovative-marketer-row1 .video-module-wrapper .video-module .video-module-padding div#example_video_1+a {
    font-size: 18px !important;
    line-height: 20px !important;
  }
  .custom-blog-wrapper .post-card-body {
    word-break: break-word;
  }
  .trends-decks-post-layout.custom-blog-post-wrapper .main-sidebar {
    margin-bottom: 126px;
  }
  .cm-point-of-care-page .hs_cos_wrapper_type_header h1,
  .cm-advertising-magazines-layout .banner-area h1 {
    font-size: 36px  !important;
  }
  .case-studies.listing-layout .block-title {
    margin-top: 22px;
  }
  .custom-blog-post-wrapper .main-content img[style*="float"] {
    float: none !important;
    margin-left: 0 !important;
    margin-bottom: 10px !important;
  }
  .website-page .hs_cos_wrapper_type_rich_text h1 {
    font-size: 36px !important;
  }
  .website-page .hs_cos_wrapper_type_rich_text p.big {
    font-size: 16px;
    line-height: 27px;
  }
  .cm-online-advertising-inner-row1 blockquote.v2 {
    width: 100% !important;
  }
  .cm-online-advertising-inner-row1 img[style*="float: left;"] {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .cm-online-advertising-inner-row1 img[style*="float: right;"] {
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .cm-online-advertising-inner-row3 blockquote p em {
    font-size: 12px !important;
  }
}
@media (max-width: 479px){
  .cannabx-section-one .resources-wrap .resources-cnt {
    padding-left: 0;
  }
  .cannabx-section-one .resources-wrap .resources-item {
    padding-left: 0;
    padding-right: 0;
  }
  .cannabx-section-one .resources-wrap .resources-img {
    float: none;
  }
  .cm-innovative-marketer-row2 h3 {
    font-size: 20pt; 
  }
  .card-img-sm .post-item .card-container>.card-image {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .card-img-sm .post-item.has-image>.card-container>.card-body {
    margin-left: 0;
    margin-top: 10px;
  }
  .cm-online-advertising-inner-row1 .cm-content-with-border-group .cm-content-with-border-col2 p {
    font-size: 20px !important;
  }
  .cm-online-advertising-inner-row1 .cm-content-with-two-cols-group .cm-content-with-two-cols-col2 p {
    margin-bottom: 24px !important;
  }
  .cannabx-section-one .resources-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media(max-width:420px){ 
  .top-header .top-header-inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media(max-width:400px){
  .website-page.social_media_inner .hs_cos_wrapper_type_section_header h1 {
    font-size: 30px;
  }
  .marketing-page .container-fluid.row3 .hs_cos_wrapper_type_header h1 {
    font-size: 30pt;
  }
  .marketing-page .container-fluid.row5 .hs_cos_wrapper_type_rich_text blockquote h1 {
    font-size: 30px;
  }
  .privacy-section-one .widget-type-rich_text blockquote a[href*="mail"] {
    font-size: 20px;
  }
  .privacy-section-one aside.content-with-background p {
    width: 100%;
  }
  .home-page .body-container-wrapper .container-fluid.row2 .video-module-wrapper .top_content .heading {
    font-size: 27pt;
  }
}
/* ******************************************************************************
*********************************************************************************
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-wrapper {
  background-image: linear-gradient(to left, #00d7b8 0%, #006ad7 100%), linear-gradient(to left, #00d7b8 0%, #006ad7 100%);
  background-position: 0% 0%, 0% 0%;
  background-repeat: no-repeat;
  color: #000;
  text-align: center;
  min-height: 50px;
  display: block;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  top: 0;
  margin-bottom: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  background-color: #006AD7 !important;
}

.header-wrapper .page-center {
  position: relative;
  padding: 0;
}

.header-wrapper .header-inner {}

.header-wrapper .header-inner .logo {
  float: none;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
  height: 150px;
  position: absolute;
  width: 150px;
  /* top: -20px; */
  background-color: #fff;
  box-shadow: -2px 2px 1px 1px rgb(0 0 0 / 15%);
  color: #777;
  margin-left: initial;
}

.header-wrapper .header-inner:after {
  clear: both;
  content: "";
  display: block;
}

@media (min-width: 1460px){
  .header-wrapper .header-inner .logo {
    padding: 12px;
    height: 120px;
    width: 120px;
    left: -136px;
  }
}

.header-wrapper .header-inner .logo .logo-inner {}

.header-wrapper .header-inner .menu {}

.header-wrapper .header-inner .menu .menu-inner {}

.header-wrapper .header-inner .menu .menu-inner div#hs_menu_wrapper_menu_ {}

.header-wrapper .header-inner .menu .menu-inner div#hs_menu_wrapper_menu_ > ul {
  margin: 0;
  display: block;
  list-style: none;
  padding: 0;
  float: left;
}

.header-wrapper .header-inner .menu .menu-inner div#hs_menu_wrapper_menu_ > ul > li {
  float: left;
  position: relative;
}

.header-wrapper .header-inner .menu .menu-inner div#hs_menu_wrapper_menu_ > ul > li > a {
  line-height: 20px;
  color: #fff;
  font-weight: normal;
  padding: 15px 20px;
  font-family: 'Tofino', sans-serif;
  font-size: 12pt;
  display: inline-block;
}

.header-wrapper .header-inner .menu .menu-inner div#hs_menu_wrapper_menu_ > ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  border-radius: 0;
  font-size: 16px;
  left: auto;
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
  margin-left: -1px;
}

.header-wrapper .header-inner .menu .menu-inner div#hs_menu_wrapper_menu_ > ul ul > li {}

.header-wrapper .header-inner .menu .menu-inner div#hs_menu_wrapper_menu_ > ul ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  white-space: nowrap;
  color: #000000;
}

.header-wrapper .header-inner .logo img.hs-image-widget {max-width: 100%;width: auto !important;}


.header-wrapper .header-inner .menu .menu-inner div#hs_menu_wrapper_menu_ > ul > li:hover {}

.header-wrapper .header-inner .menu .menu-inner div#hs_menu_wrapper_menu_ > ul > li:hover > ul {
  display: block;
}

.header-wrapper .header-inner .menu .menu-inner div#hs_menu_wrapper_menu_ > ul > li:hover > a {
  border-radius: 0!important;
  text-decoration: none;
  background-color: #fff!important;
  color: #333!important;
}

.header-wrapper .header-inner .menu .menu-inner div#hs_menu_wrapper_menu_ > ul ul > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.header-wrapper .header-inner .menu .menu-inner div#hs_menu_wrapper_menu_>ul ul li:hover > ul {
  display: block;
}

.header-wrapper .header-inner .menu .menu-inner div#hs_menu_wrapper_menu_>ul ul li > ul {
  top: 0;
  left: 100%;
}

.header-wrapper .header-inner .menu .menu-inner div#hs_menu_wrapper_menu_>ul li.active a,
.header-wrapper.new-header-section-with-white-bg .header-inner .menu .menu-inner div#hs_menu_wrapper_menu_>ul>li.active>a,
.header-wrapper.new-header-section-with-white-bg .header-inner .menu .menu-inner div#hs_menu_wrapper_menu_ > ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.active-branch > a {
  color: #3574e3 !important;
}

@media (min-width: 992px) and (max-width: 1459px){


  .header-wrapper .header-inner .menu .menu-inner div#hs_menu_wrapper_menu_>ul>li>a {
    font-size: 13px;
    padding: 15px 10px;
  }
  .header-wrapper .header-inner .logo img.hs-image-widget {
    max-height: 100px;
  }
  .header-wrapper .header-inner .logo {
    padding: 10px;
    height: 100px;
    width: 100px;
  }
  .header-wrapper .menu .menu-inner {
    margin-left: 103px;
  }

}


@media (max-width: 991px){

  .header-wrapper .menu {
    display: none;
  }

  .header-wrapper .header-inner .logo {
    padding: 10px;
    height: 100px;
    width: 100px;
    left: 15px;
  }

  .header-wrapper .header-inner .logo img.hs-image-widget {
    max-height: 100px;
    max-width: 200px;
    width: 100% !important;
  }

  .header-wrapper .trigger {
    display: block !important;
  }

  .header-wrapper .trigger button {
    color: inherit;
    font: inherit;
    margin: 0;
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-image: none;
    border-radius: 4px;
    display: block !important;
    background-color: transparent!important;
    border: none!important;
    box-shadow: none!important;
    margin-right: 0;
  }
  .header-wrapper .trigger button:focus {
    outline: thin dotted;
    background-color: rgba(0,0,0,.1)!important;
  }

  .header-wrapper .trigger button span.icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #006ad7 !important;
  }

  .header-wrapper .trigger button span.icon-bar + span.icon-bar {
    margin-top: 4px;
  }

  .header-wrapper .trigger button:hover {
    background-color: rgba(0,0,0,.1)!important;
  }

  .body-wrapper {
    position: relative;
    left: 0;
    -webkit-transition: left .25s ease-out;
    -moz-transition: left .25s ease-out;
    -o-transition: left .25s ease-out;
    -ms-transition: left .25s ease-out;
    transition: left .25s ease-out;
  }
  body.open_menu .body-wrapper {
    left: -80%;
  }
  body.open_menu {
    overflow: hidden;
  }
  .header-wrapper {
    -webkit-transition: transform .25s ease-out;
    -moz-transition: transform .25s ease-out;
    -o-transition: transform .25s ease-out;
    -ms-transition: transform .25s ease-out;
    transition: transform .25s ease-out;
  }
  body.open_menu .header-wrapper {
    transform: translateX(-80%);
  }
  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1031;
    height: 100%;
    cursor: pointer;
    display: none;
    opacity: 0;
    width: 100%;
  }
  body.open_menu .overlay {
    display: block;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    background-color: rgba(0,0,0,.5);
  }
  .mobile-content {
    display: block !important;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 80%;
    z-index: 1050;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    transition: all .25s ease-out;
    background-color: #333;
    color: #fff;
    text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
    -webkit-box-shadow: inset 8px 0 5px 0 rgb(0 0 0 / 20%);
    box-shadow: inset 8px 0 5px 0 rgb(0 0 0 / 20%);
    right: -80%;
  }
  body.open_menu .mobile-content {
    right: 0;
  }

  .mobile-content .padding-left {
    padding-left: 15px;
  }

  .mobile-content .padding-top {
    padding-top: 15px;
  }
  .mobile-content ul.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
  }
  .mobile-content ul.list-inline li {}
  .mobile-content ul.list-inline li a {}
  .mobile-content ul.list-inline li a svg {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
  }
  .mobile-content ul.list-inline li a.fb {
    background-color: #3A59A5 !important;
  }
  .mobile-content ul.list-inline li a.tw {
    background-color: #46C8F9 !important;
  }
  .mobile-content ul.list-inline li a.li {
    background-color: #1B86BC !important;
  }
  .mobile-content ul.list-inline li a.li svg {}
  .mobile-content ul.list-inline li a.tw svg {}
  .mobile-content ul.list-inline li a.fb svg {}
  .mobile-content .trigger {
    float: right !important;
    color: rgba(255,255,255,.75);
    font-size: 16px;
    font-weight: 700;
    padding: 15px;
    line-height: 16px;
    display: block;
    background-color: transparent;
    text-decoration: none;
    border: 0!important;
    text-shadow: 0 -1px 0 rgba(0,0,0,.5)!important;
    color: rgba(255,255,255,.85);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition-duration: .2s;
    -webkit-transition-duration: .2s;
    cursor: pointer;
    color: rgba(255,255,255,.5);
    transform: none;
    -webkit-transform: none;
  }
  .mobile-content .trigger:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .mobile-content div#hs_menu_wrapper_menu_ {}
  .mobile-content div#hs_menu_wrapper_menu_ > ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mobile-content div#hs_menu_wrapper_menu_ > ul > li {
    border: solid 1px rgba(0,0,0,.1)!important;
    border-radius: 0!important;
    box-shadow: none;
    margin: 0!important;
    background-color: transparent;
  }
  .mobile-content div#hs_menu_wrapper_menu_ > ul > li > .a_heading {
    border: 0;
    border-bottom: 0;
    color: #333;
    border-color: #ddd;
    padding: 0!important;
    background-color: transparent!important;
    border-radius: 0!important;
  }
  .mobile-content div#hs_menu_wrapper_menu_ > ul > li > .a_heading > .a_title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    border-top: 1px solid rgba(255,255,255,.075)!important;
    border-bottom: 1px solid rgba(0,0,0,.2)!important;
  }
  .mobile-content div#hs_menu_wrapper_menu_ > ul > li > .a_heading > .a_title > a {
    color: rgba(255,255,255,.75);
    font-size: 16px;
    font-weight: 700;
    padding: 15px;
    line-height: 16px;
    display: block;
    background-color: transparent;
    text-decoration: none;
    border: 0!important;
    text-shadow: 0 -1px 0 rgba(0,0,0,.5)!important;
  }
  .mobile-content div#hs_menu_wrapper_menu_ > ul ul {
    display: none;
    list-style: none;
    margin: 0;
    float: none;
    text-shadow: 0 -1px 0 rgba(0,0,0,.5)!important;
    padding: 0;
    background-color: rgba(0,0,0,.2);
  }
  .mobile-content div#hs_menu_wrapper_menu_ > ul > li > .a_heading > .a_title:hover {
    background-color: rgba(0,0,0,.2);
  }
  .mobile-content .trigger:hover {
    color: rgba(255,255,255,.7);
  }
  .mobile-content div#hs_menu_wrapper_menu_>ul ul li {
    position: relative;
    display: block;
    margin: 0;
    float: none;
    text-shadow: 0 -1px 0 rgba(0,0,0,.5)!important;
    border-top: 1px solid rgba(255,255,255,.075)!important;
    border-bottom: 1px solid rgba(0,0,0,.2)!important;
  }
  .mobile-content div#hs_menu_wrapper_menu_>ul ul li a {
    color: rgba(255,255,255,.75);
    font-size: 16px;
    font-weight: 700;
    padding: 15px;
    line-height: 16px;
    display: block;
    background-color: transparent;
    text-decoration: none;
    border: 0!important;
    text-shadow: 0 -1px 0 rgba(0,0,0,.5)!important;
    padding-left: 30px;
    font-weight: 400;
  }
  .mobile-content .a_heading.open_menu .trigger {
    color: rgba(255,255,255,.85);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition-duration: .2s;
    -webkit-transition-duration: .2s;
    cursor: pointer;
  }
  .mobile-content div#hs_menu_wrapper_menu_>ul ul li a:hover {
    background-color: rgba(0,0,0,.2);
  }

}

/*------------------------ New Header ------------------------*/

.new-header-section .header-cta .cta_button {
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 6px;
  color: #fff;
  height: auto;
  transition: all .4s ease;
  padding: 13px 15px 11px;
  text-shadow: none;
  width: auto;
  font-family: 'Tofino',sans-serif;
  font-size: 16px;
  line-height: normal;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  vertical-align: middle;
}
.new-header-section.header-fix .header-cta .cta_button, 
.new-header-section .header-cta .cta_button:hover {
  background: #3574e3;
  color:#fff;
  border: 2px solid #3574e3;
}
.new-header-section {
  background-image: none !important;
  background-color: transparent !important;
}
.new-header-section.header-wrapper .header-inner .logo {
  background: transparent;
  height: auto;
  box-shadow: none;
  position: static;
  max-width: 88px;
  padding: 0;
}
.new-header-section .header-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.new-header-section.header-wrapper .header-inner .menu {
  width: calc(100% - 88px);  
  width: -moz-calc(100% - 88px);  
  width: -webkit-calc(100% - 88px);  
  padding-left: 25px;
}
.new-header-section .header-left-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 85%;
}
.header-wrapper.new-header-section .header-inner .menu .menu-inner div#hs_menu_wrapper_menu_>ul>li>a {
  padding: 15px 12px;
}
.new-header-section .header-cta {
  width: 15%;
  text-align: right;
}
.header-wrapper.new-header-section {
  padding: 18px 0;
}
.new-header-section #hs_cos_wrapper_header_sticky_logo {
  display: none;
}
.new-header-section.header-fix #hs_cos_wrapper_header_sticky_logo {
  display: block;
}
.new-header-section.header-fix #hs_cos_wrapper_header_logo {
  display: none;
}
.header-wrapper.new-header-section.header-fix {
  background: #fff !important;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.header-wrapper.new-header-section.header-fix .header-inner .menu .menu-inner div#hs_menu_wrapper_menu_>ul>li>a {
  color: #333333;
}
.new-header-section.header-fix .header-cta .cta_button:hover {
  background: rgb(58,127,249) !important;
  color: rgb(255,255,255) !important;
}
.header-wrapper.new-header-section .header-inner .menu .menu-inner div#hs_menu_wrapper_menu_>ul>li:hover>a {
  background-color: transparent !important;
}
.header-wrapper.new-header-section .header-inner .menu .menu-inner div#hs_menu_wrapper_menu_>ul>li:hover:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #3574e3;
  display: block;
  position: absolute;
  top: 39px;
  left: 0;
}
.header-wrapper.new-header-section .header-inner .menu .menu-inner div#hs_menu_wrapper_menu_>ul ul>li>a:hover {
  background: transparent;
  color: #3574e3;
}
.header-wrapper.new-header-section .page-center {
  padding-right: 15px;
  padding-left: 15px;
}
.new-header-section.new-header-section-with-white-bg {
  background-color: #fff !important;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.header-wrapper.new-header-section-with-white-bg .header-inner .menu .menu-inner div#hs_menu_wrapper_menu_>ul>li>a {
  color: #333 !important;
}
.new-header-section.new-header-section-with-white-bg .header-cta .cta_button {
  background: #3574e3;
  color: #fff;
  border: 2px solid #3574e3;
}
.new-header-section.new-header-section-with-white-bg .header-cta .cta_button:hover {
  background: #3a7ff9 !important;
  color: #fff !important;
  border: 2px solid #3a7ff9;
}
.new-header-section.new-header-section-with-white-bg #hs_cos_wrapper_header_logo {
  display: block;
}

.header-wrapper.transparent-header .header-inner .menu .menu-inner div#hs_menu_wrapper_menu_>ul>li:hover>a {
  color: #fff !important;
}
.header-wrapper.transparent-header.header-fix .header-inner .menu .menu-inner div#hs_menu_wrapper_menu_>ul>li:hover>a {
  color: #333 !important;
}
.new-header-section .header-inner .menu .menu-inner div#hs_menu_wrapper_menu_>ul>li>a {
  font-weight: 600 !important;
}




@media screen and (min-width: 1460px) {
  .new-header-section .page-center {
    max-width: 1295px;
    position: relative;
    left: -63px;
  }
}

/*-------- Min 1460 ends here ----------*/

/*----------------- Media Query -----------------*/

@media (min-width: 990px) and (max-width: 1459px) {
  .header-wrapper.new-header-section .menu .menu-inner {
    margin-left: 0 !important;
  }
  .new-header-section .header-cta .cta_button {
    font-size: 13px;
  }
  .header-wrapper .header-inner .menu .menu-inner div#hs_menu_wrapper_menu_>ul ul>li>a {
    font-size: 13px;
  }
  .header-wrapper.new-header-section .header-inner .menu .menu-inner div#hs_menu_wrapper_menu_>ul>li>a {
    padding: 15px 10px;
    font-size: 13px;
  }

}
/*-------- Min 990 to Max 1459 ends here ----------*/

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

}
/*-------- 1199 ends here ----------*/

@media screen and (max-width: 991px) {
  .header-wrapper.new-header-section .trigger {
    width: calc(100% - 88px);
    width: -moz-calc(100% - 88px);
    width: -webkit-calc(100% - 88px);
    padding-left: 25px;
  }
  .new-header .mobile-content {
    width: 70%;
    right: -70%;
  }
  body.open_menu.new-header .body-wrapper {
    left: -70%;
  }
  .new-header-section .header-cta {
    width: 150PX;
  }
  .new-header-section .header-left-section {
    width: calc(100% - 150px);  
    width: -moz-calc(100% - 150px);   
    width: -webkit-calc(100% - 150px);  
  } 
  body.open_menu.new-header .header-wrapper {
    transform: translateX(-70%);
  }
  .new-header .mobile-content div#hs_menu_wrapper_menu_>ul>li a {
    color: rgba(255,255,255,.75);
    font-size: 16px;
    font-weight: 700;
    padding: 15px;
    line-height: 16px;
    display: block;
    background-color: transparent;
    text-decoration: none;
    border: 0 !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,.5) !important;
  }

}
/*-------- 991 ends here ----------*/

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

}
/*-------- 880 ends here ----------*/

@media screen and (max-width: 767px) {
  .new-header-section .header-cta {
    display: none;
  }
  .new-header-section .header-left-section {
    width: 100%;
  }
}
/*-------- 767 ends here ----------*/

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

}
/*-------- 630 ends here ----------*/

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

}
/*-------- 568 ends here ----------*/

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

}
/*-------- 480 ends here ----------*/

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

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

#site-footer-container, #site-footer {
  background-color: #ebebeb;
  color: #000;
}
#site-footer-container {
  border: 0;
}
#site-footer-container {
  position: relative;
  z-index: 1;
}
#site-footer-container a:hover {
  text-decoration: underline;
}

#site-footer-container footer#site-footer {
  padding: 15px 20px 0 20px;
  margin-bottom: 10px;
  width: inherit !important;
}

@media screen and (min-width: 1200px){

  #site-footer-container footer#site-footer {
    width: 80% !important;
  }

}

#site-footer-container div#site-copyright-container {
  background: #59595b;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

#site-footer-container div#site-copyright-container div#site-copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 1300px;
  margin: 0 auto;
}

#site-footer-container div#site-copyright-container div#site-copyright * {
  color: #fff !important;
  font-weight: bold;
  font-size: 13px;
}
#site-footer-container div#site-copyright-container div#site-copyright .hs-col-md-7 {
  width: 58.33333333%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
#site-footer-container div#site-copyright-container .row:after,#site-footer-container div#site-copyright-container .row:before {
  display: table;
  content: " ";
}
#site-footer-container div#site-copyright-container .row:after {
  clear: both;
}
#site-footer-container .container:after,#site-footer-container .container:before {
  display: table;
  content: " ";
}
#site-footer-container .container:after{
  clear: both;
}
#site-footer-container footer#site-footer {
  margin-right: auto;
  margin-left: auto;
}
#site-footer-container footer#site-footer .row {
  margin-right: -15px;
  margin-left: -15px;
}
#site-footer-container footer#site-footer div#footer-col-zero {
  width: 16.66666667%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
#site-footer-container footer#site-footer div#footer-col-one {
  width: 25%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
#site-footer-container footer#site-footer div#footer-col-two {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 16.66666667%;
}
#site-footer-container footer#site-footer div#footer-col-three {
  width: 16.66666667%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
#site-footer-container footer#site-footer div#footer-col-four {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 25%;
  float: left;
}
#site-footer-container footer#site-footer .pull-right {
  float: right !important;
}
#site-copyright a, 
#site-footer a {
  color: #000;
}
#site-footer-container hr.bottom_hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
  height: 2px;
  border-width: 0;
  color: gray;
  background-color: gray;
}
#site-footer-container button {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 700;
  background: #ffffff;
  border: 1px solid #888888;
  color: #000000;
  font-family: 'Tofino', sans-serif!important;
  font-size: 15pt!important;
  padding: 6px 36px;
  padding-top: 11px;
}
#site-footer-container button:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff!important;
}
div#tncms-block-693200 {
  padding-bottom: 15px;
}
#site-footer-container div#site-copyright-container div#site-copyright .hs-col-md-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 41.66666667%;
}

.top-header .top-header-inner {
  background-color: #006AD7;
  padding: 60px;
  color: #fff;
  text-align: center!important;
}

.top-header {}

.top-header .top-header-inner {}

.top-header .top-header-inner .media-body {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  zoom: 1;
  color: #fff;
  display: block;
}

.top-header .top-header-inner .media-body h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: 'Tofino', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
}

.top-header .top-header-inner .media-body a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.33;
  font-weight: 700;
  font-family: 'Tofino', sans-serif!important;
  font-size: 15pt!important;
  margin: 50px auto 0px;
  background: none;
  border: 2px solid #fff;
  text-transform: none;
  padding: 6px 80px;
  color: #fff;
  margin-top: 10px;
  white-space: normal;
  transition: none !important;
}

.top-header .top-header-inner .media-body a:hover {
  background: #fff;
  color: #d21a76;
  text-decoration: none;
}

.top-header .scrollToTop {
  width: 122px;
  height: 53px;
  padding: 0px;
  text-align: center;
  background: url(//8125678.fs1.hubspotusercontent-na1.net/hubfs/8125678/raw_assets/public/MNITargetedMedia_February2021/images/back.png) no-repeat center center;
  margin: 30px auto;
  display: block;
}

.top-header.v2 .top-header-inner .media-body h2 {
  color: #fff;
  font-family: 'Tofino', sans-serif;
}

.top-header.v2 .top-header-inner .media-body h3 {
  font-family: 'Tofino', sans-serif;
}

@media (max-width: 1199px){

  #site-footer-container footer#site-footer div#footer-col-zero {
    width: 100%;
  }
  #site-footer-container footer#site-footer div#footer-col-one {
    width: 50%;
  }
  #site-footer-container footer#site-footer div#footer-col-two {
    width: 50%;
  }
  #site-footer-container footer#site-footer div#footer-col-three {
    width: 50%;
  }
  #site-footer-container footer#site-footer div#footer-col-four {
    width: 100%;
  }

}

@media (min-width: 480px) and (max-width: 991px){
  .top-header .top-header-inner .media-body a {
    padding: 6px 40px;
  }
}

@media (max-width: 991px){

  #site-footer-container footer#site-footer div#footer-col-three {
    width: 33.33333333%;
  }

  #site-footer-container footer#site-footer div#footer-col-two {
    width: 33.33333333%;
  }

  #site-footer-container footer#site-footer div#footer-col-one {
    width: 33.33333333%;
  }
  #site-footer-container div#site-copyright-container div#site-copyright .hs-col-md-7 {
    width: 100%;
  }
  #site-footer-container div#site-copyright-container div#site-copyright .hs-col-md-5 {
    width: 100%;
  }

}

@media (max-width: 767px){

  #site-footer-container div#site-copyright-container div#site-copyright .hs-col-md-5 {
    width: 100%;
  }
  #site-footer-container div#site-copyright-container div#site-copyright .hs-col-md-7 {
    width: 100%;
  }

  #site-footer-container footer#site-footer div#footer-col-three {
    width: 100%;
  }

  #site-footer-container footer#site-footer div#footer-col-two {
    width: 100%;
  }  

  #site-footer-container footer#site-footer div#footer-col-one {
    width: 100%;
  }

}
@media (max-width: 480px){
  .top-header .top-header-inner .media-body a{
    padding: 6px 40px;
  }
  .top-header.v2 .top-header-inner .media-body a {
    padding: 6px 30px;
  }
}




/*---------Footer Version2--------*/
.footer.footer--site-page{
  background-color: #2A2F35;
  color: #ffffff;
  padding: 64px 0;
}
.footer.footer--site-page a{
  transition: all .3s;
  color: #ffffff;
}
.footer__container--static{
  max-width: 1330px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}
.footer_top_sction .footer_row{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer_left_section{
  width: 56%;
  padding-right: 20px;
}
.footer_navigation_section, .footer_address_section{
  width: 22%;
  padding-right: 20px;
  padding-top: 25px;
}
.footer_additional_resource_section p{
  font-size: 21px;
  color: #ffffff;
  font-family: 'Tofino', sans-serif;
  margin-bottom: 70px;
}
.footer_additional_resource_section a{
  color: #ffffff;
}
.footer_additional_resource_section a:hover{
  color: #ffffff;
  text-decoration: underline;
}
.footer_additional_resource_section p span{
  font-size: 14px;
}
.footer_sign_up_section p{
  font-size: 21px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 25px;
  letter-spacing: 1px;
}
.footer_sign_up_section a{
  font-size: 21px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: underline;
}
.footer_sign_up_section a .fa{
  font-weight: 300;
  color: #00D7B8;
  margin-left: 12px;
  text-decoration: none;
}
.footer_sign_up_section a:hover .fa{
  margin-left: 16px;
}
.footer_navigation_section ul{
  padding: 0; 
  margin: 0;
  list-style-type: none;
}
.footer_navigation_section ul li{
  font-size: 21px;
  font-family: 'Tofino', sans-serif;
  margin-bottom: 20px;
}
.footer_navigation_section ul li a:hover{
  text-decoration: underline;
}
.footer_address_section .footer_address h4{
  font-weight: bold;
  font-size: 21px;
  color: #ffffff;
  margin: 0 0 15px;
  font-family: 'Tofino',sans-serif;
  letter-spacing: 1px;
}
.footer_address_section .footer_address p{
  font-size: 21px;
  line-height: 1.2;
  font-family: 'Tofino', sans-serif;
  margin-bottom: 22px;
}
.footer_address_section .footer_address p a:hover{
  text-decoration: underline;
}
.footer_address_section .cta_button{
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  background: #d22476;
  border-radius: 6px;
  border-width: 0px;
  color: #ffffff;
  font-family: 'Tofino', sans-serif; 
  height: auto;
  transition: all .4s ease;
  padding: 13px 41px;
  text-shadow: none;
  width: auto;
  font-size: 17px;
  line-height: 1.5em;
  letter-spacing: 0.5px;
}
.footer_address_section .cta_button:hover{
  background: #d63983;
}
.footer_social_links ul.list-inline{
  text-align: right;
  margin-bottom: 20px;
}
.footer_social_links ul.list-inline li a {
  background-color: transparent !important;
  border-radius: 50%;
  border: 1px solid #ffffff;
  opacity: 1;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16pt !important;
  margin-left: 20px;
}
.footer_copyright{
  border-top: 1px solid #ffffff;
}
.footer_copyright p{
  margin-top: 35px;
  text-align: right;
  font-family: 'Tofino', sans-serif;
  font-size: 15px;
}
.footer_copyright p a{
  text-decoration: underline;
}


@media screen and (max-width: 1199px) and (min-width: 992px){
  .footer_left_section {
    width: 46%;
  }
  .footer_navigation_section, .footer_address_section {
    width: 27%;
  }
  .footer_address_section{
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px){
  .footer_additional_resource_section p, .footer_sign_up_section p, .footer_sign_up_section a, .footer_navigation_section ul li, .footer_address_section .footer_address h4, .footer_address_section .footer_address p {
    font-size: 16px;
  }
  .footer_left_section {
    width: 44%;
  }
  .footer_navigation_section, .footer_address_section {
    width: 28%;
  }
  .footer_address_section{
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer_left_section{
    width: 100%;
    padding-right: 0px;
    text-align: center;
  }
  .footer_navigation_section, .footer_address_section{
    width: 100%;
    padding-right: 0px;
    padding-top: 40px;
    text-align: center;
  }
  .footer_additional_resource_section p {
    margin-bottom: 30px;
  }
  .footer_sign_up_section{
    margin-bottom: 20px;
  }
  .footer_social_links ul.list-inline {
    text-align: center;
    margin-top: 50px;
  }
  .footer_copyright p {
    text-align: center;
  }
  .footer_social_links ul.list-inline li:first-child a{
    margin-left: 0;
  }
}
@media screen and (max-width: 630px) {
  .footer_additional_resource_section p, .footer_sign_up_section p, .footer_sign_up_section a, .footer_navigation_section ul li, .footer_address_section .footer_address h4, .footer_address_section .footer_address p {
    font-size: 18px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */


.content-wrapper {
  max-width: 1170px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

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

.clearfix:after,
.content-wrapper:after {
  clear: both;
}

.blog-content-wrapper,
.custom-blog-post-wrapper {
  overflow-x: hidden;
}

#main-page-container {
  padding-top: 30px;
  padding-bottom: 20px;
}

.blog-content-wrapper .top-wrapper {
  text-align: center;
}

.blog-content-wrapper .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.hz-auto-nav section {
  text-align: center;
}

#main-page-container .block {
  margin-bottom: 20px;
}

/* block titles */
.block-title h1,
.block-title h2,
.block-title h3,
.block-title h4,
.block-title h5,
.block-title h6 {
  margin: 0;
}

/* block note */
.block-note {
  margin-bottom: 20px;
}

.block-title .block-title-inner {
  display: inline-block;
}

.block.heading-color .block-title-inner {
  padding: 10px 20px;
}

.block-title.light > .block-title-inner > * {
  color: rgba(255,255,255,.8);
}

.block-title.light > .block-title-inner > * > small,
.block-title.light > .block-title-inner > * > a {
  color: rgba(255,255,255,.8);
}

.block-title.dark > .block-title-inner > * {
  color: rgba(0,0,0,.8);
}

.block-title.dark > .block-title-inner > * > small,
.block-title.dark > .block-title-inner > * > a {
  color: rgba(0,0,0,.8);
}

.block-title, .user-header {
  margin: 0 0 20px;
  border-bottom: 2px solid #333;
}

.block-title .block-title-inner,
.user-header .user-header-inner {
  padding: 0 15px 8px 0;
  margin-bottom: -1px;
  border-bottom: 2px solid transparent;
  font-family: 'Tofino', sans-serif;
  padding: 0 5px 20px 0;
  margin-bottom: -4px;
  border-bottom-width: 6px;
  border-bottom-style: solid;
  border-bottom-color: #333;
}

.blog-content-wrapper .block-title {
  margin-top: 6px;
}

.block-title h3 {
  font-family: 'Tofino', sans-serif;
  font-size: 36pt;
  font-weight: 500;
  line-height: 1.1;
}

.blog-content-wrapper .list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.hz-auto-nav .blox-autolist.list-group {
  margin: auto;
  width: auto;
  display: inline-block;
}

.blog-content-wrapper .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.blog-content-wrapper a.list-group-item,
.blog-content-wrapper button.list-group-item {
  color: #555;
}

.blog-content-wrapper .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.blog-content-wrapper .list-group-item:first-child,
.blog-content-wrapper .list-group-item:last-child,
.blog-content-wrapper .panel-group .panel {
  border-radius: 0;
}

.blog-content-wrapper .hz-auto-nav .list-group-item {
  display: inline-block;
  text-align: center;
}

.blog-content-wrapper a.list-group-item:hover,
.blog-content-wrapper button.list-group-item:hover,
.blog-content-wrapper a.list-group-item:focus,
.blog-content-wrapper button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

.blog-content-wrapper .list-group-item.active,
.blog-content-wrapper .list-group-item.active:hover,
.blog-content-wrapper .list-group-item.active:focus {
  color: #fff;
  background-color: #d21a76;
  border-color: #d21a76;
}

.post-item {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 1px solid #666666;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.post-item.has-image {
  padding-left: 10px;
}

.post-item .card-container > .card-image {
  overflow: hidden;
  position: relative;
}

.post-item figure .image {
  position: relative;
}

.post-item .card-image img {
  width: 100%;
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto;
}

.post-item.has-image > .card-container > .card-body {
  padding-top: 10px;
}

.post-item .card-labels {
  display: none;
}

.post-item .card-label-section {
  font-size: 85%;
  text-transform: uppercase;
}

.blog-content-wrapper .text-muted {
  color: #777;
}

.blog-content-wrapper .index-summary .card-labels * {
  color: #000 !important;
  font-weight: bold;
  font-size: 12px !important;
}
.blog-content-wrapper .index-summary .card-labels a:hover{
  text-decoration: underline;
}

.blog-content-wrapper .card-headline {
  text-transform: none;
}

.post-item .card-headline h1,
.post-item .card-headline h2,
.post-item .card-headline h3,
.post-item .card-headline h4,
.post-item .card-headline h5,
.post-item .card-headline h6 {
  font-family: inherit;
  font-weight: 500;
  color: inherit;
  font-size:18px;
  line-height:20px;
  margin-top: 0;
  margin-bottom: 10px;
}

.card-headline a {
  color: #000000;
  font-weight: bold;
}

.card-headline a:hover {
  color: #d21a76;
}

.post-item .card-headline a:hover {
  text-decoration:none;
}

.blog-content-wrapper .social-share-links {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  font-size: 0;
}

.blog-content-wrapper .social-share-link {
  opacity: .8;
  transition: all .1s ease-in-out;
}

.blog-content-wrapper .social-share-links > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.post-item .card-social {
  float: right;
  margin-left: 15px;
}

.post-item .social-share-links > ul {
  margin-bottom: 0;
}

.post-item .social-share-links > li {
  padding: 0;
}

.blog-content-wrapper .social-share-link a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  color: #222;
  font-size: 12pt;
}

.blog-content-wrapper .social-share-links li a {
  margin-left: 1px;
}

.blog-content-wrapper .social-share-links .social-share-link:hover {
  opacity: 1;
}

.blog-content-wrapper .social-share-links .social-share-link:hover .fb {
  color: #3B5998;
}

.blog-content-wrapper .social-share-links .social-share-link:hover .tw {
  color: #55acee;
}

.blog-content-wrapper .social-share-links .social-share-link:hover .em {
  color: #585858;
}

.blog-content-wrapper .tnt-stack {
  display: inline-block;
  height: 2em;
  position: relative;
  width: 2em;
}

.blog-content-wrapper .tnt-svg {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
}

.blog-content-wrapper .tnt-stack-1x,
.blog-content-wrapper .tnt-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.blog-content-wrapper .tnt-inverse {
  color: #fff;
}

svg:not(:root) {
  overflow: hidden;
}

.blog-content-wrapper .tnt-svg.tnt-w-16 {
  width: 1em;
}

.blog-content-wrapper .tnt-svg.tnt-stack-2x {
  height: 2em;
  width: 2em;
}

.blog-content-wrapper .tnt-svg.tnt-stack-1x {
  height: 1em;
  width: 1em;
}

svg:not(:root).tnt-svg {
  overflow: visible;
}

.post-item .card-lead {
  font: 300 16px/19px Tofino Text Book;
  color: #5f5f5f;
}

.blog-content-wrapper .index-summary .read-more-link {
  font-weight: bold;
  display: block;
  text-align: right;
  margin-top: 10px;
  color: #000000;
}

.blog-content-wrapper .index-summary .read-more-link:hover {
  color: #000000;
  text-decoration: underline;
}

.post-item .tnt-summary {
  margin: 0 0 10px;
}

.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;
}
.blog-content-wrapper.default-blog {
  padding-top: 24px;
}
.blog-content-wrapper p.tnt-user-title.small.text-muted {
  font-size: 85%;
}


@media screen and (min-width: 768px) {
  .custom-blog-wrapper.trends-decks.whitepaper-blog.cm-events-blog-listing .block.emphasis-h3 {
    margin-top: 9px !important;
  }
  .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;
}
.event-button-group{
  text-align:center;
  margin-top:50px;
}
.event-button-group .hs-button {
  background: #d21a76;
  border: 1px solid #d21a76;
  color: #fff;
}
.event-button-group .hs-button:hover {
  background: #fff;
  color: #d21a76;
  border: 1px solid #d21a76;
}
.event-button-group .hs-button:focus{
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.blog-content-wrapper.default-blog .share-container.popup-social-share {
  margin: 40px 0 20px;
}
.blog-content-wrapper.default-blog .share-container.popup-social-share .social-share-links > li {
  padding: 0;
}
@media (max-width: 767px){
  .blog-content-wrapper.default-blog .share-container.popup-social-share ul.social-share-links.icon {
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
  }
  .blog-content-wrapper.default-blog .share-container.popup-social-share ul.social-share-links.icon li {
    width: auto;
    flex-grow: 1;
    border: 1px solid #E6E6E6;
    border-right: 0;
  }
  .blog-content-wrapper.default-blog .share-container.popup-social-share ul.social-share-links.icon li:first-child {
    border-left: 0;
  }
  .blog-content-wrapper .social-share-link a:hover {
    color: rgba(210,26,118,1.0);
  }
  .blog-content-wrapper.default-blog .share-container.popup-social-share {
    margin: 20px 0 70px;
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
  .post-card-wrap.events-library .post-card {
    width: 25%;
  }
  .custom-blog-wrapper.trends-decks.whitepaper-blog .post-card-wrap.events-library h3.tnt-headline {
    font-size: 30px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Tofino, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

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

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

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

.blog-post__tags {
  font-family: Tofino, 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 .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

.comment-from, .comment-date {
  display: block !important;
  text-align: left !important;
}

/*             Blog Listing with Sidebar            */

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

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

/*             Blog Grid Listing            */

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-blog-wrapper .events-blog .tnt-headline + .tnt-headline {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .blog-content-wrapper.default-blog .asset-paging.custom-post-pagination {
    overflow: visible;
  }
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}
/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

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

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

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

/*             Blog Post Layout          */

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

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

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

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

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

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

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

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

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

/* Blog Comments */

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

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

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

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

/* Related Articles */

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

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

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

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

svg:not(:root).tnt-svg {
  overflow: visible;
}

.blog-content-wrapper .social-share-links :first-child {
  border-left: 0;
}

.asset-paging .animate {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.asset-paging a.overlay {
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  position: absolute;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 85%, rgba(255,255,255,1) 100%);
}

.asset-paging .inner {
  position: relative;
  overflow: hidden;
  max-height: 140px;
}

.asset-paging .dismiss {
  position: absolute;
  cursor: pointer;
  z-index: 2;
  display: none;
}

.asset-paging .media p {
  font-size: 13px;
}

body.trigger-next .asset-paging .next .dismiss {
  display: block;
}

.asset-paging .paging-link > a {
  text-align: center;
}

.asset-paging .tnt-svg.tnt-w-8 {
  width: .5em;
}

.text-uppercase {
  text-transform: uppercase;
}

.blog-content-wrapper small {
  font-size: 85%;
}

.media {
  margin-top: 15px;
}

.media, .media-body {
  overflow: hidden;
  zoom: 1;
}

.media:first-child {
  margin-top: 0;
}

.media-left, .media>.pull-left {
  padding-right: 10px;
}

.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top;
}

.media-object {
  display: block;
}

.blog-content-wrapper .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: 'Tofino', sans-serif;
}

.blog-content-wrapper .asset-masthead {
  text-align: center;
  margin: 0 0 20px;
  position: relative;
}

.blog-content-wrapper .asset-header h1 {
  line-height: 1.1;
  color: inherit;
  font-family: 'Tofino', sans-serif;
  border-bottom: solid 3px #333;
  padding-bottom: 10px;
  width: 100%;
  margin: auto auto 20px !important;
  font-size: 36px;
}

.blog-content-wrapper .post-feature-wrapper {
  margin-bottom: 30px;
}

.blog-content-wrapper .post-feature-image {
  cursor: pointer;
  width: 100vw;
  clear: both;
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-width: 100%;
  height: 250px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}

.post__body-social-share {
  margin-bottom: 30px;
}

.post__body-social-share p {
  margin: 0 0 10px;
  color: #000000;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 24px;
  font-family: 'Tofino', sans-serif;
}

.blog-post__body {
  font-size: 16px;
  line-height: 27px;
  color: #000000;
  font-family: 'Tofino', sans-serif;
}

.blog-post__body p {
  margin: 0 0 30px;
}

.page-header {
  margin-top: 6px;
}

.page-header .breadcrumb {
  margin: 0;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  float: right;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px 0 1px;
  color: #ccc;
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #777;
}

.block-title, .user-header {
  margin: 0 0 20px;
  border-bottom: 2px solid #333;
}

#main-page-container .page-header .block {
  margin-bottom: 0;
}

.page-header .heading .block-title {
  border: 0;
  text-align: left;
  margin-top: 0;
}

.page-header .heading .block-title-inner {
  margin-bottom: -4px;
  border: 0;
  padding: 0;
}

.block-title h4 {
  margin: 0;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: rgba(0,0,0,.5);
  font-size: 18px;
}

.page-header .breadcrumb a,
.block-title h4 a {
  color: #000000;
}

.card.author {
  position: inherit;
}
.card.author .avatar-box {
  position: relative;
  margin-right: 10px;
  width: 100px; /* initial width */
  height: 100px;
}

.block .card.author .avatar-box {
  width: 25px;
  height: 25px;
}

.card.author .avatar-box:before {
  content: "";
  display: block;
  padding-top: 100%; /* initial ratio of 1:1*/
}

.card.author .avatar-box .tnt-user-profile-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.block .card.author .avatar-box .tnt-user-avatar {
  width: 100%;
  max-height: 25px;
  object-fit: cover;
}

.block .card .card.author,
.block .card .card.author .media-list,
.block .card .card.author .card-tagline p {
  margin-bottom: 0;
}

.custom-post-author .author {
  width: 100%;
  margin-bottom: 20px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.custom-post-author .avatar-box {
  float: left;
}

.custom-post-author .avatar-box img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.custom-post-author a,
.custom-post-author a:hover {
  color: #000000;
}

.list-inline.social-links>li {
  padding-left: 0;
  padding-right: 0;
}

.custom-post-author ul.social-links {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  list-style: none;
}

.custom-post-author ul.social-links > li {
  display: inline-block;
}

.custom-post-author .btn {
  font: inherit;
  margin: 0;
  overflow: visible;
  text-transform: none;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  color: #fff;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 0;
  background: #d21a76;
  border: 1px solid #d21a76;
  font-family: 'Tofino', sans-serif!important;
  font-size: 15pt!important;
  padding: 6px 36px;
  padding-top: 11px;
  outline: none;
}

.custom-post-author .btn svg {
  width: 1.125em;
}

.custom-post-author .btn:hover {
  background: #fff;
  color: #d21a76;
  border: 1px solid #d21a76;
  text-decoration: none;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2
}

.close:hover,.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none
}

.modal-open {
  overflow: hidden
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0)
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  outline: 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5
}

.modal-backdrop.in {
  opacity: .9 !important;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
  margin-top: -2px
}

.modal-content h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: inherit;
  font-weight: 500;
  color: inherit;
  font-size: 18px;
}

.modal-content .modal-title {
  line-height: 1.42857143;
  margin: 0;
}

.modal-body {
  position: relative;
  padding: 15px
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media (min-width: 768px) {
  .modal-dialog {
    width:600px;
    margin: 30px auto
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5)
  }

  .modal-sm {
    width: 300px
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width:900px
  }
}

.modal-content {
  border-radius: 0 !important;
  background: none;
  box-shadow: none;
}

.modal-header {
  padding: 0;
}

.modal-header .close {
  margin-top: -2px;
  color: #fff;
}

.modal-body {
  background: #fff;
}

.padding-bottom {
  padding-bottom: 15px;
}

.modal-content .btn {
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  line-height: 1.42857143;
  color: #fff;
  display: block;
  width: 100%;
  font-weight: 700;
  border-radius: 0;
  background: #d21a76;
  border: 1px solid #d21a76;
  font-family: 'Tofino', sans-serif!important;
  font-size: 15pt!important;
  padding: 6px 36px;
  padding-top: 11px;
}

.modal-content a {
  color: #000000;
}

.modal.fullscreen {
  background-color: rgba(0,0,0,.85);
  padding-right: 0!important;
}

.modal.fullscreen .close {
  position: absolute;
  color: #fff;
  opacity: .4;
  font-size: 30px;
  z-index: 2;
  top: 15px;
  right: 15px;
}

.modal.fullscreen .close:hover {
  opacity: .8;
}

.modal.fullscreen .modal-body {
  height: 100%;
  width: 100%;
  padding: 0;
}

.modal.fullscreen .modal-dialog {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.modal.fullscreen .modal-content {
  height: 100%;
  width: 100%;
  border-radius: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.modal.fullscreen.modal-image .modal-dialog {
  height: initial;
}

.modal.fullscreen.modal-image .close {
  position: fixed;
  right: 30px;
}

.modal.fullscreen.modal-image .modal-image-container {
  display: flex;
  align-items: center;
  height: 100vh;
  width: 100vw;
}

.modal.fullscreen.modal-image img {
  width: 100vw;
  height: calc(100vh - 100px);
  object-fit: contain;
  font-family: 'object-fit: contain;' /* polyfilled for ie/Edge. */
}

.photo-carousel {
  z-index: 1;
  position: relative;
  height: 100%;
  width: 100%;
}

.card {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.modal.fullscreen .photo-carousel {
  margin: 0;
  background: transparent;
  height: 100%;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel.owl-loaded {
  display: block;
}

.modal.fullscreen .item,
.modal.fullscreen .item-container,
.modal.fullscreen .owl-carousel,
.modal.fullscreen .owl-carousel .owl-stage,
.modal.fullscreen .owl-carousel .owl-stage-outer,
.modal.fullscreen .owl-item,
.modal.fullscreen .owl-wrapper,
.modal.fullscreen .owl-wrapper-outer {
  height: 100%!important;
  position: relative;
}

.modal.fullscreen .photo-carousel .carousel-inner {
  width: 900px;
  margin: 0 auto;
}

.modal.fullscreen .owl-carousel,
.modal.fullscreen .owl-wrapper-outer,
.modal.fullscreen .owl-wrapper,
.modal.fullscreen .owl-item,
.modal.fullscreen .item,
.modal.fullscreen .owl-carousel .owl-stage,
.modal.fullscreen .owl-carousel .owl-stage-outer,
.modal.fullscreen .item-container {
  height: 100%!important;
  position: relative;
}

.modal.fullscreen .photo-carousel .item .photo-container {
  background: transparent;
}

.modal.fullscreen .photo-carousel .item .photo-container img,
.modal.fullscreen .photo-carousel .item .photo-container .tnt-video-container {
  max-height: 100%;
  max-width: 100%;
  height: initial;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modal.fullscreen .photo-carousel .item .photo-container {
  height: 100%;
  padding: 3% 0;
}

.photo-carousel .caption-container {
  text-align: left;
}

.photo-carousel .caption-container {
  padding-top: 10px;
}

.pull-right {
  float: right;
}

.modal.fullscreen .photo-carousel .caption-container,
.modal.fullscreen.modal-image .caption-container {
  width: 100%;
  opacity: 1;
  color: #fff;
  transition: all 0.25s ease-out;
  background-color: rgba(0,0,0,.7);
  position: absolute;
  padding: 15px 15px 15px;
  bottom: 0;
}

.modal.fullscreen .photo-carousel .caption-container .social-share-links,
.modal.fullscreen.modal-image .caption-container .social-share-links {
  margin-bottom: 0px;
}

.modal.fullscreen.modal-image .caption-container {
  padding-left: 30px;
  padding-right: 30px;
}

.modal.fullscreen.modal-image .modal-caption {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.7);
}
.modal.fullscreen.modal-image .caption-container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  background-color: transparent;
}

.asset #asset-content .modal.fullscreen .photo-carousel .caption-container p,
.modal.fullscreen .photo-carousel .caption-container p,
.modal.fullscreen.modal-image .caption-container p {
  color: #eee;
}

.modal.fullscreen .photo-carousel .item:hover .caption-container,
.modal.fullscreen.modal-image .caption-container {
  opacity: 1;
}

.photo-carousel .photo-carousel-control {
  color: rgba(0,0,0,.4);
  cursor: pointer;
  z-index: 2;
  position: absolute;
  background-color: rgba(255,255,255,.9);
  padding: 5px 10px;
  font-size: 18px;
  user-select: none;
  opacity: .6;
}

.photo-carousel .photo-carousel-control.left {
  left: auto;
  right: 40px;
  top: 5px;
}

.photo-carousel .photo-carousel-control.right {
  right: 5px;
  top: 5px;
}

.modal.fullscreen .photo-carousel .photo-carousel-control {
  background-color: rgba(0,0,0,.3);
  color: #fff;
  font-size: 28px;
  padding: 10px;
  opacity: 1;
  bottom: 15px;
  top: auto;
  left: auto;
}

.modal.fullscreen .photo-carousel .photo-carousel-control.left {
  right: 58px;
}

.modal.fullscreen .photo-carousel .photo-carousel-control.right {
  right: 15px;
}

.photo-carousel .photo-count {
  z-index: 1;
  position: absolute;
  font-weight: 700;
  padding: 15px 0 0 0;
}

.photo-carousel .photo-count,
.photo-carousel.default-collection .photo-count {
  right: 0;
  top: -35px;
}

.modal.fullscreen .photo-carousel .photo-count {
  bottom: 72px;
  right: 22px;
  font-weight: normal;
  color: #bbb;
}

.modal.fullscreen .photo-carousel .photo-carousel-caption-toggle,
.modal.fullscreen.modal-image .photo-carousel-caption-toggle {
  opacity: .4;
  margin-top: -10px;
  margin-right: -15px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  outline: 0;
}

.modal.fullscreen .photo-carousel .photo-carousel-caption-toggle .tnt-svg,
.modal.fullscreen.modal-image .photo-carousel-caption-toggle .tnt-svg {
  margin: 4px 9px 4px 0;
}

.showcase-caption-toggle,
.caption-overlay .caption-toggle {
  margin-right: .3em;
  opacity: .4;
  color: #fff !important;
  text-decoration: none !important;
  outline: 0 !important;
}

.caption-overlay .tnt-svg.caption-toggle {
  margin: 6px 12px;
}

.modal.fullscreen .photo-carousel .photo-carousel-caption-toggle:hover,
.showcase-caption-toggle:hover,
.caption-overlay .caption-toggle:hover {
  opacity: .7;
}

.modal.fullscreen .photo-carousel-control.nowapp {
  display: none;
}

.tnt-svg {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
}

.tnt-svg.tnt-w-10 {
  width: .625em;
}

svg:not(:root).tnt-svg {
  overflow: visible;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.modal.fullscreen.modal-image .caption-container .card-meta .list-inline,
.photo-carousel .caption-container .card-meta .list-inline {
  margin: 5px 0 5px 0;
}

.blog-content-wrapper .card .social-share-links.list-inline>li {
  padding: 0;
}

.modal.fullscreen .social-share-link a {
  width: auto;
  height: auto;
  opacity: 1;
  font-size: 12pt !important;
  font-family: 'Tofino', sans-serif;
  line-height: normal;
  background-color: inherit;
  border: 0;
  color: #fff;
  font-weight: normal;
}

.modal.fullscreen .social-share-link li {
  padding: 0;
}

.modal.fullscreen .social-share-link {
  padding: 0;
  margin: 0;
}

.case-studies .block-title {
  margin-top: 9px;
}

.custom-blog-wrapper .hz-auto-nav .blog-categories {
  display: block;
  text-align: center;
}

.custom-blog-wrapper .blog-categories a {
  text-decoration: none;
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #555;
  display: inline-block;
  text-align: center;
}

.custom-blog-wrapper .blog-categories a.active {
  color: #fff;
  background-color: #d21a76;
  border-color: #d21a76;
}

.custom-blog-wrapper .blog-categories a:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

.custom-blog-wrapper .post-card-wrap {
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
  z-index: 1;
}

.custom-blog-wrapper .post-card {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.custom-blog-wrapper .post-card-panel {
  margin-bottom: 20px;
  width: 100%;
  box-shadow: none;
  border: solid 2px #ebebeb;
}

.custom-blog-wrapper  .card-image {
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.custom-blog-wrapper .card-image img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.custom-blog-wrapper  .card-body {
  padding: 0 15px 15px;
}

.custom-blog-wrapper .card-body h3 {
  font-size: 18px;
  line-height: 20px;
  margin-top: 0;
  font-family: 'Tofino', sans-serif;
}

.custom-blog-wrapper .card-headline a {
  font-weight: bold;
}

.custom-blog-wrapper .card-meta ul {
  margin-left: -5px;
}

.custom-blog-wrapper .card-meta ul li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  margin: 0;
  color: #777;
}

.custom-blog-wrapper .card-lead {
  font: 300 16px/19px Tofino Text Book;
  color: #5f5f5f;
}

.custom-blog-wrapper  .tnt-summary {
  margin: 0 0 10px;
}

.custom-blog-post-wrapper .popup-social-share {
  margin-bottom: 20px;
}

.custom-blog-post-wrapper .popup-social-share.content-below {
  margin-top: 20px;
  clear: both;
}

.custom-blog-post-wrapper .popup-social-share ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
}

.custom-blog-post-wrapper .popup-social-share ul li {
  opacity: .8;
  transition: all .1s ease-in-out;
  display: inline-block;
  padding: 0;
  color: inherit;
  list-style-type: none;
  border: 1px solid #e6e6e6;
  border-right: 0;
  font-family: 'Tofino', sans-serif;
  font-size: 12pt;
  line-height: 1.42857143;
}

.custom-blog-post-wrapper .popup-social-share ul li:first-child {
  border-left: 0;
}

.custom-blog-post-wrapper .popup-social-share ul li::before {
  content: "";
  color: initial;
  font-size: initial;
  position: initial;
  top: -initial;
  padding-right: initial;
  top: -3px;
}

.custom-blog-post-wrapper .popup-social-share ul li a {
  display: block;
  text-decoration: underline;
  white-space: nowrap;
  margin-left: 1px;
  color: inherit;
  padding: 5px 0 0;
}

.custom-blog-post-wrapper .popup-social-share ul li a:hover {
  color: #d21a76;
}

.custom-blog-post-wrapper .popup-social-share ul li a .tnt-stack {
  display: inline-block;
  height: 2em;
  position: relative;
  width: 2em;
}

.custom-blog-post-wrapper .popup-social-share ul li a .tnt-svg {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  height: 1em;
  width: 1em;
  overflow: visible;
}

.custom-blog-post-wrapper .popup-social-share span.sr-only {
  display: none;
}

.custom-blog-post-wrapper .popup-social-share ul li:hover {
  opacity: 1;
}

.custom-blog-post-wrapper .popup-social-share ul li:hover .fb {
  color: #3B5998;
}

.custom-blog-post-wrapper .popup-social-share ul li:hover .tw {
  color: #55acee;
}

.custom-blog-post-wrapper .popup-social-share ul li:hover .wa { 
  color: #25d366;
}

.custom-blog-post-wrapper .popup-social-share ul li:hover .em {
  color: #585858;
}

.custom-blog-post-wrapper .asset-header h1 {
  font-weight: 400;
  font-family: 'Tofino', sans-serif;
  border-bottom: solid 3px #333;
  padding-bottom: 10px;
  width: 100%;
  margin: 2px auto 20px;
  font-size: 36px;
}

.custom-blog-post-wrapper .asset-masthead .meta {
  font-family: 'Tofino', sans-serif;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #777;
}

.custom-blog-post-wrapper .row {
  margin-right: -15px;
  margin-left: -15px;
}

.custom-blog-post-wrapper .main-content {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 8px;
}

.custom-blog-post-wrapper .main-content img {
  display: block;
  max-width: 100%;
  height: auto;
}

.custom-blog-post-wrapper .custom-post-body {
  font-family: 'Tofino', sans-serif;
}

.trends-decks .top-wrapper {
  margin-top: 9px;
}

.trends-decks .newsletter-wrapper { 
  text-align: center;
}

.trends-decks .newsletter-wrapper h4 { 
  font-family: 'Tofino', sans-serif;
}

.custom-blog-post-wrapper .main-sidebar {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.custom-blog-post-wrapper .main-sidebar .form-content {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 320px;
}

.custom-blog-post-wrapper .main-sidebar h3.form-title {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  background-color: transparent;
  font-family: 'Tofino', sans-serif;
  margin-top: 1px;
}

.trends-decks .custom-post-body h4 {
  clear: both;
  color: #777;
  font-family: 'Tofino', sans-serif;
}

.trends-decks .custom-post-body hr {
  height: 0;
  margin: 0;
  border-top: 1px solid rgba(0,0,0,.1);
  padding-top: 20px;
}

.trends-decks .custom-post-body h3 {
  font-size: 18px;
  line-height: 20px;
  margin-top: 0;
  font-family: 'Tofino', sans-serif;
}

.trends-decks .custom-post-body h3 a {
  font-weight: bold;
}

.cm-white-paper-image {
  float: right;
  max-width: 200px;
  margin-left: 25px;
}

.custom-blog-wrapper.whitepaper-blog .events-blog .block.emphasis-h3 {
  margin-top: 9px;
}
.custom-blog-wrapper .post-card ul.social-share-links {
  padding-left: 0;
  list-style: none;
  margin: 0;
  float: right;
  margin-left: 7px;
}
.custom-blog-wrapper .post-card ul.social-share-links li {
  display: inline-block;
  opacity: .8;
  transition: all .1s ease-in-out;
  margin-right: 1px;
}
.custom-blog-wrapper .post-card ul.social-share-links li a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  color: #222;
}
.custom-blog-wrapper .post-card ul.social-share-links li .tnt-stack {
  display: inline-block;
  height: 2em;
  position: relative;
  width: 2em;
  padding: 7px;
}
.custom-blog-wrapper .post-card ul.social-share-links li svg {
  height: 2em;
  width: 2em;
  background-color: #222;
}
.custom-blog-wrapper .post-card svg:first-child {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: -.125em;
  height: 2em;
  width: 2em;
}
.custom-blog-wrapper .post-card ul.social-share-links .sr-only {
  display: none;
}
.custom-blog-wrapper .post-card ul.social-share-links li svg:last-child path {
  color: #fff;
}
.custom-blog-wrapper .post-card ul.social-share-links li svg:last-child {
  z-index: 9;
  position: relative;
  width: 1em;
  height: 1em;
}
.custom-blog-wrapper .post-card ul.social-share-links li.em {
  margin-left: -3px;
}
/* .blog-content-wrapper .tnt-stack svg:last-child {
  display: none !important;
} */
.tnt-inverse {
    display: block;
    position: relative;
}
.blog-subs-form {}

.blog-subs-form .blog-subs-form-inner {
  max-width: 50%;
}

.blog-subs-form .blog-subs-form-inner .heading {
  margin: 0 0 20px;
  border-bottom: 2px solid #333;
}

.blog-subs-form .blog-subs-form-inner .heading h3 {
  color: rgba(0,0,0,.5);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  font-family: 'Tofino', sans-serif;
  padding: 0 5px 20px 0;
  margin-bottom: -4px;
  border-bottom-width: 6px;
  border-bottom-style: solid;
  border-bottom-color: #333;
  display: inline-block;
}

.blog-subs-form .blog-subs-form-inner .form {
  margin-bottom: 40px;
}

.blog-subs-form .blog-subs-form-inner .form .hs-richtext.hs-main-font-element {
  font-family: 'Tofino', sans-serif;
  font-size: 12pt;
  line-height: 1.42857143;
  margin: 0;
}

.blog-subs-form .blog-subs-form-inner .form .hs-form-field {
  margin-right: -15px;
  margin-left: -15px;
}

.blog-subs-form .blog-subs-form-inner .form .hs-form-field > label {
  padding-top: 7px;
  margin-bottom: 0;
  text-align: right;
  width: 25%;
  float: left;
}

.blog-subs-form .blog-subs-form-inner .form .hs-form-field > .input {
  width: 75%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-subs-form .blog-subs-form-inner .form .hs-form-field > label span.hs-form-required {
  position: static;
  margin-left: 3px;
}

.blog-subs-form .blog-subs-form-inner .form .hs-form-field:after {
  clear: both;
  content: "";
  display: block;
}

.blog-subs-form .blog-subs-form-inner .form .hs-richtext.hs-main-font-element p:last-child {
  margin: 0;
}

.blog-subs-form .blog-subs-form-inner .form input.hs-button.primary.large {
  background: #d21a76;
  border: 1px solid #d21a76;
  color: #fff;
}
.blog-subs-form .blog-subs-form-inner .form input.hs-button.primary.large:hover {
  background: #fff;
  color: #d21a76 !important;
  border: 1px solid #d21a76;
}

.blog-subs-form .blog-subs-form-inner .form .hs_submit.hs-submit {
  margin-top: 37px;
}

.blog-content-wrapper.default-blog .share-container.popup-social-share ul.social-share-links.icon {
  margin-left: -10px;
}

.blog-content-wrapper.default-blog .share-container.popup-social-share .social-share-links>li.sv > a:hover {
  color: rgba(210,26,118,1.0);
}

.blog-content-wrapper.default-blog .share-container.popup-social-share .social-share-links>li a.ln:hover {
  color: rgba(210,26,118,1.0);
}
.custom-blog-wrapper.case-studies .custom-whitepapers-button-group a {
  margin: 0 -1.7px;
}
.custom-blog-wrapper.case-studies .custom-whitepapers-button-group a.active,
.custom-blog-wrapper.case-studies .custom-whitepapers-button-group a.active:hover {
  color: #fff;
  background-color: #d21a76;
  border-color: #d21a76;
}
.hs-blog-listing .custom-blog-wrapper.case-studies .card-body h3 {
  font-size: 22px;
  line-height: 24px;
}
.events-blog.custom-blog-post-wrapper .custom-post-body .button-red button {
  background: #D21A76;
  border: 1px solid #D21A76;
  color: #fff;
}
.events-blog.custom-blog-post-wrapper .custom-post-body .button-red button:hover {
  background: #fff;
  color: #D21A76 !important;
  border: 1px solid #D21A76;
}
.events-blog.custom-blog-post-wrapper .custom-post-body .button-red button:focus {
  color: #fff !important;
  background-color: #C9302C;
  border-color: #761C19;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

  .modal.fullscreen .photo-carousel .carousel-inner,
  .modal.fullscreen .photo-carousel .item .photo-container .tnt-video-container {
    width: 100%;
    max-height: initial;
  }

  .modal.fullscreen .photo-carousel-control.nowapp.left {
    display: block;
    transform: translateY(-50%);
    top: 50%;
    bottom: auto;
    left: 0;
    right: auto;
  }

  .modal.fullscreen .photo-carousel-control.nowapp.right {
    display: block;
    transform: translateY(-50%);
    top: 50%;
    bottom: auto;
    left: auto;
    right: 0;
  }

}

@media screen and (min-width: 768px) {
  .custom-blog-wrapper.trends-decks.whitepaper-blog h3.tnt-headline {
    font-size: 22px;
    line-height: 24px;
  }
  .modal.fullscreen .photo-carousel.has-ad-unit {
    padding-top: 80px;
  }

  #fixed-leaderboard-top-container.overlay-leaderboard {
    position: fixed;
    top: 10px;
    z-index: 9999;
    background: transparent!important;
  }

  .card .card-meta {
    font-size: 85%;
  }

  .custom-blog-wrapper .post-card-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: flex-start;
  }

  .custom-blog-wrapper .post-card {
    float: left;
    width: 25%;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 0 1 auto;
    margin-right: -1px;
  }

  .custom-blog-wrapper .card-body h3 {
    font-size: 22px;
    line-height: 24px;
  }

  .custom-blog-wrapper .card-meta {
    font-size: 85%;
  }

  .custom-blog-post-wrapper .popup-social-share ul {
    text-align: initial;
    margin: 0 0 0 -10px;
  }

  .custom-blog-post-wrapper .popup-social-share ul li {
    width: auto;
    border: 0;
    margin-right: -3px;
  }

  .custom-blog-post-wrapper .popup-social-share ul li a {
    padding: 0;
  }

  .custom-blog-post-wrapper .asset-header h1 {
    font-size: 60px;
  }

  .trends-decks .custom-post-body h3 {
    font-size: 22px;
    line-height: 24px;
  }
}


@media (min-width: 992px) {
  .post-item .card-meta {
    font-size: 100%;
  }

  .custom-blog-wrapper .card-meta {
    font-size: 100%;
  }

  .custom-blog-post-wrapper .main-content {
    float: left;
    width: 58.33333333%;
  }

  .custom-blog-post-wrapper .main-sidebar {
    float: left;
    width: 41.66666667%;
  }
  .custom-blog-post-wrapper.trends-decks.events-blog .asset-paging .dismiss {
    top: -12px;
    left: -14px;
  }
  .blog-content-wrapper.default-blog .tnt-stack svg:first-child {
    display: none !important;
  }
}


@media (min-width: 1200px) {
  .custom-blog-post-wrapper .main-content {
    width: 66.66666667%;
  }

  .custom-blog-post-wrapper .main-sidebar {
    width: 33.33333333%;
  }
}

@media (min-width: 768px) {
  #main-page-container .block {
    margin-bottom: 41px;
  }

  .blog-content-wrapper .list-group-item {
    width: 100%;
  }

  .blog-content-wrapper .hz-auto-nav .blox-autolist.list-group {
    width: 100%;
    display: block;
  }

  .blog-content-wrapper .blox-autolist a {
    overflow-wrap: break-word;
  }

  .post-item .card-container > .card-image {
    width: 33%;
    float: left;
  }

  .card-img-sm .post-item .card-container > .card-image {
    width: 15%;
  }

  .post-item.has-image > .card-container > .card-body {
    margin-left: 33%;
    padding: 0 0 0 15px;
  }

  .card.has-image > .card-container > .card-body {
    padding-top: 0;
    padding-left: 15px;
  }

  .card-img-sm .post-item.has-image>.card-container>.card-body {
    margin-left: 15%;
  }

  .post-item .card-labels {
    display: block;
  }

  .post-item .card-headline h1,
  .post-item .card-headline h2 {
    font-size: 30px;
    line-height: 32px;
  }

  .post-item .card-meta {
    font-size: 85%;
  }

  .blog-content-wrapper .tnt-stack-2x.tnt-square-full {
    background-color: #222;
  }

  .blog-content-wrapper .asset-header h1 {
    font-size: 60px;
  }

  .blog-content-wrapper .post-feature-image {
    height: 300px;
    background-position: 0 -128px;
  }

  .blog-post__body {
    font-size: 18px;
    line-height: 1.8em;
  }
}

@media (min-width: 992px) {
  .post-item .card-meta {
    font-size: 100%;
  }

  .asset-paging .paging-link {
    position: fixed;
    top: 50%;
    top: calc(50% - 30px);
    display: none;
    outline: none;
    text-align: left;
    z-index: 1000;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
  }

  .asset-paging .paging-link.prev {
    left: 0;
  }

  .asset-paging .paging-link.next {
    right: 0;
  }

  .asset-paging .paging-link.prev.offset {
    left: -70px;
  }

  .asset-paging .paging-link.next.offset {
    right: -70px;
  }

  .asset-paging a.arrow {
    position: relative;
    display: block;
    padding: 10px;
    width: 55px;
    color: #999;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #ccc;
    z-index: 100;
    border: 1px solid rgba(0, 0, 0, 0.15);
    cursor: pointer;
  }
  .asset-paging a.arrow:hover {
    background-color: #fff;
  }

  .asset-paging .arrow .tnt-svg {
    font-size: 40px;
    margin: 0;
    display: inline-block;
  }

  .asset-paging .prev a.arrow {
    border-left: 0;
  }

  .asset-paging .next a.arrow {
    border-right: 0;
  }

  .asset-paging a.arrow:hover {
    color: #333;
  }

  .asset-paging .paging-link:hover a.arrow,
  body.trigger-next .asset-paging .paging-link.next a.arrow {
    border-color: transparent;
    background: transparent;
  }

  .asset-paging .paging-link:hover .direction,
  body.trigger-next .asset-paging .paging-link.next .direction {
    opacity: 0;
  }

  .asset-paging .direction {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    opacity: 1;
    color: #222;
  }

  /* paging flyout container */
  .asset-paging .item {
    position: absolute;
    top: 0;
    margin: 0;
    width: 400px;
    background: #fff;
    border: 1px solid #ddd;
    top: -65%;
    height: 148px;
    opacity: 0;
    -webkit-box-shadow: 0px 0px 26px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 26px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 26px -1px rgba(0, 0, 0, 0.1);
  }

  .asset-paging .next .item {
    right: -460px;
    border-right: 0;
  }

  .asset-paging .prev .item {
    left: -460px;
    border-left: 0;
  }

  .asset-paging .paging-link.prev:hover .item {
    left: 0px;
    opacity: 1;
  }

  .asset-paging .paging-link.next:hover .item,
  body.trigger-next .asset-paging .paging-link.next .item {
    right: 0px;
    opacity: 1;
  }

  /* paging content */
  .asset-paging .dismiss {
    top: -24px;
    left: -26px;
    font-size: 24px;
  }

  .trigger-pagination>.asset-paging{
    overflow: visible;
  }
  .asset-paging .head {
    padding: 5px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: bold;
  }

  .asset-paging .media {
    padding: 15px;
    margin: 0;
  }

  .asset-paging .prev .item .media {
    padding-left: 50px;
  }

  .asset-paging .next .item .media {
    padding-right: 50px;
  }

  .asset-paging .media-object {
    max-width: 80px;
  }

  .asset-paging .media-heading {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 5px;
  }

  /* fluid container fixes */
  body.fluid .asset-paging {
    margin: -20px -15px 18px -15px;
    overflow: hidden;
  }

  body.fluid .asset-paging .paging-link {
    position: relative;
    top: 0;
    z-index: 1;
  }

  body.fluid .asset-paging .paging-link.prev {
    float: left;
  }

  body.fluid .asset-paging .paging-link.next {
    float: right;
  }

  /* fluid with cover art */
  body.fluid .has-cover-art .asset-paging {
    position: relative;
    z-index: 2;
    margin: 0px;
  }

  body.fluid .has-cover-art .asset-paging .paging-link.prev,
  body.fluid .has-cover-art .asset-paging .paging-link.next {
    position: absolute;
    top: 275px;
  }

  body.fluid .has-cover-art .asset-paging .paging-link.prev {
    left: -15px;
  }

  body.fluid .has-cover-art .asset-paging .paging-link.next {
    right: -15px;
  }
}

.card-img-sm .post-item .card-container > .card-image { 
  width: 25%;
}

.card-img-sm .post-item.has-image > .card-container > .card-body {
  margin-left: 25%;
}
.custom-blog-wrapper.cm-events-blog-listing .card-body h3 {
  font-size: 30px !important;
  line-height: 32px !important;
}
.block-title.header-title1.events-library {
  margin-top: 40px;
}

body.popup-post-slider {
  overflow: hidden;
}
.blog-content-wrapper.default-blog + .popup-slider-wrapper {
  opacity: 0;
  pointer-events: none;
  visibility :hidden;
}
body.popup-post-slider .blog-content-wrapper.default-blog + .popup-slider-wrapper {
  opacity: 1;
  pointer-events: auto;
  visibility :visible;
}
.blog-content-wrapper.default-blog + .popup-slider-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0!important;
  background: #fff;
}
.blog-content-wrapper.default-blog + .popup-slider-wrapper button.close {
  position: absolute;
  opacity: .4;
  font-size: 30px;
  z-index: 2;
  top: 15px;
  right: 15px;
}
.blog-content-wrapper.default-blog + .popup-slider-wrapper button.close svg {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
  display: 30px;
}
.blog-content-wrapper.default-blog + .popup-slider-wrapper button.close span.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.blog-content-wrapper.default-blog + .popup-slider-wrapper .navigation {
  position: absolute;
  bottom: 0;
  width: 120px;
  height: 80px;
  right: 0;
}
.blog-content-wrapper.default-blog + .popup-slider-wrapper .navigation .pagination {
  z-index: 1;
  position: absolute;
  font-weight: 700;
  padding: 15px 0 0 0;
  bottom: 72px;
  right: 22px;
  font-weight: 400;
  color: #bbb;
}
.blog-content-wrapper.default-blog + .popup-slider-wrapper .navigation .arrow {
  position: absolute;
  bottom: 0;
  width: 100px;
  height: 10px;
  right: 0;
}
.blog-content-wrapper.default-blog + .popup-slider-wrapper .navigation .arrow a.left.slick-arrow {
  left: auto;
  right: 58px;
}
.blog-content-wrapper.default-blog + .popup-slider-wrapper .navigation .arrow a.right.slick-arrow {
  right: 15px;
}
.blog-content-wrapper.default-blog + .popup-slider-wrapper .navigation .arrow a.slick-arrow {
  cursor: pointer;
  z-index: 2;
  position: absolute;
  user-select: none;
  vertical-align: top;
  background-color: rgba(0,0,0,.3);
  color: #fff;
  font-size: 28px;
  padding: 10px;
  opacity: 1;
  bottom: 15px;
  top: auto;
}

.blog-content-wrapper.default-blog+.popup-slider-wrapper .popup-slider {
  height: 100%;
  position: relative;
}

.blog-content-wrapper.default-blog+.popup-slider-wrapper .popup-slider .popup-slider-inner {
  max-width: 900px;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}

.blog-content-wrapper.default-blog+.popup-slider-wrapper .popup-slider .popup-slider-inner .slider {
  height: 100%;
}

.blog-content-wrapper.default-blog+.popup-slider-wrapper .popup-slider .popup-slider-inner .slider .item {
  height: 100%;
  text-align: center;
}

.blog-content-wrapper.default-blog+.popup-slider-wrapper .popup-slider .popup-slider-inner .slider .item .item-container {
  height: 100%;
  position: relative;
}

.blog-content-wrapper.default-blog+.popup-slider-wrapper .popup-slider .popup-slider-inner .slider .slick-list {
  height: 100%;
}

.blog-content-wrapper.default-blog+.popup-slider-wrapper .popup-slider .popup-slider-inner .slider .slick-list .slick-track {
  height: 100%;
}

.blog-content-wrapper.default-blog+.popup-slider-wrapper .popup-slider .popup-slider-inner .slider .item .item-container img {
  display: initial;
  object-fit: contain;
  max-height: 500px;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  height: initial;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-content-wrapper.default-blog+.popup-slider-wrapper .popup-slider .popup-slider-inner .slider .item .item-container .photo-container.layout-horizontal {
  height: 100%;
  padding: 3% 0;
}

.blog-content-wrapper.default-blog+.popup-slider-wrapper .popup-slider .popup-slider-inner .slider .item .item-container .caption-container {
  width: 100%;
  opacity: 1;
  color: #fff;
  transition: all .25s ease-out;
  background-color: rgba(0,0,0,.7);
  position: absolute;
  padding: 15px 15px 15px;
  bottom: 0;
}

.blog-content-wrapper.default-blog+.popup-slider-wrapper .popup-slider .popup-slider-inner .slider .item .item-container .caption-container span.pull-right.photo-carousel-caption-toggle {
  opacity: .4;
  margin-top: -10px;
  margin-right: -15px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  outline: 0;
}

.blog-content-wrapper.default-blog+.popup-slider-wrapper .popup-slider .popup-slider-inner .slider .item .item-container .caption-container span.pull-right.photo-carousel-caption-toggle svg {
  margin: 4px 9px 4px 0;
}

.blog-content-wrapper.default-blog+.popup-slider-wrapper .popup-slider .popup-slider-inner .slider .item .item-container .caption-container span.pull-right.photo-carousel-caption-toggle .tnt-plus-circle {
  display: none;
}
.cm-insight-lab-page main .dnd-section {
  padding-bottom: 41px;
  padding-top: 0;
}
.blog-content-wrapper.default-blog+.popup-slider-wrapper .popup-slider ul.social-share-links.icon.list-inline {
  text-align: left;
  margin-bottom: 6px;
  margin-left: -5px;
  margin-top: 6px;
}
.blog-content-wrapper.default-blog+.popup-slider-wrapper .popup-slider ul.social-share-links.icon.list-inline li {
  margin-right: 0;
  float: left;
}
.blog-content-wrapper.default-blog+.popup-slider-wrapper .popup-slider ul.social-share-links.icon.list-inline li a {
  background: transparent !important;
  height: 32px;
  width: 33px;
  border: 0;
}
.blog-content-wrapper.default-blog+.popup-slider-wrapper .popup-slider ul.social-share-links.icon.list-inline li a svg {
  width: 16px;
  height: 16px;
  font-size: 16px;
}
.blog-content-wrapper.default-blog+.popup-slider-wrapper .popup-slider ul.social-share-links.icon.list-inline:after {
  clear: both;
  content: "";
  display: block;
}
.blog-content-wrapper.default-blog+.popup-slider-wrapper .popup-slider ul.social-share-links.icon.list-inline li a.fb:hover svg {
  color: #3b5998;
}

.blog-content-wrapper.default-blog+.popup-slider-wrapper .popup-slider ul.social-share-links.icon.list-inline li a.tw:hover svg {
  color: #55acee;
}

.blog-content-wrapper.default-blog+.popup-slider-wrapper .popup-slider ul.social-share-links.icon.list-inline li a.ln:hover {
  opacity: 1;
}

.blog-content-wrapper.default-blog+.popup-slider-wrapper .popup-slider ul.social-share-links.icon.list-inline li a.email-share-link:hover {
  color: #585858 !important;
}
.custom-blog-post-wrapper .popup-social-share ul li.ln a:hover {
  color: #000000;
  opacity: 1;
}
.custom-blog-wrapper .post-card ul.social-share-links li.ln:hover svg:first-child {
  color: #000;
}
.custom-blog-wrapper .post-card ul.social-share-links li.ln:hover {
  opacity: 1;
}

.custom-blog-wrapper .post-card ul.social-share-links li.ln:hover {
  opacity: 1;
}
.events-blog.custom-blog-post-wrapper .custom-post-body .panel {
  border: solid 1px rgba(0,0,0,.1)!important;
  padding: 0 0px;
  margin-bottom:20px;
}
.events-blog.custom-blog-post-wrapper .custom-post-body .panel p {
  margin-bottom: 10px;
  font-family: 'Tofino', sans-serif;
  font-size: 12pt;
}
.events-blog.custom-blog-post-wrapper .custom-post-body .panel h3 {
  margin: 0;
}
.custom-blog-wrapper.trends-decks.whitepaper-blog .tnt-summary a.tnt-asset-link.read-more-link {
  color: #000000;
}
.custom-blog-wrapper.trends-decks.whitepaper-blog .tnt-summary a.tnt-asset-link.read-more-link:hover {
  color: #000000;
  text-decoration: underline;
}
.custom-blog-post-wrapper.case-studies.post-layout .custom-post-body img {
  margin-bottom: 6px;
}
.custom-blog-post-wrapper.trends-decks.whitepaper-blog .main-content img {
  margin-bottom: 6px !important;
}
.custom-blog-post-wrapper .custom-post-body.true .cm-white-paper-image {
  display: none;
}















@media (max-width: 1459px) {
  #main-page-container {
    padding-top: 40px;
  }
}

@media (max-width: 1199px) {
  .custom-blog-post-wrapper .main-content {
    padding-bottom: 6px;
  }
}

@media (max-width: 991px) {
  .blog-content-wrapper.default-blog {
    padding-top: 2px !important;
  }
  .blog-content-wrapper.default-blog .asset-paging {
    margin-top: 0;
  }
  .blog-content-wrapper .block-title {
    margin-top: 8px;
  }

  .asset-paging-container {
    height: 67px;
    margin: 0 -15px 40px -15px;
    overflow: hidden;
  }

  .asset-paging {
    bottom: -150px;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
  }

  body.trigger-next .asset-paging {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    background: #fff;
    left: 0;
    margin: 0;
    -webkit-box-shadow: 0px 0px 26px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 26px -1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 26px -1px rgba(0, 0, 0, 0.1);
  }

  .has-cover-art .asset-paging-container {
    visibility: hidden;
    position: fixed;
    bottom: -150px;
    z-index: 1000;
  }

  body.trigger-next .has-cover-art .asset-paging-container {
    visibility: visible;
  }

  .asset-paging .paging-link {
    display: none;
    border: 1px solid rgba(0,0,0,.1);
  }

  .asset-paging .arrow {
    width: auto;
    padding-top: 18px;
    display: block;
    height: 65px;
  }

  .asset-paging .paging-link .arrow .tnt-svg {
    font-size: 28px;
    color: #222;
  }

  .asset-paging .paging-link.prev {
    float: left;
    width: 15%;
    border-right: 1px solid rgba(0,0,0,.2);
    border-left: 0;
    background-color: rgba(0,0,0,.02);
  }

  .asset-paging .paging-link.prev .item {
    display: none;
  }

  .asset-paging .paging-link.next {
    float: right;
    width: 85%;
    border-right:0;
  }

  .asset-paging .paging-link.next .arrow {
    float: right;
    padding-right: 15px;
  }

  .asset-paging .inner {
    height: 65px;
    padding: 3px 10px;
    overflow: hidden;
  }

  .asset-paging .dismiss {
    top: -34px;
    right: -10px;
    font-size: 30px;
  }

  .asset-paging .head {
    font-size: 12px;
  }

  .asset-paging .media {
    margin-top: 4px;
  }

  .asset-paging .media-heading {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
  }

  .asset-paging .media-object {
    max-width: 32px;
  }

  .custom-blog-post-wrapper .main-content {
    padding-bottom: 9px;
  }

  .case-studies .block-title {
    margin-top: 0;
  }

  .custom-blog-wrapper .top-wrapper {
    margin-top: 12px;
  }

  .custom-blog-post-wrapper .main-sidebar .form-content {
    margin-top: -9px;
  }

  .blog-content-wrapper.default-blog + .popup-slider-wrapper .navigation .arrow a.slick-arrow {
    display: none !important;
  }

  .blog-content-wrapper.default-blog + .popup-slider-wrapper .navigation {
    opacity: 1;
    position: absolute;
    background-color: rgba(0,0,0,.7);
    width: 100%;
    height: 50px;
    z-index: 5;
    bottom: auto;
    top: 0;
  }

  .blog-content-wrapper.default-blog + .popup-slider-wrapper button.close {
    color: #fff;
    z-index: 12;
  }

  .blog-content-wrapper.default-blog + .popup-slider-wrapper .navigation .pagination {
    top: 5px;
    left: 5px;
  }
  body.trigger-pagination.trigger-disabled .cm-fixed-pagination-group.asset-paging {
    display: none;
  }
  .blog-content-wrapper.default-blog #main-page-container {
    padding-top: 60px;
  }
  .blog-content-wrapper.default-blog .asset-masthead {
    text-align: center;
    margin: 0 0 20px;
    position: relative;
    clear: left;
    padding-top: 30px;
  }



}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
/* @media(min-width:768px){
.trends-decks-post-layout.custom-blog-post-wrapper .asset-header h1 {
margin-top: 24px;
}
.trends-decks-post-layout .main-sidebar {
padding-top: 44px;
}
} */
@media (max-width: 767px) {
  .custom-whitepapers-button-group {
    margin-bottom: 20px;
  }
  #main-page-container .top-wrapper > .block {
    margin-bottom: 21px;
  }

  .hidden-xs {
    display: none !important;
  }

  .post-item {
    width: auto;
    margin: 0;
    box-shadow: none;
    border: 1px solid rgba(0,0,0,.1);
    border-width: 0 0 1px 0;
    padding: 15px;
    padding-left: 10px;
  }

  .post-item:first-child {
    border-top: 1px solid rgba(0,0,0,.1);
  }

  .card-img-sm .post-item .card-container > .card-image {
    width: 75px;
    float: left;
    margin-right: 10px;
  }

  .post-item.has-image > .card-container > .card-body {
    padding-top: 0;
  }

  .post-item .card-headline h1,
  .post-item .card-headline h2,
  .post-item .card-headline h3,
  .post-item .card-headline h4,
  .post-item .card-headline h5,
  .post-item .card-headline h6 {
    margin-bottom: 5px;
  }

  .post-item .card-meta {
    margin: 5px 0 0 0;
  }

  .blog-content-wrapper .hz-auto-nav .blox-autolist.list-group {
    font-size: 0;
  }

  .blog-content-wrapper .hz-auto-nav .list-group-item {
    font-size: 12pt;
  }

  .post-item .card-meta ul {
    margin-bottom: 0;
    margin-left: 0;
  }  

  .custom-blog-post-wrapper .popup-social-share ul {
    display: flex;
  }

  .custom-blog-post-wrapper .popup-social-share ul li {
    width: auto;
    flex-grow: 1;
  }

  .custom-blog-wrapper .top-wrapper {
    margin-top: 14px;
  }

  .custom-blog-wrapper .block-title {
    margin-bottom: 40px;
  }

  .custom-blog-wrapper  .post-card-body {
    padding: 15px;
  }

  .custom-blog-wrapper .card-image {
    width: 75px;
    float: left;
    margin-right: 10px;
    padding: 0;
  }

  .custom-blog-wrapper .card-body {
    margin-left: 85px;
    padding: 0;
  }

  .custom-blog-wrapper .card-body h3 {
    margin-bottom: 5px;
  }

  .custom-blog-wrapper .post-card-panel {
    margin-bottom: 0;
  }

  .cm-white-paper-image {
    float: none;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .custom-blog-wrapper .events-blog h2.tnt-headline {
    font-size: 18px;
    line-height: 20px !important;
    margin-bottom: 5px;
  }
  .cm-events-header-group {
    text-align: center;
    margin-bottom: 99px !important;
  }
  .custom-blog-wrapper .block-title.cm-events-blog-header {
    margin-bottom: 20px;
  }
  .events-blog .custom-whitepapers-button-group {
    margin-bottom: 20px;
  }
  .custom-blog-wrapper.whitepaper-blog .events-blog .block.emphasis-h3 {
    margin-top: 36px;
  }
  .custom-blog-wrapper .events-blog .post-card {
    width: 100% !important;
  }
  .blog-subs-form .blog-subs-form-inner .form .hs-form-field>label {
    width: 100%;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-subs-form .blog-subs-form-inner .form .hs-form-field>.input {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-subs-form .blog-subs-form-inner {
    max-width: 100%;
  }

  .blog-subs-form .blog-subs-form-inner .form .hs-form-field {
    margin-left: 0;
    margin-right: 0;
  }
  .hs-blog-listing .custom-blog-wrapper.case-studies .card-body h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .custom-blog-wrapper.case-studies .card-meta ul {
    margin-bottom: 5px;
  }
  .custom-blog-wrapper.case-studies .card-meta ul li {
    padding-left: 0;
  }
  .custom-blog-wrapper.case-studies .tnt-summary {
    margin: 0;
  }
  .custom-blog-wrapper .card-meta ul {
    margin-bottom: 5px;
  }
  .custom-blog-wrapper.case-studies .custom-whitepapers-button-group a {
    margin: 0 -1.7px;
  }

  .hs-blog-listing .block-title.header-title2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .post-card-wrap.events-listing-wrapper .post-card {
    width: 100%;
  } 
  .cm-events-blog-listing .block-title.header-title1 {
    margin-bottom: 20px;
  }
  .hs-blog-listing .custom-blog-wrapper .card-body h3 {
    font-size: 18px;
    line-height: 20px;
    margin-top: 0;
  }
  .hs-blog-listing .blog-pagination {
    margin-top: 20px;
  }
}

@media(max-width:479px){
  .custom-blog-wrapper .post-card ul.social-share-links {
    float: none;
    margin-left: 0;
    margin-bottom: 7px;
  }
}

@media(max-width:400px){
  .trends-decks.post-layout.custom-blog-post-wrapper .asset-header h1 {
    font-size: 32px;
  }
  .about-page .hs_cos_wrapper_type_header h3 {
    font-size: 34pt;
  }
}
}

@media (max-width: 370px) {
  .custom-post-author .btn {
    padding-left: 11px;
    padding-right: 11px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: Tofino, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
.hs-search-results__listing a.hs-search-results__title {
  font-size: 22px;
  line-height: 24px;
  text-decoration: none;
  font-weight: bold;
  color: #000;
  font-family: 'Tofino', sans-serif;
}
.cm-search-results-layout .hs-search-results__listing p.hs-search-results__description {
  font: 300 16px/19px Tofino Text Book;
  color: #5f5f5f;
}
.cm-search-results-layout ul.hs-search-results__listing li {
  border-top: 1px solid #f7f7f7;
  padding-top: 15px;
}
.cm-search-results-layout ul.hs-search-results__listing li p.hs-search-results__description .hs-search-highlight {
  font-weight: normal;
}
.cm-search-results-layout .systems-page {
  padding-left: 0;
  padding-right: 0;
}
.cm-search-results-layout h1 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  font-size: 30px;
}
.cm-error-404-layout .content-with-image-wrap .content-with-image {
  width: 48%;
  margin-bottom: 30px;
  float: left;
  margin-right: 2%
}
.cm-error-404-layout .content-with-image-wrap.right .content-with-image {
  margin-left: 2%;
  float: right;
  margin-right: 0
}

.cm-error-404-layout .content-with-image-wrap .content-with-image img {
  margin: 0 0 10px
}
.cm-error-404-layout {
  padding-top: 30px;
}
.cm-error-404-layout .content-with-image img {
  /*   padding-top: 39px; */
}
.cm-error-404-layout .content-with-image-wrap p {
  font-family: 'Tofino', sans-serif;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 24px
}
.cm-error-404-layout .content-with-image-wrap {
  padding-bottom: 18px;
  margin-bottom: 20px
}
.cm-error-404-layout .content-with-image-wrap .hs-button.pink-color {
  background: #d21a76;
  border: 1px solid #d21a76;
  color: #fff
}
.cm-error-404-layout .content-with-image-wrap .hs-button.pink-color:hover {
  background: #fff;
  color: #d21a76;
  border: 1px solid #d21a76
}
.cm-error-404-layout .error-page h2 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-bottom: 20px;
}
.cm-error-404-layout .error-page {
  padding-top: 79px;
}
.cm-error-404-layout p.lead {
  font-size: 21px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.cm-error-404-layout .error-code {
  font-weight: 700;
  color: #828282;
  cursor: default;
  font-size: 132px;
}
.cm-error-404-layout .cm-error-404-bottom-col2 {
  width: 25%;
  float: left;
  text-align: center;
  padding-left: 10px;
  padding-right: 0;
}
.cm-error-404-layout .cm-error-404-bottom-col1 {
  float: left;
  width: 41.66666667%;
  margin-left: 16.66666667%;
  padding-left: 5px;
  padding-right: 5px;
}
.cm-error-404-layout .cm-error-404-bottom-group {
  text-align:left;
}
.cm-error-404-layout .hs-search-field {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  background-color: rgba(0,0,0,.05);
  position: relative;
}
.cm-error-404-layout .hs-search-field input.hs-search-field__input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.cm-error-404-layout .hs-search-field button {
  font-family: 'Tofino',sans-serif !important;
  font-size: 15pt !important;
  padding: 5px 36px 5px;
  z-index: 2;
  margin-left: -1px;
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 10px;
}
.cm-error-404-layout .hs-search-field button:hover {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.cm-error-404-layout .hs-search-field button:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.cm-error-404-layout .hs-search-field button svg {
  fill: #fff;
  width: 1em;
  height: 1em;
  margin-top: 1px;
  margin-bottom: 1px;
}
.cm-error-404-layout .hs-search-field form {
  position: relative;
  margin-bottom: 13px;
}


@media(max-width: 1200px) {
  .cm-error-404-layout .cm-error-404-bottom-col2 {
    width: 39%;
    float: left;
  }
  .cm-error-404-layout .cm-error-404-bottom-col1 {
    float: left;
    width: 60.6666%;
  }
  .cm-error-404-layout .cm-error-404-bottom-group {
    text-align: left;
    max-width: 795px;
    margin: 0px auto;
  }
}

@media(max-width: 991px) {
  .cm-error-404-layout .cm-error-404-bottom-group {
    max-width: 100%;
  }
  .cm-error-404-layout .cm-error-404-bottom-col2 {
    width: 33.8%;
  }
  .cm-error-404-layout .cm-error-404-bottom-col1 {
    width: 66.0666%;
    padding-left: 0;
    padding-right: 5px;
    margin-left:0;
  }
}

@media(max-width: 767px) {
  .cm-error-404-layout .content-with-image-wrap.right .content-with-image {
    float:none;
    margin-left: 0
  }
  .cm-error-404-layout .content-with-image-wrap .content-with-image {
    width: 100%;
    margin-right: 0
  }
  .cm-error-404-layout .error-page {
    padding-top: 43px;
  }
  .cm-error-404-layout .error-page h2 {
    margin-bottom: 10px;
  }
  .cm-error-404-bottom-group {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
  }
  .cm-error-404-layout p.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
  }
  .cm-error-404-layout .cm-error-404-bottom-col1, .cm-error-404-layout .cm-error-404-bottom-col2 {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
  }
}

@media(max-width: 479px) {
  .cm-error-404-layout .error-page {
    padding-top: 30px;
  }
}

@media screen and (max-width: 1460px) {
  .cm-search-results-layout {
    padding-top: 40px;
  }
}


@media screen and (max-width: 767px) {
  .hs-search-results__listing a.hs-search-results__title {
    font-size: 18px;
    line-height: 20px;
    margin-top: 0;
  }
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 10px 0;
  max-width: 650px;
  background-color: #cde3cc;
  border: 1.5px solid #4f7d24;
  border-radius: 6px;
  color: #4f7d24;
  padding: 2px 5px;
  width: 100%;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Tofino, 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;
}

input.email-edit.hs-input {
  width: 100% !important;
  padding: 6px 12px !important;
  font-size: 14px !important;
}
.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

.hs-systems-pages {
  padding-top: 60px;
}
.hs-search-results__listing a.hs-search-results__title:hover {
  color: #D21A76;
}

@media (max-width: 1459px){

  .cm-error-404-layout {
    padding-top: 60px !important;
}
}

@media (max-width: 1200px){

  .cm-error-404-layout {
    padding-top: 40px;
  }

  .cm-error-404-layout .cm-error-404-bottom-group {
    max-width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }

  .cm-error-404-layout .cm-error-404-bottom-col1 {
    width: 50%;
    margin-left: 8.33333333%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .cm-error-404-layout .cm-error-404-bottom-col2 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 33.33333333%;
  }

}
@media (max-width: 991px){
  .cm-error-404-layout .cm-error-404-bottom-col1 {
    margin-left: 0;
    width: 66.66666667%;
  }
}

@media (max-width: 767px){

  .cm-error-404-layout .cm-error-404-bottom-col1 {
    margin-left: 0;
    width: 100%;
  }

  .cm-error-404-layout .cm-error-404-bottom-col2 {
    width: 100%;
  }

}
@media (max-width: 479px){

  .hs-systems-pages h1 {
    font-size: 20px;
  }
  .hs-systems-pages h2 {
    font-size: 20px;
  }

}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*----------------Left Text with Right Image-----------------*/
.left-text-with-right-image-section{
  padding: 140px 0 48px;
}
.left-text-with-right-image-inner{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.left-text-section{
  width: 60%;
  padding-right: 35px;
}
.right-image-section{
  width: 40%;
}
.left-text-section-logo img{
  width: 100%;
  max-width: 280px !important;
  margin-bottom: 25px;
  margin-top: 10px;
  height: auto;
}
.left-text-section h2{
  margin-bottom: 10px;
}
.left-text-section p{
  font-size: 18px;
  line-height: 29px;
  font-family: 'Tofino', sans-serif;
  max-width: 500px;
}
.right-image-section img{
  width: 100%;
  max-width: 424px !important;
  height: auto;
}
.search-block{
  max-width: 400px;
  margin: 0 0 50px auto;
}
.search-block .hs-search-field__input{
  border: 1px solid #000000;
  padding: 12px 15px 8px;
  font-size: 15px;
  border-radius: 2px;
}
.search-block .hs-search-field__bar{
  position: relative;
}
.search-block .hs-search-field__bar::after{
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 40px;
  content: '';
  background-repeat: no-repeat;
  background-image: url('https://8125678.fs1.hubspotusercontent-na1.net/hubfs/8125678/search_icon-1.png');
  background-size: 17px;
  background-position: center;
  border-radius: 0;
  font-size: 0;
  border: 0;
}



/*----------------View the E-Book----------------*/
.view-the-ebook-section{
  padding: 80px 0 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.view-the-ebook-section-text .hs-button.pink-color {
  background: #d21a76;
  border: 1px solid #d21a76;
  color: #fff;
  padding-top: 14px;
  padding-bottom: 10px;
  font-size: 18px !important;
}
.view-the-ebook-section-text{
  max-width: 460px;
}
.view-the-ebook-section-text .hs-button.pink-color:hover {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.view-the-ebook-section-text .link-text p, .view-the-ebook-section-text .link-text a{
  color: #00D7B8;
  font-size: 14px;
  font-family: 'Tofino', sans-serif;
  margin-bottom: 10px;
}
.view-the-ebook-section-text p{
  font-size: 17px;
  line-height: 20px;
  color: #ffffff;
  font-family: 'Tofino', sans-serif;
  margin-bottom: 30px;
  letter-spacing: 0.4px;
}
.view-the-ebook-section-text h2{
  margin-bottom: 8px;
}




/*----------------Search our Insight Lab----------------*/
.hs-search-field.custom-search-container .hs-search-field__input{
  border: 1px solid #000000;
  padding: 22px 70px 22px 22px;
  background-color: rgba(234, 234, 234, 1);
  font-size: 12px;
  font-style: italic;
  font-family: 'Tofino', sans-serif;
}
.hs-search-field.custom-search-container .hs-search-field__bar{
  position: relative;
}
.hs-search-field.custom-search-container .hs-search-field__bar::after{
  position: absolute;
  top: 10px;
  right: 0;
  width: 70px;
  height: 42px;
  content: '';
  background-repeat: no-repeat;
  background-image: url('https://8125678.fs1.hubspotusercontent-na1.net/hubfs/8125678/search_icon2.png');
  background-size: 30px;
  background-position: center;
  border-radius: 0;
  font-size: 0;
  border: 0;
}

.hs-search-field.custom-search-container {
  position: relative;
}
.hs-search-field.custom-search-container .hs-search-field__suggestions {
  padding: 0 !important;
  background-color: #fff !important;
  text-align: left;
  background-color: #eaeaea;
  list-style: none;
  box-shadow: 0px 5px 5px 2px rgb(0 0 0 / 30%);
  width: 100%;
  position: absolute;
  top: 59px;
  z-index: 2;
}
.hs-search-field.custom-search-container .hs-search-field__suggestions li{
  border-bottom: 1px solid rgb(0 0 0 / 30%);
}
.hs-search-field.custom-search-container .hs-search-field__suggestions li:last-child{
  border-bottom: none;
}
.hs-search-field.custom-search-container .hs-search-field__suggestions li a{
  padding: 10px !important;
}
.hs-search-field.custom-search-container .hs-search-field__suggestions:empty{
  padding: 0 !important;
  box-shadow: none !important;
}
.hs-search-field.custom-search-container .hs-search-field__suggestions #results-for {
  padding: 10px !important;
}
.cm-search-results-layout .hs-search-field.custom-search-container .hs-search-field__input{
  background-color: #fff;
}
.cm-search-results-layout .hs-search-field.custom-search-container {
  margin: 40px 0;
}
.cm-insight-lab-page .simple-pagination ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 0;
}
.cm-insight-lab-page .simple-pagination ul li>span, .cm-insight-lab-page .simple-pagination ul li a{
  padding: 10px;
  color: #666;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}
.cm-insight-lab-page .simple-pagination ul li a:hover{
  color: #d21a76;
}
.cm-insight-lab-page .simple-pagination ul li.active span {
  border: 2px solid #ddd;
  border-radius: 8px;
}
.cm-insight-lab-page .simple-pagination ul li.active span.prev, .cm-insight-lab-page .simple-pagination ul li.active span.next{
  border: none;
}
.cm-insight-lab-page .simple-pagination ul li.active span.prev.current, .cm-insight-lab-page .simple-pagination ul li.active span.next.current{
  opacity: 0.7;
  cursor: not-allowed;
}
div#pagination-container {
  float: left;
  width: 100%;
}
.cm-insight-lab-page .simple-pagination ul li .prev {
  position: relative;
  padding-left: 27px !important;
}
.cm-insight-lab-page .simple-pagination ul li .prev::before {
  content: '\f053';
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 10px;
  font-family: 'FontAwesome';
}
.cm-insight-lab-page .simple-pagination ul li .next {
  position: relative;
  padding-right: 27px !important;
}
.cm-insight-lab-page .simple-pagination ul li .next::before {
  content: '\f054';
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 10px;
  font-family: 'FontAwesome';
}
/*----------------Blog Post section----------------*/
.new-post-design{
  padding: 60px 0 0px; 
  margin-bottom: 0;
}
.new-post-design .header-title1{
  border-bottom: 0;
  margin-bottom: 25px;
}
.new-post-design .header-title1 h4, .new-post-design .header-title1 a{
  color: #00D7B8;
  font-family: 'Tofino', sans-serif;
  font-size: 14px;
}
.new-post-design .post-card-panel{
  border: 0px;
  box-shadow: 0px 1px 5px 2px #e6e6e6;
}
.new-post-design .card-image{
  padding: 0;
}
.new-post-design .post-card-panel {
  margin-bottom: 30px;
}
.new-post-design .card-body {
  padding: 0 22px 15px;
}
.new-post-design .card-body h3{
  font-size: 23px;
  line-height: 27px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}
.new-post-design .tnt-asset-link{
  border: 1px solid #000000;
  text-align: center;
  padding: 15px 15px 12px;
  font-size: 18px;
  font-weight: bold;
  display: inline-block; 
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  margin: 0 auto;
  min-width: 220px;
}
.new-post-design .tnt-asset-link:hover{
  border: 1px solid #d21a76;
  background-color: #d21a76;
  color: #ffffff;
}
.cm-recent-blog-posts.custom-blog-wrapper.new-post-design .card-headline {
  margin-bottom: 30px;
}
.new-post-design .card-headline{
  text-align: center;
}
.cm-recent-blog-posts.custom-blog-wrapper.new-post-design{
  margin-bottom: 0;
}
.new-post-design .feature-image-wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.filter-style{
  padding: 80px 0 0;
}
.filter-style .header-title1 h4{
  margin-bottom: 18px;
}
.new-post-design .header-title1 h2{
  margin-bottom: 4px;
}
.new-post-design .header-title1 p{
  font-size: 18px;
  line-height: 29px;
  font-family: 'Tofino', sans-serif;
}




/*----------------Left Text with Right Button----------------*/
.left-text-with-right-button-section{
  padding: 70px 0;
}
.left-text-with-right-button-inner{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.left-text-with-right-button-inner .left-text-section {
  width: 70%;
  padding-right: 50px;
}
.left-text-with-right-button-inner .left-text-section p{
  color: #ffffff;
  max-width: 100%;
  margin-bottom: 0;
}
.right-button-section{
  width: 30%;
}
.right-button-section .hs-button.green-color {
  background: #00d8b8;
  border: 1px solid #00d8b8;
  color: #fff;
  padding-top: 14px;
  padding-bottom: 10px;
  font-size: 18px !important;
  width: 100%;
  max-width: 227px;
}
.right-button-section .hs-button.green-color:hover {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.left-text-with-right-button-inner .left-text-section h2 {
  margin-bottom: 5px;
}

.new-header .custom-body-wrapper {
  margin-top: 86px;
}
.home--header.new-header .custom-body-wrapper {
  margin-top: 0;
}


.header-wrapper.new-header-section.new-header-section-with-white-bg.header-with-submenu-sec {
  height: 86px !important;
}
.new-header-section.header-with-submenu-sec .page-center{
  top: -18px !important;
}
.new-header-section.header-with-submenu-sec .header-inner{
  height: 86px !important;
}
.new-header-section.header-wrapper .header-inner .menu .menu-inner div#hs_menu_wrapper_menu_>ul>li:hover>ul {
  display: none;
}
.new-header-section.header-wrapper.header-with-submenu-sec #hs_menu_wrapper_menu_ ul.active-branch li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.active-branch a {
  color: #3574e3 !important;
}

@media screen and (max-width: 1199px) {
  .view-the-ebook-section{
    padding: 80px 0 150px;
  }
  .new-post-design .tnt-asset-link {
    font-size: 16px;
    padding: 15px 10px 12px;
  }
}
@media screen and (max-width: 991px) {
  .left-text-section {
    width: 50%;
    padding-right: 30px;
  }
  .right-image-section {
    width: 50%;
  }
  .new-post-design .card-body h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .new-header .custom-body-wrapper {
    margin-top: 74px;
  }

}
@media screen and (max-width: 767px) {
  .left-text-section{
    width: 100%;
    padding-right: 0px;
    padding-bottom: 30px;
  }
  .right-image-section{
    width: 100%;
  }
  .left-text-section p {
    max-width: 100%;
  }
  .right-image-section img {
    max-width: 100% !important;
  }
  .left-text-with-right-image-section {
    padding: 110px 0 60px;
  }
  .view-the-ebook-section {
    padding: 80px 0 100px;
    position: relative;
  }
  .view-the-ebook-section:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
  }
  .view-the-ebook-section-inner{
    position: relative;
    z-index: 2;
  }
  .left-text-with-right-button-inner .left-text-section {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 30px
  }
  .right-button-section{
    width: 100%;
  }
  .left-text-with-right-button-section {
    padding: 60px 0;
  }
  .new-post-design .card-image{
    width: 100%;
  }
  .new-post-design .post-card-body {
    padding: 0px;
  }
  .new-post-design .card-body {
    margin-left: 0px;
  }
  .new-post-design .post-card-wrap.cols-Three .post-card{
    width: 50%;
    float: left;
  }
  .filter-style{
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 630px) {
  .new-post-design .post-card-wrap.cols-Three .post-card{
    width: 100%;
    float: none;
  }
  .new-post-design .tnt-headline{
    height: auto !important;
  }
}
@media screen and (max-width: 480px) {
  .left-text-section-logo img {
    max-width: 220px !important;
  }
  .hs-search-field.custom-search-container .hs-search-field__bar::after{
    width: 50px;
    height: 30px;
    background-size: 20px;
    top: 16px;
  }
  .hs-search-field.custom-search-container .hs-search-field__input {
    padding: 22px 50px 22px 22px;
  }
  .cm-insight-lab-page .simple-pagination ul li>span, .cm-insight-lab-page .simple-pagination ul li a {
    padding: 7.5px 7.5px;
    font-size: 16px;
  }
}

.blog-content-wrapper {
  font-family: 'Tofino';
}
.blog-content-wrapper,
.blog-content-wrapper.default-blog,
.blog-content-wrapper #main-page-container {
  padding: 0;
  min-width: 100% !important;
}
.blog-content-wrapper .row-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.blog-content-wrapper h1,
.blog-content-wrapper h2 {
  line-height: 1.25;
}
.blog-content-wrapper h3 {
  font-size: 22px;
  line-height: 1.5;
}


.blog-content-wrapper .asset-masthead {
  width: 100%;
  background: rgba(245, 245, 245, 1);
  padding-top: 100px;
  padding-bottom: 30px;
  text-align: left !important;
}
.blog-content-wrapper .asset-header img {
  margin-bottom: 30px;
}
.blog-content-wrapper .asset-header h1 {
  font-size: 48px;
  border: none;
  margin-bottom: 10px !important;
}
.blog-content-wrapper .asset-header h2 {
  font-family: 'Tofino';
}
.blog-content-wrapper .asset-header p {
  font-weight: bold;
  margin-bottom: 20px;
}


.blog-content-wrapper .card.author {
  margin-bottom: 40px;
}
.blog-content-wrapper .card-social {
  margin-top: 10px;
  margin-bottom: 15px;
}
.blog-content-wrapper .tnt-svg.tnt-stack-1x {
  margin: 0;
  width: 1.25em;
  height: 1.25em;
}
.blog-content-wrapper .card-social li.social-share-link {
  padding-left: 0;
  padding-right: 8px;
}
.blog-content-wrapper .card.author {
  margin-bottom: 40px;
}
.blog-content-wrapper .card.author img {
  width: auto;
  height: 60px;
  margin-right: 15px;
}
.blog-content-wrapper .card.author h4.media-heading {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 2px;
}
.blog-content-wrapper .card.author p {
  line-height: 1.25;
}
.blog-content-wrapper #mc_embed_signup,
.blog-content-wrapper .custom-learn-more-section.learn-more-wrapper {
  margin-bottom: 0;
}
.blog-content-wrapper .custom-learn-more-section {
}
.blog-content-wrapper .custom-learn-more-section h4,
.custom-learn-more-section.learn-more-wrapper .custom-learn-more-inner {
  max-width: 1080px;
  margin: auto auto !important;
}
.blog-content-wrapper .custom-learn-more-section h4 {
  padding-left: 15px;
}


@media (max-width: 991px) {
  .blog-content-wrapper.default-blog #main-page-container {
    padding-top: 0;
  }
  .blog-content-wrapper .card-social {
    margin-top: 50px;
  }
  .blog-content-wrapper .card-social .tnt-square-full {
    display: none;
  }
}