/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

@font-face {
  font-family: "Proxima N W01 Bold";
  src: url("//cdn2.hubspot.net/hubfs/6761368/Asendia_February2020%20Theme/fonts/Proxima%20N%20W01%20Bold/d999c07b-a049-4eb5-b8a6-4f36ae25e67e.woff") format("woff"); 
  font-display: swap;
}


@font-face {
  font-family: "Proxima Nova W02 Medium";
  src:  url("//cdn2.hubspot.net/hubfs/6761368/Asendia_February2020%20Theme/fonts/Proxima%20Nova%20W02%20Medium/26a53f48-e6da-4ed6-8e94-9549f2e40406.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova W08 Light";
  src: url("//cdn2.hubspot.net/hubfs/6761368/Asendia_February2020%20Theme/fonts/Proxima%20Nova%20W08%20Light/5e902f22-dc96-42db-9cea-596fd6e0128f.woff") format("woff");
  font-display: swap;
}

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}
@media (max-width: 479px){
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important; /* Stack social icons into two rows on phones */
  }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
  vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}
.hs-blog-social-share-list li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin .IN-widget {
    vertical-align: top !important;
}

/* Captcha */
#recaptcha_response_field {
  width: auto !important;
  display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
  /* beat recaptcha into being responsive, !importants and specificity are necessary */
  #captcha_wrapper,
  #recaptcha_area,
  #recaptcha_area table#recaptcha_table,
  #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
    width: auto !important;
    overflow: hidden; 
  }
  #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
  #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

/* Videos */
video {
  max-width: 100%;
  height: auto;
}

/* Date Picker */
#calroot {
  width: 202px !important;
  line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
} 
#calroot select {
  min-height: 0 !important;
  padding: 1px 2px !important;
  font-family: "proxima-nova", sans-serif; !important;
  font-size: 10px !important;
  line-height: 18px !important;
  font-weight: normal !important;
} 
#caldays {
  margin-bottom: 4px;
}

/* Responsive iFrames */
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}
 
/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
  width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
  width: 100% !important;
  max-width: 507px !important;
}
#hs-pwd-widget-password {
  height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
  padding: 0; 
}

/* Horizontal Menu
========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
  position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
  display: inline-block;
}

/* Vertical Menu
========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
  width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
  position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 767px) {
  .hs-menu-wrapper, .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: block;
  }

  /* Stacking Horizontal Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
  }

  /* Stacking Vertical Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
  display: block;
  overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.net/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.net/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
  background-color: black;
  position: static;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  padding: 0px 5% 0px 5%;
  width: 100%;
  top: 40%;
  text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
  color: white;
  font-size: 3em;
  line-height: 1.1em;
  position: absolute;
  padding: 0px 5% 0px 5%;
  width: 90%;
  top: 40%;
  text-align: center;
  background-color: transparent;
}

@media all and (max-width: 400px) {
  .hs_cos_flex-slider .superimpose .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    width: 90%;
    padding: 0px 5% 0px 5%;
    top: 40%;
    text-align: center;
  }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
  color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
  max-height: 150px;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
  word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
  float: left;
  margin: 0 20px 20px 0;
}

.wp-float-right {
  float: right;
  margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; } 


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background-color: #ffffff;
  color: #43525a;
  line-height: 1.3;
  font-weight: normal;
  font-size: 24px;
  font-family: "Proxima Nova W08 Light",sans-serif;
}
body.mobile-open,body.form-open,body.topic-open {
  overflow:hidden;
}


/* Page Center */


.container-fluid .row-fluid .page-center{
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1800px;
  float: none; 
  margin: 0 auto;
  position:relative;
}

/* =============== Typography =============== */

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin:0 0 15px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-family: "Proxima N W01 Bold";
  font-size: 85px;
  color: #000000;
  line-height: 1;
}
h2 {
  font-family: "Proxima N W01 Bold";
  font-size: 60px;
  color: #000000;
  line-height: 1.2;
}
h3 {
  font-family: "Proxima N W01 Bold";
  font-size: 50px;
  color: #000000;
  line-height: 1.1;
}
h4 {
  font-family: "Proxima N W01 Bold";
  font-size: 45px;
  color: #000000;
  line-height: 1.2;
}
h5 {
  font-family: "Proxima Nova W08 Light";
  font-size: 35px;
  color: #000000;
  line-height: 1;  
}
h6 {
  font-family: "Proxima N W01 Bold";
  font-size: 24px;
  color: #000000;
  line-height: 1.3;
}

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

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

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


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}

.custom-header-bar .page-center>div>div:before,.custom-header-bar .page-center>div>div:after {
  display: none;
}


.custom-menu-primary .hs-menu-wrapper > ul ul ul {
  top: 0 !important;
  left: 100% !important;
  transform: none !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul ul.hs-menu-children-wrapper:before {
  content: none !important;
  }
.custom-menu-main .hs-menu-children-wrapper .main-nav__toggle {
  display:none !important;
}

.banner-area {
  height: auto;
  background-color: #74a2ae;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.banner-area h1 {
  font-size: 90px;
  line-height: 51px;
  font-weight: bold;
  color: #fef200;
  font-family: "Proxima N W01 Bold",sans-serif;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 0px;
  margin: 0;
}

.banner-content {
  position: relative;
  max-width: none;
  top: 4rem;
  margin-bottom: 4rem;
}

.banner-content small {
  font-family: "Proxima Nova W08 Light",sans-serif;
  display: block;
  font-size: 24px;
  font-weight: normal;
  line-height: 51px;
  margin-left: 8.15em;
  margin-top: -0.3em;
  text-transform: none;
}

.banner-content p {
  margin: 0;
  font-size: 21px;
  line-height: 28px;
  font-weight: normal;
  font-family: "Proxima Nova W08 Light",sans-serif;
  margin-bottom: 40px;
}

.banner-content .signup {
  display: inline-block;
  padding-left: 77px;
  padding-right: 77px;
  border: none;
  background: transparent;
  padding: 13px 30px;
  -webkit-transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  background-color: #fef200;
  border-radius: 4px;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-family: "Proxima Nova W08 Light",sans-serif;
  letter-spacing: 2px;
  min-height: 48px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  padding-left: 77px;
  padding-right: 77px;
}

.banner-content .signup:hover {
  outline: none;
  background: #fff;
  box-shadow: inset 0 0 0 4px #fef200;
}

.banner-area:before {
  position: absolute;
  z-index: 3;
}

.banner-area:before {
  border-radius: 50%;
  border: solid 10px #533a9e;
  content: "";
  display: block;
  height: 0;
  padding-top: 30%;
  width: 30%;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  bottom: 100%;
  right: 100%;
  border: solid 10px rgba(216,216,216,0.18);
}


.header-top-info p {
  color: #000;
  font-family: "Proxima Nova W08 Light",sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

.custom-header-bar .page-center >div >div {
  min-height: 44px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.custom-sub-header-bar .page-center >div >div:before
.custom-sub-header-bar .page-center >div >div:after {
  display: none;
}

.custom-sub-header-bar .page-center >div >div {
  min-height: 44px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.custom-sub-header-bar .page-center >div >div:before
.custom-sub-header-bar .page-center >div >div:after {
  display: none;
}


.custom-header .page-center >div>div {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.custom-header-wrapper {
  background-color: #005D69;
  position: relative;
  z-index: 6;
}

.custom-header-bar {
  background: #74a2ae;
}

.custom-sub-header-wrapper {
  background-color: #005D69; 
}

.custom-sub-header-bar {
  background: #005D69; 
}
.custom-filler-box{
  background-color: #74a2ae;
}  
.question-text {
  margin-top: -20px;
  margin bottom: -20px;
}

.custom-header .header-logo {
  display: inline-block;
  width: 259px;
}

.Intro-text {
  margin-top: 3rem;
}

.custom-header .page-center >div>div:before,
.custom-header .page-center >div>div:after {
  display: none;
}

.custom-header .custom-menuu {
  width: auto;
  margin: 0;
  margin-left: 0px;
}
.custom-header .custom-menu-main {
  width: auto;
  margin: 0;
}
.custom-header .custom-search {
  width: auto;
  margin: 0;
  position: absolute;
  top: 0;
  right: 2px;
  width: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  background-color: #005D69;
  width: 30px;
  z-index: 3;
  z-index: 3;
}

.custom-menu-top .custom-menu-primary .hs-menu-wrapper> ul li.hs-menu-depth-1:nth-child(1){
    background:url('https://campaigns.asendia.com/hubfs/Website%20Optimization%20Project/Headers/Icon%20Location.png');
    background-size: 30px;
    background-repeat:no-repeat;
    background-position:center left;
    padding-top:10px;
    padding-bottom:10px;
    margin-top:-10px;
}
.custom-menu-top .custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-1:nth-child(1):hover:before{
    background:url('https://www.asendia.com/hubfs/Website%20Optimization%20Project/Headers/Icon%20Location.png'); #fff;
    background-size: 30px;
    background-repeat:no-repeat;
    background-position:center left;
    padding-top:0px;
}

.custom-menu-top .custom-menu-primary .hs-menu-wrapper> ul li.hs-menu-depth-1:nth-child(2){
    background:url('https://www.asendia.com/hubfs/Website%20Optimization%20Project/Headers/Login%20Icon.png');
    background-size: 30px;
    background-repeat:no-repeat;
    background-position:center left;
    padding-top:10px;
    padding-bottom:10px;
    margin-top:-10px;
}

.custom-menu-top .custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-1:nth-child(2):hover:before{
    background:url('https://www.asendia.com/hubfs/Website%20Optimization%20Project/Headers/Login%20Icon.png') #fff;
    background-size: 30px;
    background-repeat:no-repeat;
    background-position:center left;
    padding-top:0px;
}

.custom-menu-top .custom-menu-primary .hs-menu-wrapper> ul li.hs-menu-depth-1:nth-child(3){
    background:url('https://www.asendia.com/hubfs/Website%20Optimization%20Project/Headers/Icon%20Tracking.png');
    background-size: 30px;
    background-repeat:no-repeat;
    background-position:center left;
    padding-top:10px;
    padding-bottom:10px;
    margin-top:-10px;
}

.custom-menu-top .custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-1:nth-child(3):hover:before{
    background:url('https://www.asendia.com/hubfs/Website%20Optimization%20Project/Headers/Icon%20Tracking.png') #fff;
    background-size: 30px;
    background-repeat:no-repeat;
    background-position:center left;
    padding-top:0px;
}



.custom-search form {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  background-color: #005D69; 
  width: 30px;
  z-index: 3;
}

.sub-logo img {
  display: inline-block;
  width: 250px;
}

.site-search__input {
  -webkit-flex-grow: 20;
  -moz-flex-grow: 20;
  flex-grow: 20;
  -ms-flex-positive: 20;
  -webkit-transition: max-width 0.5s ease-in-out;
  -moz-transition: max-width 0.5s ease-in-out;
  transition: max-width 0.5s ease-in-out;
  max-width: 0;
  overflow: hidden;
}

.search-button.search-button--inverted.site-search__submit {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  box-flex: none;
  -webkit-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  margin-right: 10px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  text-indent: -9999px;
  background-color: #fff;
  padding: 0;
  border: none;
  width: 30px;
  height: 30px;
  outline:none;
  margin-top:-1px;
  right: -3px;
}

.search-button.search-button--inverted.site-search__submit:hover {
  box-shadow: inset 0 0 0 2px #000;

}
button.button.button--circular.button--secondary.site-search__close {
  outline:none;
  -webkit-transform: scale(0.6666);
  -moz-transform: scale(0.6666);
  -ms-transform: scale(0.6666);
  -o-transform: scale(0.6666);
  transform: scale(0.6666);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  width: 0;
  height: 45px;
  border-radius: 50%;
  min-height: 0;
  line-height: 45px;
  padding: 0;
  background-color: #000;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-family: "Proxima Nova W08 Light",sans-serif;
  letter-spacing: 2px;
  border: none;
  background: transparent;
  padding: 13px 30px;
  -webkit-transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  background-color: #fef200;
  border-radius: 4px;
  box-sizing: border-box;
}
.search-button.search-button--inverted.site-search__submit.custom-search-open {
  display: none;
}


.search-open button.search-button.search-button--inverted.site-search__submit.custom-search-open {
  display: block;
}

.search-open .search-button.search-button--inverted.site-search__submit.opner {
  display: none;
}

.search-button.search-button--inverted.site-search__submit:before {
  background-image: url(//cdn2.hubspot.net/hubfs/6761368/Asendia_February2020%20Theme/images/sprite.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 7px;
  left: 7px;
  content: "";
}

.search-open .custom-search {
  width: 100%;
}
.site-search__input {
  width: 100%;
  max-width: 100%;
}

.search-open .custom-search {
  width: 100%;
}

.custom-search form .site-search__input > input {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
  border-left: solid 1px #000;
  box-shadow: none;
  border-radius: 0;
  font-size: 21px;
  letter-spacing: 0;
  resize: none;
  width: 100%;
  -webkit-appearance: none;
  height: 46px;
  color: #fff;
  font-family: "Proxima Nova W08 Light",sans-serif;
  line-height: normal;
  border: none;
  padding: 15px 20px;
  box-sizing: border-box;
  border-left: solid 1px #000;
}
.custom-search form .site-search__input > input::-webkit-input-placeholder, .custom-search form .site-search__input > input::-webkit-input-placeholder {
  color: #fff;
}
.search-open .site-search.menu-breakpoint-hide {
  width: calc(100% - 40px);
}
.search-open .site-search.menu-breakpoint-hide{
  overflow:hidden;
}

.search-open button.button.button--circular.button--secondary.site-search__close {
  opacity: 1;
  width: 49px;
  border-radius: 50%;
  min-height: auto;
  line-height: 36px;
  padding: 0;
  border: none;
  height: 45px;
  right:-3px;
}

button.button.button--circular.button--secondary.site-search__close {
  border: none;
  margin: 0;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-family: "Proxima Nova W08 Light",sans-serif;
  letter-spacing: 2px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  background: transparent;
  -webkit-transform: scale(0.6666);
  -moz-transform: scale(0.6666);
  -ms-transform: scale(0.6666);
  -o-transform: scale(0.6666);
  transform: scale(0.6666);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 45px;
  border-radius: 50%;
  min-height: 0;
  line-height: 45px;
  background-color: #000;
  color: #fff;
  padding: 0;
}

span.cross {
  width: 17px;
  height: 17px;
  display: inline-block;
  position: relative;
}

.button--secondary .cross:before, .button--secondary .cross:after {
  background-color: #fff;
  width: 21px;
  height: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 11px;
  left: -2px;
  border-radius: 3px;
  content: "";
}

.cross:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg) !important;
}

.button.button--circular.button--secondary.site-search__close:hover {
  background: #fff;
  color: #000;
}

.button.button--circular.button--secondary.site-search__close:hover .cross:before,
.button.button--circular.button--secondary.site-search__close:hover .cross:after {
  background-color: #000;
}

.button.button--circular.button--secondary.site-search__close:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  content: "";
  border-radius: 4px;
  display: block;
  box-shadow: inset 0 0 0 4px #000;
  border-radius: 50%;
}

/*=============== Above the fold LP v3 =============== */
.e-paq .anchor-button a{
    background:#ffed00;
    color:#43525a;
    border:5px;
    padding:10px 14px;
    border-radius:5px;
    text-decoration:none;
    font-size: 22px;
    font-weight:600;
}
.e-paq .anchor-button-blue a{
    background:#808c96;
    color:#fff;
    border:5px;
    padding:14px 22px;
    border-radius:5px;
    text-decoration:none;
    font-size: 22px;
    font-weight:600;
}
.e-paq .anchor-button a:hover{
    background:#fff;
}
.e-paq  .anchor-button-blue a:hover{
    background:#ffed00;
    color:#43525a;
}

.cta_button_subscribe {
    background:#ffed00;
    color:#43525a;
    border:5px;
    padding:15px 32px;
    text-align: center;
    border-radius:5px;
    text-decoration:none;
    font-size:0.8em;
    font-weight:600;
}

.purple-box {
  background:#005D69;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: -15px;
}

.purple-box-text {
  margin-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

.blue-box {
  background:#559099;
  padding-left: 10px;
  padding-right: 10px;
}

.blue-box-text {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.e-paq  .image-header {
    text-align: center;
    padding-top: 34px;
}

.home-page-module{
  background: linear-gradient (#73aebb, #fffffff);
}
.home-page-random{
  background: linear-gradient (#73aebb, #ffffff);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top:60px; 
  padding-bottom:40px; 
  margin-bottom:40px;
  padding-right: 0px;
  padding-left: 0px;
}

.bgimage1{
  background:url(https://campaigns.asendia.com/hubfs/Website%20Optimization%20Project/Homepage%20Images/Home_Main_Image_1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top:60px; 
  padding-bottom:40px; 
  margin-bottom:40px;
  padding-right: 0px;
  padding-left: 0px;
}
.bgimage2{
  background:url(https://campaigns.asendia.com/hubfs/Website%20Optimization%20Project/Homepage%20Images/Home_Main_Image_2-min.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top:60px; 
  padding-bottom:40px; 
  margin-bottom:40px;
  padding-right: 0px;
  padding-left: 0px;
}
.bgimage3{
  background:url(https://campaigns.asendia.com/hubfs/Website%20Optimization%20Project/Homepage%20Images/Home_Main_Image_3-min.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top:60px; 
  padding-bottom:40px; 
  margin-bottom:40px;
  padding-right: 0px;
  padding-left: 0px;
}
.bgimage4{
  background:url(https://campaigns.asendia.com/hubfs/Website%20Optimization%20Project/Homepage%20Images/Home_Main_Image_4-min.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top:60px; 
  padding-bottom:40px; 
  margin-bottom:40px;
  padding-right: 0px;
  padding-left: 0px;
}
.bgimage5{
    background:url(https://campaigns.asendia.com/hubfs/Website%20Optimization%20Project/Homepage%20Images/Home_Main_Image_5-min.png);
    background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top:60px; 
  padding-bottom:40px; 
  margin-bottom:40px;
  padding-right: 0px;
  padding-left: 0px;
}

.reference-customers {
    text-align: center;
    padding: 10px 10px;
}
.e-paq .form-bg {
background-color:#c4ced4; 
  padding-top:40px;

}
.e-paq .form-ab {
background-color:#6dc8ea; 
}
.e-paq .form-ab .hs_cos_wrapper_type_form{
  background-color:#6dc8ea;
}
..e-paq .form-ab .hs-form-field>label,
..e-paq .hs-form-field{
  color: #fff;
  font-size: 22px;
  font-weight:1000;
}
.e-paq .form-lp {
background-color:#73AEBB; 
}
.e-paq .form-lp .hs_cos_wrapper_type_form{
  background-color:#73AEBB;
}
..e-paq .form-lp .hs-form-field>label,
..e-paq .hs-form-field{
  color: #fff;
  font-size: 22px;
  font-weight:1000;
}

.e-paq .form-dark {
  background-color:#263C48; 
  border-style: solid;
  border-width: 5px;
  border-color: #ffffff;
}
.e-paq .form-dark .hs_cos_wrapper_type_form{
  background-color:#263C48;
}
..e-paq .form-dark .hs-form-field>label,
..e-paq .hs-form-field{
  color: #FFFFFF;
  font-size: 18px;
  font-weight:1000;
}
.e-paq .form-white {
  background-color:#005D69; 
  border-style: solid;
  border-width: 5px;
  border-color: #005D69;
}
.e-paq .form-white .hs_cos_wrapper_type_form{
  background-color:#005D69;
}
..e-paq .form-white .hs-form-field>label,
..e-paq .hs-form-field{
  color: #ffffff;
  font-size: 22px;
  font-weight:1000;
}
   .e-paq .form-bg-mm {
background-color:#c4ced4; 
  border-style: solid;
  border-width: 5px;
  border-color: #FFED00;
}   
.e-paq .form-bg-mm .hs_cos_wrapper_type_form{
  background-color:#c4ced4;
}  
..e-paq .form-bg-mm .hs-form-field>label,
..e-paq .hs-form-field{
  color: #263c48;
  font-size: 22px;
  font-weight:1000;
  
}
.e-paq .block-items{
    padding: 10px 20px;
}

.e-paq .home-img-2024{
  background: url(https://www.asendia.com/hubfs/Website%20Optimization%20Project/Asendia_end-user_woman_Parcels-3_AFB-large.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top:0px; 
  padding-bottom:300px; 
  margin-bottom: 0px;
}  
.e-paq .home-img-2024h2{
  background: url(https://www.asendia.com/hubfs/Website%20Optimization%20Project/Asendia_end-user_woman_Parcels-3_AFB-large.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top:0px; 
  padding-bottom:300px; 
  margin-bottom: 0px;
}  

.e-paq .home-img-KR2025{
  background: url(https://www.asendia.kr/hubfs/Website%20Optimization%20Project/Homepage%20Images/Asendia_end-user_woman_Korea2.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top:0px; 
  padding-bottom:300px; 
  margin-bottom: 0px;
}  


.e-paq .image-full-width {
  max-width: 100%; 
  height: auto; }

.e-paq .mm-2024{
  background: url(https://campaigns.asendia.com/hubfs/Website%20Optimization%20Project/Headers/Asendia_landscape_Paris.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 2200px;
  padding-top:0px; 
  padding-bottom:100px; 
  margin-bottom: 0px;
}  

  .e.paq .heading-text {
  margin-top: 100px; 
  margin-bottom: 20px;
}

  .header-text {
  margin-bottom: 10rem;
}

.e-paq .e-paq-top{
  background: url(https://asendia.com/hubfs/Asendia_end-user_woman_Parcels-1_AFB-large-2.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 2000px;
  padding-top:60px; 
  padding-bottom:40px; 
  margin-bottom:20px;
  padding-right: 0px;
  padding-left: 0px;
}

.e-paq .ePAQ360{
      background: url(https://www.asendia.it/hubfs/epaqplusbanner.jpg);
    background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top:60px; 
  padding-bottom:40px; 
  padding-right: 20px;
  padding-left: 20px;
}

.e-paq .mail-top-img{
  background: url(https://www.asendia.com/hubfs/Mail%20Header%20Image%20Head.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 2000px;
  padding-top:60px; 
  padding-bottom:40px; 
  margin-bottom:20px;
  padding-right: 0px;
  padding-left: 0px;
}

.e-paq .beauty-top{
  background-repeat: no-repeat;
  background-position: center top;
  background: linear-gradient (#73aebb, #fff);
  background-size: 1500px;
  padding-top:60px; 
  padding-bottom:40px; 
  margin-bottom:20px;
  padding-right: 20px;
  padding-left: 20px;
}
.e-paq .beauty-cover-img{
  background: url(https://campaigns.asendia.com/hubfs/Asendia_February2020%20Theme/css/HB%20background%20airforce%20light%20blue%204.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1500px;
  padding-top:60px; 
  padding-bottom:40px; 
  margin-bottom:40px;
  padding-right: 20px;
  padding-left: 20px;
}
.e-paq .sustainability-top{
  
  background: url(https://sustainability.asendia.com/hubfs/Sustainability/noah-buscher-x8ZStukS2PM-unsplash%20%281%29.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 2000px;
 } 
  .e-paq .switzerland-top{
  
  background: url(https://www.asendia.com/hubfs/Untitled%20design%20%2822%29.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1500px;
}

  .e-paq .switzerland-top-bg {
  background: url(https://www.asendia.com/hubfs/Untitled%20design%20%2822%29.png);
  background-repeat: no-repeat;
  background-position: center center;
}

  .e-paq .returns-bg {
  background: url(https://www.asendia.com/hubfs/Webinar%20BG.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1800px;
}

.e-paq .certificate-top{
  background: url(https://www.asendia.com/hubfs/Wind%20Farm%202.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 2000px;
}
.e-paq .destination-top-img-asia{
    background: url(https://campaigns.asendia.com/hubfs/Website%20Optimization%20Project/Destination%20Images/Asendia-Oceania-Asia-Destination-min.webp);
    background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top:60px; 
  padding-bottom:40px; 
  margin-bottom:40px;
  padding-right: 20px;
  padding-left: 20px;
}
.e-paq .destination-top-img-europe{
      background: url(https://campaigns.asendia.com/hubfs/Website%20Optimization%20Project/Destination%20Images/Asendia-Oceania-Europe-Destination-min.webp);
    background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top:60px; 
  padding-bottom:40px; 
  margin-bottom:40px;
  padding-right: 20px;
  padding-left: 20px;
}
.e-paq .destination-top-img-middle-east{
    background: url(https://campaigns.asendia.com/hubfs/Website%20Optimization%20Project/Destination%20Images/Asendia%20Destination%20Middle%20East-Destination-min.webp);
    background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top:60px; 
  padding-bottom:40px; 
  margin-bottom:40px;
  padding-right: 20px;
  padding-left: 20px;
}
.e-paq .destination-top-img-south-america{
    background: url(https://campaigns.asendia.com/hubfs/Website%20Optimization%20Project/Destination%20Images/Asendia-Oceania-South%20America-Destination-min.webp);
    background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top:60px; 
  padding-bottom:40px; 
  margin-bottom:40px;
  padding-right: 20px;
  padding-left: 20px;
}
.e-paq .destination-top-img-oceania{
    background: url(https://campaigns.asendia.com/hubfs/Website%20Optimization%20Project/Destination%20Images/Asendia-Oceania-Oceania-Destination-min.webp);
    background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top:60px; 
  padding-bottom:40px; 
  margin-bottom:40px;
  padding-right: 20px;
  padding-left: 20px;
}
.e-paq .destination-top-img-us-and-canada{
    background: url(https://campaigns.asendia.com/hubfs/Website%20Optimization%20Project/Destination%20Images/Asendia-Oceania-USA-Destination-min.webp);
    background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top:60px; 
  padding-bottom:40px; 
  margin-bottom:40px;
  padding-right: 20px;
  padding-left: 20px;
}
.e-paq .industry-fashion{
    background: url(https://campaigns.asendia.com/hubfs/Website%20Optimization%20Project/Industry%20Images/GettyImages-558270587.webp);
    background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top:60px; 
  padding-bottom:40px; 
  margin-bottom:20px;
  padding-right: 20px;
  padding-left: 20px;
}

  .e.paq .TWIYA {
  margin-top:4rem; 
  margin-bottom:2rem;
}    
  
  .e-paq .mobile-product {
  display:none;
  }

.e-paq .sustainability-mobile-header {
    display: none;
}

.e-paq .sustainability-mobile-title {
    display: none;
}

    .e-paq .global-home-mobile-menu{
  display: none;
  }

.testimonial-background{
  background: linear-gradient (#73aebb, #fff);
}

.body-pillar {
    padding-left: 20px;
    padding-right: 20px;
}

.body-pillar .small-img-pillar {
padding-right: 20px;
}
.big-img-pillar{
  display: inline-block;
}
.page-text-top{
  margin-bottom: 20px;
}
.page-text{
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left:5px;
  padding-right:5px;
}

.e-paq .bg-blue {
  background: #005D69;
}

.e-paq .bg-light-blue{
  background: #005D69;
}

.e-paq .text-white {
  color: #fff;
}

.e-paq .text-blue {
  color: #005D69;
}
.services-text{
  margin-top: 30px;
}
.anchor-margin{
  margin-top: 50px;
  margin-bottom: -30px;
}
.divider{
  margin-bottom: 30px;
}
.home-page-random .homepage-spacer {
  margin-bottom: 270px;
  }
.home-page-random .homepage-spacer2 {
  margin-bottom: 270px;
  }
.service-home-text{
  margin-top: 30px;
}
.page-text-large{
  margin-top: 50px;
  margin-bottom: 30px;
}
.page-top-module{
  margin-top: 80px;
  margin-bottom: 10px;
}
.page-middle-module{
  margin-top: 30px;
  margin-bottom: 30px;
}
.testimonial-img{
  margin-top: 20px;
  margin-bottom: 40px;
  align-items: center;
  text-align: center;
}
.e-paq-services-img{
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-neg-module{
  margin-top:-20px;
  margin-bottom: -60px;
}
.page-bottom-module{
  margin-top: 30px;
  margin-bottom: 100px;
}
.page-bottom-margin{
  margin-bottom: 80px;
}

.grey-box{
  background: #d4d5d6; 
}
.grey-box-text{
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 15px;
  padding-left:15px;
}
.insights-blue {
  background: #43525a; 
  margin-bottom: 10px;
  padding-left: 5px; 
  padding-right: 5px; 
}
.e-paq-services {
  width: 150px; 
  height: 270px;
  background-color:#39515a;  
}
.e-paq-services-4 {
  width: 300px; 
  height: 220px;
  background-color:#39515a;  
}
.e-paq-services-5 {
  width: 300px; 
  height: 150px;
  background-color:#39515a;  
}
.e-paq-s-text {
  padding-left:20px; 
  padding-right:20px;
  padding-top:30px;
}
.e-paq-s-text2 {
  padding-left:20px; 
  padding-right:20px;
}
.e-paq-services-2 {
  margin-top:30px; 
  background-color:#39515a; 
}
.e-paq-services-3 {
  width: 150px; 
  height: 300px;
  background-color:#39515a;  
}
.e-paq-services-text {
  margin-top:20px; 
  margin-bottom:10px;
  padding-left: 15px;
  padding-right: 15px;
}
.extra-service-box {
  margin-top: 20px;
}
.e-paq .extra-service-top{
  background-color:#43525a;
  padding-top:10px;
  padding-bottom:10px;
}
.e-paq .extra-service-bottom{
  background-color:#fff;
  padding-top: 40px; 
  padding-bottom: 40px; 
  padding-left: 15px; 
  padding-right: 15px;
}
.blog-homepage {
  margin-top: 20px;
}
.e-paq .blog-homepage:hover {
  transition: box-shadow .3s;
  box-shadow: 0 0 0 5px #fef200;
}
.e-paq .e-paq-services-box:hover {
  transition: box-shadow .3s;
  box-shadow: 0 0 0 5px #fef200;
}

.testimonial {
  position: relative;
}
.quote-box {
  display: none;
  text-align: center;
  padding: 0 50px;
}

.quote-arrows .previous, .quote-arrows .next {
  cursor: pointer;
  position: absolute;
  width: auto;
  margin-top: -30px;
  font-weight: bold;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.quote-arrows .next {
  position: absolute;
  right: 10px;
  border-radius: 3px 0 0 3px;
}
ul.quote-dots {
  list-style: none;
  color: #43525a;
  width: 100%;
  text-align: center;
}
ul.quote-dots li {
  cursor: pointer;
  display: inline-block;
}

@media (max-width: 768px) {
  .quote-box {
    padding: 0 10px;
  }
  .quote-box blockquote {
  	padding: 1em;
  }
  .quote-box blockquote::before, .quote-box blockquote::after {
  	top: auto;
  }
}

/*================Homepage template===================*/

.custom-menu-main  .main-nav__toggle{
    background:transparent;
    border-radius:100px;
    padding:8px 10px 11px 10px;
}


.custom-menu-main span.arrow {
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    border-style: solid;
}

.main-nav__toggle {
    border: none;
    background: transparent;
    padding: 5px 10px 10px;
    margin-right: 5px;
    margin-left: -15px;
    position: relative;
    z-index: 1;
    display: inline-flex;
  }

.custom-menu-main  .hs-menu-wrapper>ul>li:hover:before {
    background-color: #ffed00 !important;
    border-radius:100px;
}

.custom-menu-main .hs-menu-wrapper>ul>li.hs-menu-depth-1>a {
    text-decoration: none;
    color:#fff;
}


.custom-menu-main .hs-menu-wrapper>ul>li:hover>a {
    text-decoration: none;
    color: #000;
}

.custom-menu-main .hs-menu-wrapper>ul ul li.hs-menu-depth-1 a:hover {
    background-color: #fef200 !important;
    text-decoration: none;
    border-radius:100px;
}
.custom-menu-main .hs-menu-wrapper>ul>li{
    margin-left:20px;
    margin-right:20px;
}

.custom-menu-top  .main-nav__toggle{
    background:transparent;
    border-radius:100px;
    padding:8px 10px 11px 10px;
}


.custom-menu-top  span.arrow {
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    border-color: #fff;
    border-width: 0 2px 2px 0;
    border-style: solid;
}

.custom-menu-top   .hs-menu-wrapper>ul>li:hover:before {
    background-color: #ffed00 !important;
    border-radius:100px;
}

.custom-menu-top  .hs-menu-wrapper>ul>li.hs-menu-depth-1>a {
    text-decoration: none;
    color:#fff;
}

.custom-menu-top  .hs-menu-wrapper>ul>li:hover>a {
    text-decoration: none;
    color: #000;
}

.custom-menu-top  .hs-menu-wrapper>ul ul li.hs-menu-depth-1 a:hover {
    background-color: #fef200 !important;
    text-decoration: none;
    border-radius:100px;
}
.custom-menu-top  .hs-menu-wrapper>ul>li{
    margin-left:20px;
    margin-right:20px;
}

/* =============== Content =============== */

.body-container-wrapper {
  padding-top:40px;
}
.body-container {}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}
.custom-footer-wrapper {
  background-color: #005D69;
  color: #fff;
}

.e-paq .mobile-footer {
  display:none;
  }

.blog .mobile-footer {
  display:none;
  }
  
  

.custom-footer-copyright {
  background: #000;
  font-size: 14px;
}

.custom-footer-copyright .page-center >div >div {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  min-height: 30px;
}
.custom-footer-copyright .page-center >div >div:before,
.custom-footer-copyright .page-center >div >div:before{
  display:none;
}

.custom-footer-copyright .tracking-mobile{
  display: none;
}


.custom-footer-wrapper .custom-copyright {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
  width: auto;
}

.custom-footer-wrapper .custom-copyright-menu {
  width: auto;
  margin: 0;
}

.custom-copyright-menu ul {
  list-style: none;
  padding-left: 0;
  align-items: center;
}

.custom-copyright-menu ul li {
  padding: 3px 10px;
  line-height: 1;
  text-align: center;
}

.custom-copyright-menu ul li:not(:last-child) {
  border-right: solid 1px #fff;
}

.custom-copyright-menu ul li a {
  color: #fff;
  text-decoration: none;
}

.custom-copyright-menu ul li a:hover {
  outline: none;
  color: #ffed00;
  text-decoration: underline;
}
.custom-footer .page-center >div >div {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.custom-footer .page-center {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #005D69;

} 
.custom-footer .page-center >div >div:before,
.custom-footer .page-center >div >div:after {
  display: none;
}

.custom-footer-wrapper .footer-media{
  padding-top: 40px;
  padding-bottom: 10px;
  text-align:center;
}

.cta-button a {
  padding-right: 15px;
  padding-left: 15px;
  max-width: 100%;
  width: 400px;
  border: none;
  background: transparent;
  padding: 13px 15px;
  -webkit-transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  background-color: #fef200;
  border-radius: 4px;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-family: "Proxima N W01 Bold";
  letter-spacing: 2px;
  min-height: 48px;
  position: relative;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
}


.cta-button a:hover {
  background: #fff;
  text-decoration:underline;
}

.cta-button a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  content: "";
  border-radius: 4px;
  box-shadow: inset 0 0 0 4px #fef200;
  display: block;
  opacity: 0;
}

.cta-button a:hover:after {
  opacity: 1;
}
}

/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */



/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1000px) {
  
  .tracking-panel {
    position: relative;
  }

  .tracking-panel__content {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    margin-top: 20px;
    width: 280px;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 18px;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
    box-sizing: border-box;
    background-color: #f5f5f5;
    border-radius: 4px;
    z-index: 101;
  }
  .track-open .tracking-panel__content {
    opacity: 1;
    visibility: visible

  }

  a.base-link.tracking-panel__back.base-link--active {
    display: none;
  }

  label.tracking-panel__label {
    display: inline-block;
    font-size: 21px;
    padding-bottom: 20px;
  }

  .tracking-panel__group {
    position: relative;
  }

  .tracking-panel__group input {
    padding: 15px 20px;
    background: #fff;
    border-radius: 4px;
    border: none;
    box-sizing: border-box;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.2);
    color: #000;
    font-family: "Proxima Nova W08 Light",sans-serif;
    font-size: 14px;
    height: 46px;
    line-height: normal;
    letter-spacing: 1px;
    resize: none;
    width: 100%;
    -webkit-appearance: none;
  }

  .tracking-panel__button {
    position: absolute;
    top: 8px;
    right: 10px;
    text-indent: -9999px;
    padding: 0;
    border: none;
    background: transparent;
    width: 30px;
    height: 30px;
    background-color: #fef200;
    border-radius: 50%;
    cursor: pointer;
  }
  .tracking-panel .search-button:hover{
    outline: none;
    background: transparent;
    box-shadow: inset 0 0 0 2px #000;
  }
  .tracking-panel__content:before {
    height: 0;
    width: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #f5f5f5;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: 100%;
    left: 50%;
    content: "";
  }
  .tracking-panel .search-button:before {
    background-image: url(//cdn2.hubspot.net/hubfs/6761368/Asendia_February2020%20Theme/images/sprite.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 7px;
    left: 7px;
    content: "";
  }
  .tracking-panel__link {
    background-color: #dadada;
    padding-left: 20px;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    border-radius: 4px;
    cursor: pointer;
    color: #000;
    font-size: 14px;
    font-family: "Proxima Nova W08 Light",sans-serif;
  }

  .custom-header-bar .custom-tracking {
  display:none;
  }
  
  .custom-header-wrapper .custom-live-tracking {
    width: auto;
    margin: 0;
  }

  a.base-link.tracking-panel__back {
    display: none;
  }
  span.tracking-panel__arrow.arrow {
    margin-left: 15px;
    margin-top: -3px;
  }
  
  .phone{
    display:none !important;
  }
  span.main-nav__top-heading {
    display: none !important;
  }
  .grid {
    display: none;
  }

  li.dl-back {
    display: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

  /* =============== Custom Menu Primary =============== */

  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper > ul{
    padding-top: 6px;
    margin-right: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    line-height: 1.5;
    border-radius: 4px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .main-nav__toggle {
    border: none;
    background: transparent;
    padding: 5px 10px 10px;
    margin-right: 5px;
    margin-left: -15px;
    position: relative;
    z-index: 1;
    display: inline-flex;
  }

  span.arrow {
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    border-color: #000;
    border-width: 0 2px 2px 0;
    border-style: solid;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:before{
    -webkit-transition: background-color 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: background-color 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: background-color 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    position: absolute;
    top: 18px;
    right: 0;
    bottom: 18px;
    left: 0;
    background-color: transparent;
    border-radius: 4px;
    display: block;
    content: "";
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover:before{
    background-color: #fff;

  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding: 20px;
    color: #fff;
    font-family: "Proxima Nova W08 Light",sans-serif;
    font-size: 17px;
    position: relative;
    text-decoration: none;
    z-index: 2;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
    text-decoration: underline;
  }

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    -webkit-transition: opacity 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) !important;
    -moz-transition: opacity 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) !important;
    transition: opacity 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) !important;
    min-width: 250px;
    padding: 20px;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
    box-sizing: border-box;
    background-color: #fff;]
    border-radius: 4px;
    z-index: 101;
    top: 100% !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  ul.hs-menu-children-wrapper:before {
    height: 0;
    width: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #f5f5f5;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: 100%;
    left: 50%;
    content: "";
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    padding: 3px 20px;
    -webkit-transition: background-color 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: background-color 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: background-color 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    background-color: transparent;
    color: #000;
    display: block;
    font-family: "Proxima Nova W08 Light",sans-serif;
    font-size: 16px;
    text-decoration: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    background-color: #fef200;   
    text-decoration: underline;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

  /* Override max width on menu links */
  .custom-menu-primary .hs-menu-wrapper > ul li a, 
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    overflow: visible !important;
    max-width: none !important;
    width: auto !important;
  }

 /* =============== Mobile Toggle Menu =============== */

  /* Hide button on Desktop */
  .mobile-icon, .child-trigger{ display: none !important; } 
  .custom-menu-primary.js-enabled{
    height:auto !important;
  }
}


@media (max-width: 800px){
  body .phone{
    display:none !block;
  }

  .custom-header-wrapper {
  background-color: #005d69;
}
  
  
  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: #005d69;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

  /* ===== Mobile Toggle Button ===== */

  .mobile-icon{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */

  }
  .grid {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }

  a.search-button.search-button--inverted.site-search__submit {
    margin-right: 10px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    text-indent: -9999px;
    padding: 0;
    border: none;
    width: 30px;
    height: 30px;
  }
  a.search-button.search-button--inverted.site-search__submit:hover {
    box-shadow: inset 0 0 0 2px #000;
  }

  a.search-button.search-button--inverted.site-search__submit:after {
    background-image: url(//cdn2.hubspot.net/hubfs/6761368/Asendia_February2020%20Theme/images/sprite.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 7px;
    left: 7px;
    content: "";
  }

  .mobile-icon {
    background: transparent;
    width: 30px;
    height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
  }

  span.hamburger__bar,.mobile-icon:before,.mobile-icon:after {
    width: 25px;
    height: 3px;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    transition: background-color .3s;
    -webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    background-color: #FFF;
    content: "";
    position: absolute;
    left: 0;
    top: calc(50%);
  }


  .mobile-icon:before {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    top: calc(50% - 10px);
    width: 30px;
  }

  .mobile-icon:after {
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    top: calc(50% + 10px);
    width: 20px;
  }
  .mobile-open .mobile-icon:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 27px;
  }
  .mobile-open .mobile-icon:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 27px;
  }
  .mobile-open span.hamburger__bar {
    opacity: 0;
  }
  .button--cta:before, .button--back:before {
    width:11px;
    height:11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    border-color: #000;
    border-width: 0 2px 2px 0;
    border-style: solid;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
    margin-left: -4px;
  }
  .button--back:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-left: 3px;
  }
  .button:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    content: "";
    border-radius: 4px;
    box-shadow: inset 0 0 0 4px #fef200;
    display: block;
    opacity: 0;
  }
  .button--cta:after, .button--back:after {
    border-radius: 50%;
  }
  a.base-link.tracking-panel__back {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    display: block;
    font-size: 15px;
    /* line-height: 1.5; */
    display: flex;
    align-items: center;
  }

  span.button.button--back {
    padding: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    min-height: 0;
    line-height: 34px;
    text-align:center;
    display: inline-block;
  }
  label.tracking-panel__label {
    padding: 15px 20px;
    border-top: solid 1px #ececec;
    display: block;
    color: #434343;
    font-size: 21px;
    line-height: 1.5;
  }
  .tracking-panel__group {
    position: relative;
    padding: 0px 20px 20px;
    padding-right:0px;
  }

  button.search-button.tracking-panel__button {
    position: absolute;
    top: 8px;
    right: 10px;
    padding: 0;
    border: none;
    background: transparent;
    width: 30px;
    height: 30px;
    background-color: #fef200;
    border-radius: 50%;
    cursor: pointer;
    /* position: relative; */
    text-indent: -9999px;
    margin: 0;
    font-weight: normal;
  }

  button.search-button.tracking-panel__button:before {
    background-image: url(//cdn2.hubspot.net/hubfs/6761368/Asendia_February2020%20Theme/images/sprite.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 7px;
    left: 7px;
    content: "";
  }
  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    height:auto !important;
    height:auto !important;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    display: none;
    overflow-Y: auto !important;
    max-height: calc(100vh - 68px);
    overflow-x: hidden;
  }
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }
  .custom-menu-primary .hs-menu-children-wrapper {
    position:absolute !important;
    display: block !important;
    padding:0;
  }
  /*   .widget-type-cell.custom-slide {
  display: none;
  overflow:visible !important;
} */
  .custom-menu-primary.visible-phone {
    height: auto !important;
  }
  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    display: none;
  }

  /* Mobile Menu Styles */ 

  .custom-menu-primary .hs-menu-wrapper > ul{
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    position: static;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    border-radius: 4px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 18px;
    position: relative;
    text-decoration: none;
    z-index: 2;
    color: #fff;
    font-family: "Proxima Nova W08 Light";
    width: 100%;
    display:inline-block;
    line-height: 1.5;   

  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a{
    width: 100%;
  }
  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{

  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{

  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{

  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{

  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{

  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{

  }
}



/* ==========================================================================
5. BLOG                                        
========================================================================== */

/* tag post slider */

.tage-post-slider > .row-fluid-wrapper {
  padding: 3rem 0;
}
.widget-span.custom-slide {
  min-height: 0;
}
.slick-slider{
  margin-bottom:0;
}
.slick-track{
  padding-bottom:10px;
}
.tage-post-slider {
  position: relative;
  background: #525252;
  background: -moz-linear-gradient(top, #525252 0%, #525252 50%, #fff 50%, #fff 100%);
  background: -webkit-linear-gradient(top, #525252 0%, #525252 50%, #fff 50%, #fff 100%);
  background: linear,to bottom,#525252 0%,#525252 50%,#fff 50%,#fff 100%;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$emperor', endColorstr='#ffffff',GradientType=0 );
  margin-top:-1px;
}

.blog  .slick-dots {
  bottom: 0;
  position: static;
  margin-bottom:0;
}
.blog .slick-prev,.blog  .slick-next {
  display: none !important;
}
.blog .slick-dots li{
  margin:0;
}
.blog .slick-dots li button {
  background-color: rgba(0,0,0,0.5);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.5);
  border-radius: 50%;
  cursor: pointer;
  margin: 0 4px;
  overflow: hidden;
  text-indent: -9999p;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 0;
}

a.featured-slider-link:before {
  z-index: -1;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  content: "";
  box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
  opacity: 1;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
}

.blog .slick-dots li button:before {
  display: none !important;
}

.blog .slick-dots li.active button {
  box-shadow: 0 0 0 1px rgba(0,0,0,0.5);
}

.blog .slick-dots li.slick-active button {
  background-color: rgba(0,0,0,0.5);
}
.tage-post-slider .page-center {
  padding: 10px !important;
}

.post-inner-slide {
  flex-flow: row nowrap;
  display: flex !important;
  position: relative;
  text-decoration: none;
  color: #434343;
  cursor: pointer;
  outline:none;
  margin:0px 10px;
}

.cart-innner {

  padding: 25px 34px 20px;
  position: relative;
  background-color: #fff;
  width: 55%;
  float: left;
  display: block;
}
a.featured-slider-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
}

.tage-post-slider .hs-featured-image-wrapper {
  background-color: #f5f5f5;
  overflow: hidden;
  position: relative;
  width: 45%;
  float: left;
}
.topic-outter-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  overflow-x: hidden;
  overflow-y: auto;
  display:none;
}
.topic-open .topic-outter-wrapper:before,.topic-open .topic-outter-wrapper{

  display:block;

}
.topic-inner-wrapper {
  position: relative;
  width: auto;
  pointer-events: none;
  z-index: 200;
  padding: 20px;
  height: 100%;
  box-sizing: border-box;
}

.topic-outter-wrapper:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 100;
  display:none;
}

.topic-content {
  width: 50%;
  margin: auto;
  pointer-events: auto;
  background-color: #f5f5f5;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: .3rem;
  outline: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  background-color: #f1f1f1;
}

button.topic-close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(50%) translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0;
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
  animation-fill-mode: #fff;
}

svg#close-icon svg {
  width: 18px;
  height: 18px;
}

button.topic-close svg {
  width: 18px;
  height: 18px;
}

.custom-topic-area {
  flex-flow: row wrap;
  padding: 1.5rem 0;
  padding-left: 1.5rem;
  border-bottom: 1px solid #d3d3d3;
}

.custom-topic-area a {
  width: 33%;
  margin-top: 1.3rem;
  padding-bottom: 0;
  display: inline-block;
  cursor: pointer;
  display: inline-block;
  padding-left: 50px;
  position: relative;
  color: #434343;
  font-family: "Proxima Nova W08 Light",sans-serif;
  font-size: 17px;
  line-height: 1.5;
  text-decoration: none;
}

h2.filter-modal__content-section-title {
  margin: 0;
  font-size: 24px;
  line-height: 1.5;
}

.tage-post-slider img.hs-featured-image {
  min-height: 100%;
}

.tage-post-slider .hs-featured-image-wrapper img {
  width:100%;
  height:100%
}

.card {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding-bottom: 15px;
}

span.tag-featured {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 6px 18px;
  background-color: #533a9e;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  border-radius: 6px;
  line-height: 1.5;
}

.custom-date-tag {
  opacity: .6;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

h1.card__title {
  font-size: 34px;
  font-weight: normal;
  line-height: 1.5;
  font-family: "Proxima Nova W08 Light",sans-serif;
  color: #434343;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.cart-innner p {
  letter-spacing: -0.2px;
  padding-bottom: 25px;
  word-wrap: break-word;
  font-size: 21px;
  margin: 0;
  line-height: 1.5;
  font-family: "Proxima Nova W08 Light",sans-serif;
}

p#hubspot-topic_data >span {
  padding: 5px 12px;
  background-color: #ececec;
  border-radius: 6px;
  color: rgba(67,67,67,0.6);
  display: inline-block;
  font-size: 15px;
  text-align: center;
  margin-bottom: 10px;
}

/**/
/* blog listing formpopup*/
.form-outter-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  overflow-x: hidden;
  overflow-y: auto;
  display:none;
}
.form-open .form-outter-wrapper{
  display:block;
}
.form-inner-wrapper {
  position: relative;
  width: auto;
  pointer-events: none;
  z-index: 200;
  padding: 20px;
  height: 100%;
  box-sizing: border-box;
}
.form-content  .hs-error-msgs label {
  font-size: 14px;
  padding: 0;
}
.form-content span.hs-form-required {
  display: none;
}
button.form-close svg {
  width: 18px;
  height: 18px;
}
.inner-form-in form input[type='radio'] {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  transition: border .2s ease;
  border: 2px solid #fef200;
  background-color: #fff;
  vertical-align: middle;
  cursor: pointer;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0;
  margin-right: 10px;
}
.inner-form-in .hs-button.primary, 
.inner-form-in input[type="submit"], 
.inner-form-in input[type="button"] {
  font-size: 14px;
}
.inner-form-in .hs-form-radio {
  padding-bottom: 13px;
}
.inner-form-in .hs-richtext p {
  margin: 0;
  color: #434343;
  display: block;
  font-size: 15px;
  opacity: .6;
  padding-bottom: 0;
  cursor: pointer;
  line-height: 1.5;
}
.inner-form-in form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 1;
  font-size: 17px;
}
.inner-form-in form input[type='radio']:checked {
  border: 2px solid #533a9e;
  background: #533a9e;
}
.form-content {
  background: #f5f5f5;
  /* overflow-y: auto; */
  /* overflow-x: hidden; */
  max-width: 500px;
  width: 50%;
  margin: 0 auto;
  pointer-events: auto;
  background-color: #f5f5f5;
  background-clip: padding-box;
  outline: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 80vh;
  margin: auto;
  display: flex;
  flex-direction: column;
}

button.form-close {
  z-index: 99;
  align-items: center;
  background-color: #000;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(50%) translateY(-50%);
  width: 40px;
}
.inner-form-in form input {
  font-size: 14px;
}

.inner-form-in {
  position: relative;
  overflow: auto;
}

.form-outter-wrapper:after {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 100;
  display:none;
}

.form-open .form-outter-wrapper:after{
  display:block;
}
.inner-form-in .hs_cos_wrapper_type_form {
  /* padding: 0; */
  padding: 48px 20px 60px;
  max-width: 380px;
  margin: 0 auto;
  text-align: left;
}

.actions {
  margin-bottom: 30px;
}
/* */

/*blog custom-content */
.custom-business {
  padding-bottom: 40px;
}

.widget-type-cell.custom-business .page-center {
  padding-right: 20px !important;
  padding-left: 20px !important;
  box-sizing: border-box;
  max-width: 1220px !important;
}

h2.masonry__title {
  line-height: 38px;
  font-size: 34px;
  margin-bottom: 2rem;
}

.masonry__row.masonry__row--large-left {
  flex-flow: row nowrap;
  flex: 1 1 auto;
  width: 100%;
  position: relative;
  display: flex;
}

.masonry__row--large-left .masonry__item:first-child {
  margin-right: 1rem;
  flex: 2 1 auto;
}

.masonry__row--large-left .masonry__item {
  float: left;
}

.masonry__row--large-left .masonry__item:last-child {
  flex: 1 2 auto;
  float: left;
}


.masonry__item-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: filter .3s;
}

a.masonry__item {
  background-color: #dadada;
  display: block;
  position: relative;
  height: 350px;
  justify-content: flex-end;
  margin-bottom: 1rem;
  overflow: hidden;
}

.masonry__item-content {
  display: flex;
  flex-flow: column nowrap;
  box-sizing: border-box;
  color: #fff;
  position: absolute;
  bottom: 0;
  height: 150px;
  width: 100%;
  background-color: rgba(51,51,51,0.85);
  padding-left: 3rem;
  justify-content: center;
  border-bottom: 10px solid #533a9e;
  padding-top: 30px;
  padding-bottom: 10px;
}

.masonry__item-content:before {
  box-shadow: 0 0 0 4px #fef200;
  content: "";
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background-color: #fef200;
  position: absolute;
  top: 0;
  left: 51px;
  transform: translateY(-50%);
  transition: background .3s;
}

h3.masonry__item-title {
  font-size: 34px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  line-height: 1.5;
}

.masonry__item-content:after {
  content: "";
  height: 12px;
  width: 12px;
  border-width: 2px 2px 0 0;
  border-color: #000;
  border-style: solid;
  position: absolute;
  top: 0;
  left: calc(51px + 15px);
  transform: translateY(-50%) rotate(45deg);
}
.masonry__item:hover .masonry__item-content:before, .masonry__item:active .masonry__item-content:before, .masonry__item:focus .masonry__item-content:before {
  background-color: #fff;
}
.masonry__item-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.masonry__item-content p {
  margin: 0;  
  line-height: 1.5;
  font-size:21px;
}

.masonry__item:hover .masonry__item-image, .masonry__item:active .masonry__item-image, .masonry__item:focus .masonry__item-image {
  filter: brightness(80%);
}

.masonry__row {
  flex-flow: row nowrap;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  position: relative;
  /* overflow: hidden; */
}

.masonry__row--equal .masonry__item {
  float: left;
  margin-right: 1rem;
  flex: 1 1 auto;
}

/* end custom-content*/





/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}
.hs-blog-post .body-container-wrapper {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* Blog Post */
.hs-blog-post {}
.breadcrumb {
  padding-top: 8px;
  padding-bottom: 8px;
  background: #fff;
  border-bottom: solid 1px #ccc;
  position: relative;
  z-index: 1;
}

.breadcrumb ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.breadcrumb ul li {
  padding-right: 10px;
  padding-left: 0;
  display: inline-block;
  font-size: 15px;
  opacity: 0.6;
}

.breadcrumb ul li a {
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  transition: color .3s;
  color: #434343;
  text-decoration: none;
}

.breadcrumb ul li a:hover {
  text-decoration: underline;
  color: #533a9e;
}

.breadcrumb ul li:not(:last-child):after {
  content: "∕";
  display: inline-block;
  margin-left: 10px;
}
.hs-blog-post .blog-content {
  padding: 0;
}

.hs-blog-post .body-container-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.section.post-header h1 {
  margin-bottom: 40px;
  font-weight: normal;
  font-size: 50px;
  color: #000;
  line-height: 1.16;
  font-family: "Proxima Nova W08 Light",sans-serif;
  margin-right: auto;
  margin-left: auto;
  width: 66.66667%;
  padding: 0;
}

.section.post-header {
  text-align: center;
}

.section.post-body {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  box-sizing: border-box;
  width: 83.33333%;
}
.custom-date-post {
  text-align: center;
  margin-top: -20px;
  color: #434343;
  font-family: "Proxima Nova W08 Light",sans-serif;
  font-size: 17px;
  line-height: 1.5;
  padding-bottom: 50px;
}

.hs-featured-image-wrapper-post {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  box-sizing: border-box;
  width: 83.33333%;
  margin-bottom: 30px;
}
.section.post-body{
  color: #434343;
  font-family: "Proxima Nova W08 Light",sans-serif;
  font-size: 17px;
  line-height: 1.5;
}
.tags-social {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 60px;
}

.sharetastic.sharetastic--simple {
  color: #ccc;
  font-family: sans-serif;
  font-size: 13px;
  text-align: center;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: webkit-wrap;
  -moz-flex-wrap: moz-wrap;
  -ms-flex-wrap: ms-wrap;
  -o-flex-wrap: o-wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.sharetastic.sharetastic--simple a {
  border-radius: 50%;
  margin-top: 0;
  margin-bottom: 0;
  border: solid 2px #666;
  cursor: pointer;
  display: block;
  height: 32px;
  margin: 5px;
  overflow: hidden;
  position: relative;
  text-indent: 100%;
  transition: background-color 0.3s,color 0.3s;
  vertical-align: middle;
  width: 32px;
  white-space: nowrap;
  background-color: transparent !important;
}

svg.sharetastic__icon a svg {
  fill: #666;
  transition: fill 0.3s;
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.content-section {
  padding-top: 80px;
  padding-bottom: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  background: #fef200;
  overflow: hidden;
  padding: 50px 20px;
  position: relative;
}

.download-block:before {
  border-radius: 50%;
  border: solid 10px #fff;
  content: "";
  display: block;
  height: 0;
  padding-top: 15%;
  width: 15%;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  position: absolute;
  right: 100%;
  bottom: 100%;
}

.download-block--enlarged:after {
  border-radius: 50%;
  border: solid 10px #fff;
  content: "";
  display: block;
  height: 0;
  padding-top: 30%;
  width: 30%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 100%;
  left: 100%;
}

.download-block:after {
  border-radius: 50%;
  border: solid 10px #fff;
  content: "";
  display: block;
  height: 0;
  padding-top: 30%;
  width: 30%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 100%;
  left: 100%;
}

.widget-type-cell.post-contact-us {
  margin:0 auto !important;
  padding-right: 10px;
  padding-left: 10px;
  box-sizing: border-box;
  width: 83.33333%;
  float: none !important;
  padding-bottom: 80px;
}

.download-block__heading.heading--three {
  margin-bottom: 25px;
  font-weight: normal;
  font-size: 21px;
  color: #000;
  line-height: 1.3;
}

.download-block__content {
  margin-right: 0;
  margin-left: 0;
  width: 66.66667%;
  text-align: center;
  margin: 0 auto;
}

.download-block__content a {
  min-width: 240px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-family: "Proxima Nova W08 Light",sans-serif;
  letter-spacing: 2px;
  min-height: 48px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border: none;
  padding: 13px 30px;
  -webkit-transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  background-color: #fef200;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #000;
  line-height:1.5;
}

.download-block__content a:hover {
  outline: none;
  color: #000;
  background: #fff;
  text-decoration: underline;
  box-shadow: inset 0 0 0 4px #000;
}

.related-post-wrapper h3 {
  font-weight: normal;
  font-size: 34px;
  color: #000;
  line-height: 1.1;
  padding-bottom: 30px;
  margin: 0;
}

.related-post-wrapper {
  margin-top: -20px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  position: relative;
}
.related-post-item > a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
      z-index: 9;
  background-color:transparent;
}
.related-post-item {
  width: 33.33333%;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}


.related-post-item .rel-w {
  color: #434343;
  cursor: pointer;
  display: block;
  position: relative;
  text-decoration: none;
}
.related-post-item .rel-w:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  content: "";
  box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
  opacity: 1;
}

.related-post-item .rel-w:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  content: "";
  box-shadow: inset 0 0 0 4px #fef200;
  display: block;
  opacity: 0;
}

.related-post-item .rel-w:hover:after {
  opacity: 1;
}

.related-post-item .rel-w:hover:before {
  opacity: 0;
}


.inner-tag-post {
  margin-top: -10px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding-bottom: 15px;
}

.custom-date-post-inner {
  padding-bottom: 0;
  margin-top: 0;
  opacity: .6;
  font-size: 15px;
  margin-bottom: 0;
}
p.related-topic span {
  padding: 5px 12px;
  background-color: #ececec;
  border-radius: 6px;
  color: rgba(67,67,67,0.6);
  display: inline-block;
  font-size: 15px;
  text-align: center;
  margin-bottom: 10px;
}
.sharetastic.sharetastic--simple a svg {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: fill 0.3s;
  fill: #666;
  width: 32px;
  height: 32px;
}

.sharetastic.sharetastic--simple a:hover {
  border-color: #533a9e;
}

.sharetastic.sharetastic--simple a:hover svg {
  fill: #533a9e;
}







/* Blog Listing */
nav.top-nav {
    margin: 0 auto;
    text-align: center;
    padding: 0px 200px;
}


/* Add a black background color to the top navigation */
nav.top-nav  ul{
  overflow: hidden;
  list-style:none;
  margin: auto auto;
  text-align: center;
}

/* Style the links inside the navigation bar */
nav.top-nav ul li{
  float: left;
  width: 18%;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
nav.top-nav ul li a{
    color:yellow;
    text-decoration:underline;
}
p.banner__copy{
    font-weight:700;
    margin-top:60px;
    margin-bottom:20px;
}
  
.banner-content h1 {
    margin-top:50px;
    padding-right: 25px;
    position:relative;
    display:inline-block;
}

.banner-content img{
    position:relative;
    display:inline-block;
    top:-30px;
    width:10%;
}
.post-listing{
    display: flex;
    flex-direction: row;
}
.post-listing div:nth-child(1) {
    order: 1;
    }


.post-listing .blog-cta{
    margin-top:19px;
}

.blog-categories-posts h2{
    margin-top:45px;
}
.blog-categories-posts h2 a{
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: 700;
}  
  .blog-cta-special {
    background:#ffed00;
    text-align:center;
    margin-top:20px;
    margin-bottom:20px;
}
  ul.pagination {
    text-align: center;
    margin-bottom: 50px
}

ul.pagination li {
    display: inline-block
}

.body-container-wrapper ul.pagination li:before {
    color: #fff;
    background: #fff
}

ul.pagination li.active a {
    background: #eee;
    color: gray;
    border: 2px solid #eee
}



ul.pagination li a {
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    padding: 4px 11px 4px 10px;
    font-weight: 700;
    transition: all .4s ease-in-out
}
  .hs-blog-listing .blog-section{
  display:none}
  .category-page .blog-categories-posts{display:none;}
  .featured-posts{
    background:#fff;
}
a.a-featured-slider-link.a-post {}
a.a-featured-slider-link.a-post .featured-post-title{
    width:800px;
    float:left;
    position:relative;
    padding-left:0px;
    padding-top:0px;
    padding-right:0px;
}
a.a-featured-slider-link .featured-post-title{
    background: #fff;
    width:400px;
    float:right;
    padding-left:20px;
    padding-top: 15px;
    padding-right:10px;
}
a.a-featured-slider-link .featured-post-title .featured-custom-date-tag{
    font-size:14px;
}
a.a-featured-slider-link .featured-post-title h1.featured-card__title{
    font-size:16px;
}
a.a-featured-slider-link.a-post .featured-cart-innner{
    background-color: rgba(0, 0, 0, 0.50);
    position:absolute;
    top:0px;
    width:100%;
    height:100%;
    left:0px;
}
a.a-featured-slider-link.a-post .featured-hs-featured-image-wrapper img{
    filter: blur(0.2px);
}

a.a-featured-slider-link.a-post .featured-cart-innner .featured-card,
a.a-featured-slider-link.a-post .featured-cart-innner .featured-card__title{
    padding-left:50px;
}
a.a-featured-slider-link.a-post .featured-cart-innner .featured-card{
    padding-top:20px;
    padding-bottom:20px;
}
a.a-featured-slider-link.a-post .featured-cart-innner .featured-custom-date-tag{
    color:#fff;
    text-transform:uppercase;
    font-size:18px;
}
a.a-featured-slider-link.a-post .featured-cart-innner .featured-card__title{
    color:white;
    font-weight:600;
    font-size:40px;
}
a.a-featured-slider-link.b-post .featured-hs-featured-image-wrapper,
a.a-featured-slider-link.c-post .featured-hs-featured-image-wrapper,
a.a-featured-slider-link.d-post .featured-hs-featured-image-wrapper,
a.a-featured-slider-link.e-post .featured-hs-featured-image-wrapper,
a.a-featured-slider-link.f-post .featured-hs-featured-image-wrapper{
    display:none;
} 

h1.featured-card__title {
    font-size:22px;
}



/* end Blog Listing */

.hs-blog-listing {}

.blog-conten-section {
  background: #f5f5f5;
}

.blog .page-center.content-wrapper {
  padding-right: 20px !important;
  padding-left: 20px !important;
  box-sizing: border-box;
  max-width: 1220px !important;
}
.blog-title h1 {
  font-size: 34px;
  color: #434343;
  font-family: "Proxima Nova W08 Light",sans-serif;
  line-height: 1.5;
  font-weight: normal;
  padding: 0;
}

.card-grid__row {
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  display: flex;
}

.blog .hs-search-field {
  padding: 0;
}

.card-grid__search {
  flex-direction: row;
  flex-grow: 1;
  display: flex;
  align-items: center;
}



button.filter-button {
  border: none;
  background: transparent;
  padding: 13px 30px;
  -webkit-transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  background-color: #fef200;
  border-radius: 4px;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-family: "Proxima Nova W02 Medium",sans-serif;
  letter-spacing: 2px;
  min-height: 48px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}

.card-grid__search form {
  flex-direction: row;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.card-grid__search  .inner-input {
  width: 100%;
  max-width: 379px;
}
button.custom-search {
  margin-left: 10px;
  border: none;
  background: transparent;
  padding: 13px 30px;
  -webkit-transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  background-color: #fef200;
  border-radius: 4px;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-family: "Proxima Nova W02 Medium",sans-serif;
  letter-spacing: 2px;
  min-height: 48px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}

.card-grid__search form .inner-input>input {
  background: #fff;
  position: relative;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,0.2);
  padding: 0 0 0 1rem;
  height: 49px;
  width: 100%;
  margin: 1.5rem 0;
  box-shadow: none !important;
  font-size: 18px;
  line-height: 28px;
  color: #434343;
  font-family: "Proxima Nova W08 Light",sans-serif;
  padding-left: 42px;
  letter-spacing: normal;
}
.card-grid__search form .inner-input>input::placeholder {
  color: rgba(0,0,0,0.5);
}

.-blog-search-wrapper button:hover {
  background: #fff;
  box-shadow: inset 0 0 0 4px #fef200;
}
.-blog-search-wrapper button:hover{
  outline:none;
}
.subscription-box .cta_button_subscribe {
    background:#ffed00;
    color:#43525a;
    border:5px;
    padding:15px 32px;
    border-radius:5px;
    text-decoration:none;
    font-size:0.8em;
    font-weight:600;
}

.inner-input:before {
  background-image: url(//cdn2.hubspot.net/hubfs/6761368/Asendia_February2020%20Theme/images/sprite.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  content: "";
  position: absolute;
  top: 50%;
  z-index: 999;
  transform: translateY(-50%);
  left: 16px;
}

.inner-input {
  position: relative;
}

.post-listing {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  position: relative;
}

.post-item {
  width: 33.33333%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
}
.inner-post > a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.post-item .inner-post {
  color: #434343;
  cursor: pointer;
  display: block;
  position: relative;
  text-decoration: none;
  width: 100%;
  height: auto;
}

.post-item .inner-post:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  content: "";
  box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
  opacity: 1;
}

img.hs-featured-image {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  float: none;
  margin: 0;
}

.post-body.clearfix {
  padding: 25px 34px 20px;
  position: relative;
}

.custom-date {
  padding-bottom: 15px;
  margin-top: -10px;
  opacity: .6;
  font-size: 15px;
  margin-bottom: 10px;
}

.post-body.clearfix h2 {
  font-size: 24px;
  line-height: 28px;
  margin: 0;
}

.post-body.clearfix .listing-summary p,
.post-body.clearfix .listing-summary h1,
.post-body.clearfix .listing-summary h2,
.post-body.clearfix .listing-summary h3,
.post-body.clearfix .listing-summary h4,
.post-body.clearfix .listing-summary h5,
.post-body.clearfix .listing-summary h6,
.post-body.clearfix .listing-summary span,
.post-body.clearfix .listing-summary strong {
  letter-spacing: -0.2px !important;
  padding-bottom: 25px !important;
  word-wrap: break-word !important;
  font-family: "Proxima Nova W08 Light",sans-serif !important;
  font-size: 17px !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  font-weight:normal !important;
}

.topic {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.topic > p {
  margin: 0;
  padding: 0 !important;
}

.topic svg {
  opacity: .5;
  margin-right: .3rem;
}

.post-item >.inner-post:after {
  opacity: 0;
  box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
}

.post-item .inner-post:hover:before {
  opacity: 0;
}

.post-item .inner-post:before {
  -webkit-transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.post-item .inner-post:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  content: "";
  box-shadow: inset 0 0 0 4px #fef200;
  display: block;
  opacity: 0;
}
.inner-post >a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 9;

}
.post-item  .inner-post:hover:after {
  opacity: 1 !important;
  box-shadow: inset 0 0 0 4px #fef200 !important;
}
.blog-out-wrapper {
  padding-top: 40px;
  padding-bottom: 80px;
  background: #fff;
}

.blog-pagination {
  text-align:center;
  justify-content: center;
  min-height: 48px;
}

.blog-pagination a {
  flex: 0 0 224px;
  display: inline-block;
  border: none;
  background: transparent;
  padding: 13px 30px;
  -webkit-transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  background-color: #fef200;
  border-radius: 4px;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-family: "Proxima Nova W02 Medium",sans-serif;
  letter-spacing: 2px;
  min-height: auto;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  margin: 0;
}

.blog-pagination a p {
  margin: 0;
  line-height: 1.5;
}

.blog-pagination a:hover {
  background: #fff;
  box-shadow: inset 0 0 0 4px #fef200;
}












/* Blog Columns Wrapper */
.blog .content-wrapper {}

.hs-blog-social-share ul li:before {
  display: none;
}
/* =============== Blog Content Column =============== */


li.hs-blog-social-share-item {
  margin-bottom: 10px;
}
.hs_recaptcha.hs-recaptcha.field {
  padding-bottom: 20px;
}
/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {
  border-bottom:0px;
  color: #1d1d1d;
}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

p#hubspot-topic_data {
  display: inline-block;
  padding: 0;
}
/* Use this to set up different styling for your blog posts */

.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {
  padding: 0px;
  display: inline-block!important;
  margin: 20px 0px;
}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 10px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
}
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { 
  font-size: 13px; 
  display:block;
}
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {
  display:inline-block;
  margin-right:15px;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {
  padding-top:55px;
}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin-bottom:20px;
  padding-bottom:20px;
}
.blog .blog-sidebar h3,
.blog .blog-sidebar h3.form-title{
  font-size: 20px;
}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {
  margin-bottom: 30px; 
  color: #636363;
  font-size: 14px;
  font-family: "Proxima Nova W02 Medium",sans-serif
}

.e-paq .form-dark .hs-form-field {
  margin-bottom: 30px; 
  color: #f5f5f5;
  font-size: 14px;
  font-family: "Proxima Nova W02 Medium",sans-serif
}

.e-paq .form-white .hs-form-field {
  margin-bottom: 30px; 
  color: #fff;
  font-size: 14px;
  font-family: "Proxima Nova W02 Medium",sans-serif
}

/* Descriptions */
.hs-field-desc {
  color: #636363;
  font-size: 14px;
  font-family: "Proxima Nova W08 Light",sans-serif;
}

.legal-consent-container .hs-richtext {
  color: #636363;
  font-size: 14px;
  font-family: "Proxima Nova W08 Light",sans-serif;
}

.e-paq .form-dark .hs-field-desc {
  color: #ffed00;
  font-size: 14px;
  font-family: "Proxima Nova W02 Medium",sans-serif;
}

.e-paq .form-dark .legal-consent-container .hs-richtext {
  color: #f5f5f5;
  font-size: 14px;
  font-family: "Proxima Nova W02 Medium",sans-serif;
}

.e-paq .form-white .hs-field-desc {
  color: #ffed00;
  font-size: 14px;
  font-family: "Proxima Nova W02 Medium",sans-serif;
}

.e-paq .white .legal-consent-container .hs-richtext {
  color: #fff;
  font-size: 14px;
  font-family: "Proxima Nova W02 Medium",sans-serif;
}


/* Labels and Legends */
label {}
.hs-form-field > label {
  color: #636363;
  display: block;
  font-size: 18px;
  opacity: .6;
  padding-bottom: 10px;
}
.e-paq .form-dark .hs-form-field > label {
  color: #f5f5f5;
  display: block;
  font-size: 18px;
  opacity: 1;
  padding-bottom: 10px;
}

.e-paq .form-white .hs-form-field > label {
  color: #fff;
  display: block;
  font-size: 18px;
  opacity: 1;
  padding-bottom: 10px;
}

.hs-input.invalid.error {
  border: solid 1px red;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  padding: 15px 20px;
  background: #fff;
  border-radius: 4px;
  border: none;
  box-sizing: border-box;
  box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.2);
  color: #000;
  font-family: "Proxima Nova W02 Medium",sans-serif;
  font-size: 16px;
  min-height: 46px;
  line-height: normal;
  letter-spacing: 1px;
  resize: none;
  width: 100%;
  -webkit-appearance: none;
  outline:none;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.4);
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{
  padding-top: 3px;
  padding-bottom: 3px;
  color: red;
  font-size: 15px;
  font-family: "Proxima Nova W08 Light",sans-serif;
}
.no-list.hs-error-msgs.inputs-list{
  list-style:none;
  padding:0;
  margin:0;
}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  border: none;
  background: transparent;
  padding: 13px 30px;
  -webkit-transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  background-color: #fef200;
  border-radius: 4px;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-family: "Proxima Nova W02 Medium",sans-serif;
  letter-spacing: 2px;
  min-height: 48px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  white-space:normal;
  outline:none;
  margin: 10px 0px;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #fff;
  -webkit-transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  content: "";
  border-radius: 4px;
  box-shadow: inset 0 0 0 4px #fef200;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.hs-search-results {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  padding: 10px;
  padding: 25px 34px 20px;
}

.hs-search-results a {
  color: #434343;
  cursor: pointer;
  display: block;
  position: relative;
  text-decoration:none;
}

.hs-search-results p {
  font-family: "Proxima Nova W08 Light",sans-serif;
  font-size: 17px;
  line-height: 1.5;
  color: #434343;
}

.hs-search-results:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  content: "";
  box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
  opacity: 1;
}

.hs-search-results {
  position: relative;
  margin-top: 30px;
}

.hs-search-results:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  content: "";
  box-shadow: inset 0 0 0 4px #fef200;
  display: block;
  opacity: 0;
  z-index:-1;
}

.hs-search-results:hover:after {
  opacity: 1;
}

.hs-search-results:hover:before {
  opacity: 0;
}
.sidebar,.main-content{
  margin-bottom:30px;
}

.hs_cos_wrapper_type_form, 
.hs_cos_wrapper_type_blog_subscribe, 
.hs_cos_wrapper_type_google_search,
.widget-type-email_simple_subscription,
.widget-type-password_prompt,
.hs-search-field ,#email-prefs-form{
  max-width: 767px;
  display: block;
  background-color: #f5f5f5;
  padding: 20px;
}

#email-prefs-form .email-edit {
  width: 100% !important;
  max-width:100% !important;
}
#comments-listing:not([data-has-comments="true"]) {
  display:none;
}

.round-img img {
  border: 5px solid #ffed00;
  border-radius: 100%;
  padding: 0px;
} 
.lp-header .grid {
  display: none !important;
}
span.featured {
  display: none !important;
}


/* Styles that do not fit into any of the available sections above can go here. */



/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


@media only screen and (max-width: 1650px) { 
   .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-size: 15px;
    
  }
  
.custom-menu-top .custom-menu-primary .hs-menu-wrapper> ul li.hs-menu-depth-1:nth-child(1){
    background: none;
}
.custom-menu-top .custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-1:nth-child(1):hover:before{
    background: none;
}

  .custom-header .custom-live-tracking {
  display:none;
  }
  
  
@media only screen and (max-width: 1400px) { 
   .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-size: 14px;
    
  }
  
  .custom-menu-main span.arrow {
    display: none;
  
  }
  
  .custom-header .custom-live-tracking {
  display:none;
  }
  
  .custom-header .header-logo {
  display: inline-block;
  width: 135px;
  text-align: left;
}
  
     .custom-menu-top {
    display: none;
  
  }
  
 
  
  .custom-menu-main  .hs-menu-wrapper>ul>li:hover:before {
    display: none;
}
  
  .country-switcher .custom-menu-main .custom-menu-primary .hs-menu-wrapper> ul li.hs-menu-depth-1:nth-child(1){
    display: none;
}
  
@media only screen and (max-width: 1200px) { 
   .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-size: 14px;

  }
  
   .custom-menu-top {
    display: none;
  
  }
    .custom-menu-main span.arrow {
    display: none;
  
  }
  
    .custom-menu-main  .hs-menu-wrapper>ul>li:hover:before {
    display: none;
}

  .custom-header .header-logo {
  display: inline-block;
  width: 135px;
  text-align: left;
}
  
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 1150px){
    span.button.button--back:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    content: "";
    box-shadow: inset 0 0 0 4px #fef200;
    display: block;
    opacity: 0;
    border-radius: 50%;
  }
  
body {
  color: #000000;
  line-height: 1.2;
  font-weight: normal;
  font-size: 20px;
  font-family: "Proxima Nova W08 Light",sans-serif;
}
  
h1 {
  font-family: "Proxima N W01 Bold";
  font-size: 45px;
  color: #ffffff;
  line-height: 1;
}
h2 {
  font-family: "Proxima N W01 Bold";
  font-size: 40px;
  color: #000000;
  line-height: 1;
}
h3 {
  font-family: "Proxima N W01 Bold";
  font-size: 35px;
  color: #000000;
  line-height: 1;
}
h4 {
  font-family: "Proxima N W01 Bold";
  font-size: 30px;
  color: #000000;
  line-height: 1;
}
h5 {
  font-family: "Proxima Nova W08 Light";
  font-size: 30px;
  color: #fff;
  line-height: 1;  
}
h6 {
  font-family: "Proxima N W01 Bold";
  font-size: 22px;
  color: #000000;
  line-height: 1;
}
  
  .custom-menu .custom-menu-primary .hs-menu-wrapper> ul li.hs-menu-depth-1:nth-child(5){
    display:none;
}

.custom-menu .custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-1:nth-child(5):hover:before{
    display:none;
} 
  
  .e-paq .MM-Menu{
      font-size: 18px;
  }
    
  
  .custom-header .header-logo {
  display: inline-block;
  width: 135px;
  text-align: left;
}
  
  .e.paq .heading-text {
  margin-top: 30px; 
  margin-bottom: 10px;
}
  
  .e.paq .TWIYA {
  margin-top:1px;
  margin-bottom:1px;
}    
  
  .e-paq .custom-footer-wrapper {
  display:none;
  }
  
  .e-paq .mobile-footer {
  display:block;
  }
  
  .blog .custom-footer-wrapper {
  display:none;
  }
  
  .blog .mobile-footer {
  display:block;
  }
  
  .e-paq .anchor-button a{
    font-size:15px;
  }
  
  .custom-header .custom-live-tracking {
  display:none;
  }
  
  .e-paq .desktop-product {
  display:none;
  }
  
  .e-paq .mobile-product {
  display:block;
  }
  
  
  .e-paq .strategic-partners-logo {
  display:none;
  }
  
  .e-paq .sustainability-mobile-header {
    display: block;
  }

  .e-paq .sustainability-mobile-title {
    display: block;
  }
  
  .e-paq .sustainability-logo {
    display: none;
  }
  
  .e-paq .sustainability-menu {
    display: none;
  }
 
  
  .e-paq .sustainability-title {
    display: none;
  }
  
  .e-paq .sustainability-lang {
    display: none;
  }
  
  .e-paq .barbara-sustainability {
    display: none;
  }

  .e-paq .barbara-message {
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
  }

  
  .e-paq .sustainability-title {
    font-family: "Proxima N W01 Bold";
    font-size: 35px;
  }
  
.e-paq-services {
  width: 150px; 
  height: 300px;
  background-color:#39515a;  
}
  
}

@media (max-width: 800px){
  span.button.button--back:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: opacity .2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    content: "";
    box-shadow: inset 0 0 0 4px #fef200;
    display: block;
    opacity: 0;
    border-radius: 50%;
  }
  
body {
  color: #000000;
  line-height: 1.2;
  font-weight: normal;
  font-size: 22px;
  font-family: "Proxima Nova W08 Light",sans-serif;
}
  
h1 {
  font-family: "Proxima N W01 Bold";
  font-size: 40px;
  color: #ffffff;
  line-height: 1;
}
h2 {
  font-family: "Proxima N W01 Bold";
  font-size: 35px;
  color: #000000;
  line-height: 1;
}
h3 {
  font-family: "Proxima N W01 Bold";
  font-size: 30px;
  color: #000000;
  line-height: 1;
}
h4 {
  font-family: "Proxima N W01 Bold";
  font-size: 25px;
  color: #000000;
  line-height: 1;
}
h5 {
  font-family: "Proxima Nova W08 Light";
  font-size: 25px;
  color: #000;
  line-height: 1;  
}
h6 {
  font-family: "Proxima N W01 Bold";
  font-size: 22px;
  color: #000000;
  line-height: 1;
}
  
  span.button.button--back:hover:after {
    opacity: 1;
  }

  span.button.button--back {
    position: relative;
  }

  .body-container-wrapper {
    overflow: hidden;
    position: relative;
    -webkit-transition: -webkit-transform .3s cubic-bezier(0.445, 0.05, 0.55, 0.95),max-height .2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: -moz-transform .3s cubic-bezier(0.445, 0.05, 0.55, 0.95),max-height .2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: transform .3s cubic-bezier(0.445, 0.05, 0.55, 0.95),max-height .2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    max-height: 30000px;
    min-height: 0;
    padding-bottom: 0;
  }


  .mobile-open .body-container-wrapper {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    max-height: 0;
    padding:0;
  }



  .banner-content small {
    font-family: "Proxima Nova W08 Light",sans-serif;
    display: block;
    font-size: 24px;
    font-weight: normal;
    line-height: 51px;
    margin-left: 8.15em;
    margin-top: 0;
    text-transform: none;
    font-size: 18px;
    line-height: 32px;
  }
  .custom-footer-wrapper .custom-copyright {
    padding: 16px 20px 14px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    background: #fff;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
  .banner-area  h1 {

    font-size: 70px;
    padding: 0px 10px 10px;
  }
  .banner-content small {
    font-size: 18px;
    line-height: 32px;
    margin-top:0;
  }
  
  .page-text {
  padding-left: 10px; 
  padding-right: 10px;
  }
  
  .e-paq .home-page-module {
  display:none;
  } 
  
  .e-paq .home-case-studies {
  display:none;
  }
  
  .e-paq .home-delivery-beyond {
  display:none;
  }
  
  .custom-header .sub-logo {
  display:none;
  }

  .e-paq .cdpm {
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
  }
  
  .e-paq .cdpa {
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
  }
  
  .e-paq .cdpl {
  display:none;
  }
  
  .e-paq .sustainability-mobile-header {
    display: block;
  }
  
  .e-paq .sustainability-mobile-title {
    display: block;
  }
  
    .e-paq .global-home-mobile-menu{
  display: block;
  }
  .e-paq .home-mobile-header{
  display: block;
  }

  .e-paq .sustainability-logo {
    display: none;
  }
  
  .e-paq .simonlogo {
  display: none;
  }
  
  .e-paq .sustainability-menu {
    display: none;
  }
  
  .e-paq .sustainability-title {
    display: none;
  }
  
  .e-paq .sustainability-lang {
    display: none;
  }

  .e-paq .barbara-sustainability {
    display: none;
  }

  .e-paq .barbara-message {
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
  }
  
  .sustainability-title {
    font-family: "Proxima N W01 Bold";
    font-size: 30px;
  }
  
  .home-mobile-background {
  background:url(https://campaigns.asendia.com/hubfs/Website%20Optimization%20Project/Homepage%20Images/Asendia%20Main%20Image%20for%20mobile.jpg);
    background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-right: 20px;
  padding-left: 20px;
  }
  
  
  .sustainability-mobile-background {
  background:url(https://www.asendia.com/hubfs/Sustainability/Mobile%20Sustainability%20Header%20Image.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-right: 20px;
  padding-left: 20px;
  }
  
  .home-mobile-opacity {
  background:rgba(255,255,255, 0.7); 
  }
  
  .e-paq .sustainability-top {
  display:none;
  }
  
  .e-paq .employee-img {
  display:none;
  }
  
  .e-paq .strategic-partners-logo {
  display:none;
}
  
  .e-paq .sustainability-text {
  display:none;
  }
  
  .bbs-cm-t1{
  display:none;
  }
  
  .insights-header{
  display:none;
  }
  
  .rss-listing-blog{
  display:none;
  }
  
  .e-paq .insights-header {
    display: block;
    width: 400px;
    padding-left:20px;
}
 
  .homepage-services .big-img-pillar {
   width: 50%;
   padding-left:25px;
  }
  
  .body-pillar .small-img-pillar {
  display:none;
  }
  
  .body-pillar .page-text-top {
  margin-top:30px;
  }
  
  .Sustainability .page-top-module {
  display:none;
  }
  
  .Sustainability .sustainability-text {
  display:none;
  }
  
  .e-paq .anchor-button a{
    font-size:12px;
  }
  
  .body-pillar .anchor-button  {
  margin-bottom:30px;
  } 

  .testimonial-img {
  margin-top:20px;
}
  
  .custom-question-box .custom-question{
  display:none;
  }
  
  .e-paq .content-middle-img{
  display:none;
  }
  
  .service-home-text {
  margin-top:-20px;
  margin-bottom:-30px;
  } 
  
  .custom-filler-box .custom-filler-text{
  display:none;
  }
  
  .custom-header .custom-live-tracking {
  display:none;
  }
  
  .custom-header .custom-menu-top{
  display:none;
  }
  
  .custom-header .custom-menuu {
  display:none;
  }
  
  .e-paq .custom-footer-wrapper {
  display:none;
  }
  
  .e-paq .mobile-footer {
  display:block;
  }
  
  .blog .mobile-footer {
  display:block;
  }
  
  .custom-footer-wrapper .custom-copyright p {
    margin: 0;
  }
  .custom-footer-copyright .page-center>div>div {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    height: auto;
    padding-bottom: 70px;
  }
  .custom-copyright-menu ul {
    display: block !important;
    padding:0;
    margin:0;
  }
  .custom-copyright-menu ul li {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    width: 100%;
  }
  .custom-copyright-menu ul li:not(:last-child) {
    border-right: none;
  }
  .custom-copyright-menu ul li a {
    padding-top: 10px;
    color: #fff;
    padding-bottom: 10px;
    display: block;
  }
  .custom-footer-copyright {
    background: #005D69;
  }
  .custom-footer-wrapper {
    background: #005D69;
    
  
  }
  .footer-media h3 {
    color: #fff;
    display: block;
    font-family: "Proxima Nova W02 Medium",sans-serif;
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 21px;
    line-height: 1.3;
    display: none;
  }
  .custom-footer-wrapper .custom-footer-menu {
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
    width: 41.66667%;
    margin: 0;
    display: none;
  }
  .footer-contact a {
    display:none;
  }
  .custom-footer-wrapper .footer-media {
    width: 100%;
  }
  .custom-footer .page-center {
    padding-top: 29px;
    padding-bottom: 0;
    background: none;
  }
  .social-block__link--twitter:before {
    background-position-y: -65px!important;
  }
  ul.footer-social li a {
    border-color: #fff;
  }
  .social-block__link:before {
    background-position-y: -65px !important;
  }
  .social-block__link:before {
    background-position-y: -65px !important;
  }
  ul.footer-social {
    margin-bottom: 29px;
  }

  .custom-header .custom-search {
    display: none !important;
  }
  .custom-header-bar {
    display: none !important;
  }

  .custom-header .custom-menu {
    display: none !important;
  }
  .custom-header .custom-menu-main {
    display: none !important;
  }
  
.custom-header .header-logo {
  display: inline-block;
  width: 135px;
  text-align: left;
}

  .Intro-text {
  margin-top: 0.5rem;
}
  
  .header-text {
  margin-bottom: 0rem;
}
  .custom-header .page-center>div>div {
    padding: 0;
  }

  .top-bar__inner {
    padding-right: 20px;
    padding-left: 20px;
    background: #005D69;;
    padding: 20px;
  }


  span.tracking-panel__arrow.arrow {
    margin-left: 15px;
    display: inline-block;
    border-color: #000;
    border-style: solid;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 12px;
    height: 12px;
    border-width: 0 3px 3px 0;
    margin-top: 0;
  }

  .tracking-panel-top {
    background-color: #fff;
    font-size: 18px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 20px;
    padding-right: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    border-radius: 4px;
    cursor: pointer;
    color: #000;
    font-family: "Proxima Nova W08 Light",sans-serif;
    border: solid 2px #ececec;
    box-sizing: border-box;
    line-height: 1.5;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }

  .tracking-panel__icon-wrapper {
    width: auto;
  }
  .custom-menu-primary .hs-menu-wrapper > ul.hs-menu-children-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -o-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    transition: transform 350ms cubic-bezier(.55,0,.1,1);
  }

  .custom-menu-primary .hs-menu-wrapper > ul.dl-menuopen {
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -o-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    transition: transform 350ms cubic-bezier(.55,0,.1,1);
  }

  .custom-menu-primary .hs-menu-wrapper > ul.go-left {
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    -o-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    position:absolute;
  }

  .custom-menu-primary .hs-menu-wrapper > ul.hs-menu-children-wrapper.active {
    z-index: 2;
    -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);
    background-color: #fff;
    position: static !important;
    padding:0;
  }
  span.main-nav__top-heading {
    display: none;
  }

  span.arrow {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 12px;
    height: 12px;
    border-width: 0 3px 3px 0;
    display: inline-block;
    border-color: #ffed00;
    border-style: solid;

  }
  .main-nav__toggle {
    margin-left: -15px;
    position: relative;
    border: none;
    background: transparent;
    padding: 5px 10px 10px;
    width: auto;
    z-index: 1;
    position: absolute;
    cursor: pointer;
    right: 0;

  }
  .custom-header .custom-menu-primary .hs-menu-wrapper li.dl-back >a {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    padding-left: 10px !important;
    display: block;
    font-size: 15px;
    color: #000;
    text-transform: lowercase;
    font-family: "Proxima Nova W08 Light",sans-serif;

  }
  .custom-header .custom-menu-primary .hs-menu-wrapper li.dl-back >a:hover {
    text-decoration:underline;
  }  
  .custom-header .custom-menu-primary .hs-menu-wrapper li.dl-back  {
    background-color: #ffed00;
    padding:0;
  }
    ul.hs-menu-children-wrapper.active li {
    background=color: #ffed00;
  }
  .hs-menu-children-wrapper.active  {
    overflow: visible !important;
  }
  .hs-menu-children-wrapper.active >li>  a{
    font-family: "Proxima Nova W08 Light",sans-serif ;
    font-size: 18px ;
    padding: 3px 20px  !important;
    -webkit-transition: background-color 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: background-color 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: background-color 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    background-color: transparent;
    color: #000 ;
    display: block ;
    width:100%;
  }
  .hs-menu-children-wrapper.active >li>  a:hover{
    background-color: #fef200;
    text-decoration: underline;
  }
  .hs-menu-children-wrapper.active >li{
    padding-bottom: 20px;
  }
  ul.hs-menu-children-wrapper.active li.menu-active {
    padding-top: 20px;
  }
  li.hs-menu-item.hs-menu-depth-1.inner-tacking {
    padding-top: 20px;
    padding-bottom: 22px;
    padding-right: 20px;
    padding-left: 20px;
    background: #fff;
    width: calc(100% + 40px) !important;
    margin-left: -20px;
    margin-bottom: 12px;
  }

  li.hs-menu-item.hs-menu-depth-1.inner-tacking a {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tracking-panel__icon-wrapper {
    background-color: #fff;
    font-size: 18px;
  }

  a.tracking-panel__link.tracking-panel__link--standout.pull-out__cta {
    width: 100%;
    border: solid 2px #ececec;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    border-radius: 4px;
    cursor: pointer;
    color: #000;
    font-family: "Proxima Nova W02 Medium",sans-serif;
    background-color: #fff;
    font-size: 18px;
    padding-left: 20px !important;
  }
  span.tracking-panel__arrow.arrow {
    position: absolute;
    right: 9px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul{
    padding-top:0;

  }
  ul.hs-menu-children-wrapper.item-1 span.main-nav__top-heading {
    display: none !important;
  }
  ul.hs-menu-children-wrapper.item-1 li.tracking-inner> a {
    display: none !important;
  }
  .tracking-panel__group{
    padding-right:20px;

  }
  button.search-button.tracking-panel__button {
    right: 30px;
  }
  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.tracking {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #ffff;
    width: calc(100% + 40px);
    margin: 0 -20px;
    margin-bottom: 12px;
  }

  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.tracking >a {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    border-radius: 4px;
    cursor: pointer;
    color: #000;
    padding-left: 20px;
    font-family: "Proxima Nova W02 Medium",sans-serif;
    padding-right: 10px !important;
    border: solid 2px #ececec;
    box-sizing: border-box;
    padding-left: 20px !important;
    margin: 0 20px;
  }

  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.tracking .main-nav__toggle {
    right: 22px;
    top: 32px;
  }
  input#trackingId {
    min-width: 46px;
    padding: 15px 20px !important;
    background: #fff;
    border-radius: 4px;
    border: none;
    box-sizing: border-box;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.2);
    color: #000;
    font-family: "Proxima Nova W02 Medium",sans-serif;
    font-size: 14px;
    height: 46px;
    line-height: normal;
    letter-spacing: 1px;
    resize: none;
    width: 100%;
    -webkit-appearance: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li + li > a:hover {
    text-decoration: underline;
  }
  ul.hs-menu-children-wrapper.item-3.active >li >a {
    width: 100%;
    padding: 3px 20px !important;
    font-weight: normal;
    font-family: "Proxima Nova W08 Light",sans-serif;
  }

  ul.hs-menu-children-wrapper.item-3.active >li >a {
    width: 100%;
    padding: 3px 20px !important;
    font-weight: normal;
    font-family: "Proxima Nova W08 Light",sans-serif;
  }

  ul.hs-menu-children-wrapper.item-3.active >li {
    padding-top: 20px;
    padding-bottom: 1px;
    background-color: #005d69;  
  }

  ul.hs-menu-children-wrapper.item-3.active >li >a:hover {
    background-color: #fef200;
    text-decoration: underline;
  }

  ul.hs-menu-children-wrapper.item-3.active >li:last-child {
    padding-bottom: 0px;
  }
}


@media (max-width: 870px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  .blog .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  .card-grid__search form {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 40px;
  }
  .card-grid__search {
    flex-direction: column;
    flex-grow: unset;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .masonry__row.masonry__row--large-left {
    flex-flow: column nowrap;
  }
  .card-grid__row {
    flex-flow: column nowrap;
  }
  .masonry__row {
    flex-flow: column nowrap;
  }
  button.filter-button {
    width: 100%;
  }
  .card-grid__search .inner-input {
    width: 100%;
    max-width: 100%;
  }
  .blog-pagination a {
    width: 100%;
    margin: 0;
    flex: unset;
  }
  .post-body.clearfix {
    padding-right: 25px;
    padding-left: 25px;
  }
  .blog-out-wrapper {
    padding-bottom: 0;
  }
  .form-content {
    width: calc(100% - 40px);
  }
  .topic-content {
    width: calc(100% - 40px);
  }
  .hs-featured-image-wrapper-post {
    width: 100%;
  }
  .section.post-body {
    width: 100%;
  }
  .widget-type-cell.post-contact-us {
    width: 100%;
    padding: 0;
    padding-bottom: 80px;
  }
  .download-block:before,.download-block:after{
    display:none;
  }
  .download-block__content {
    margin: 0 auto;
    width:100%;
  }
  .tags-social {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    margin-bottom: 40px;
  }
  .related-post-item {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 400px;
    padding-left: 0;
    padding-right: 0;
  }
  .related-post-wrapper {
    margin-top: -20px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align: ce
    margin-right: 0px;
    margin-left: 0px;
    position: relative;
  }
  .related-post-wrapper h3 {
    text-align: center;
    padding-bottom: 50px;
    font-size: 26px;
  }
  .body-container-wrapper:after{
    display:none;
  }
  
  .custom-footer-copyright {
    overflow: hidden;
  }

  .custom-footer-wrapper {
    overflow: hidden;
  }
  .content-section {
    display: block;
    text-align: center;
    padding: 30px;
  }
  .download-block__content {
    padding-bottom: 30px;
  }
  .masonry__row--large-left .masonry__item:first-child {
    margin-right: 0;
  }
  .masonry__row--equal .masonry__item {
    margin-right: 0;
  }

}  

@media (max-width: 639px) {

  .post-item {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .custom-topic-area a {
    width: 100%;
  }
  .section.post-header h1 {
    font-size: 36px;
  }

  .section.post-body {
    padding: 0;
  }
}

/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
 
  
  .e-paq .custom-footer-wrapper{
  display:none;
  }
  
  .e-paq .mobile-footer {
  display:block;
  }
  
  .blog .custom-footer-wrapper{
  display:none;
  }
  
  .blog .mobile-footer {
  display:block;
  }
  
  .hs-featured-image-wrapper-post {
    padding-right: 0;
    padding-left: 0;
  }
  
  .body-pillar .page-text-top {
  margin-top:0px;
  }
  

  .custom-footer-copyright:after {
    width: 22%;

  }
  .hs-blog-post .body-container-wrapper {
    padding-left: 0 !important;
    padding-right: 0px !important;
  }
}

  .homepage-services .big-img-pillar {
   width: 90%;
   padding-left:25px;
  }

@media (max-width: 330px){
  a.search-button.search-button--inverted.site-search__submit {
    margin-right: 38px;
  }
}


/* Blog post bullet styling */

.blog-section .post-body ul>li::before {
  color: #fef200;
  content: "\2022";
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  font-size: 30px; /* size of bullet point */
}


.blog-section .post-body ul>li{
  list-style-type: none;
  list-style: none;

}

/* Additional styling to make content boxes in Optimise Your Business Module section line up in blog listing template */

.masonry__row--equal .masonry__item:last-child{
  margin-right: 0px;
}


.masonry__row--equal .masonry__item:nth-child(2) {
  margin-right: 22px;
}

}

.padding-top50 {
  padding-top: 50px;
}