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


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%7CRaleway%3A400%2C600%2C700&ver=5.1.1'); 
/* 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 */
}

/* 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: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
  font-size: 10px !important;
  line-height: 18px !important;
  font-weight: normal !important;
} 
#caldays {
  margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed)*/
@media only screen and (max-width: 767px){
  .hs-responsive-embed,
  .hs-responsive-embed.hs-responsive-embed-youtube,
  .hs-responsive-embed.hs-responsive-embed-wistia,
  .hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-responsive-embed iframe, 
  .hs-responsive-embed object, 
  .hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-top: 0px;
  padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto;
}
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.com/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.com/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,
html {
  background: #fff;
  font: normal normal 300 14px / 24px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  word-spacing: normal;
  color: #666666;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1188px;
  margin: 0 auto;
  padding-left: 44px;
  padding-right: 44px;
}




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

/* Basic text */
p {
  margin-top: 0px;
  margin-bottom: 10px;
} 
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 {
  margin-top: 0px;  
  color: #3a3a3a;
  margin-bottom: 10px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font: normal normal 300 36px / 42px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
h2 {
  color: #333333;
  font: normal normal 300 36px / 42px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
h3 {
  font: normal normal 300 24px / 30px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
h4 {
  font: normal normal 300 18px / 24px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
h5 {
  font: normal normal 300 15px / 23px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
h6 {
  font: normal normal 300 13px / 23px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
}

/* Anchor Links */
a {    
  text-decoration: underline;
  color: #00a0e0;
}
p a:visited {
  color: #7f1c6d;
}
a:hover, a:focus { 
  color: #7f1c6d;
  text-decoration: none;
}

/* Lists */
.body-container ul:not([class]) {
  margin:0;
  padding:0;
  list-style:none;
}
.body-container ul:not([class]) li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  list-style: none;
}
.body-container ul:not([class]) li:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  width: 13px;
  height: 13px;
  content: "";
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  background-color: #7f1c6d;
  top: 5px;
  margin-top: 0;
  background: #7f1c6d;
  background: -moz-linear-gradient(30deg,#7f1c6d 0%,#00a0e0 100%);
  background: -webkit-gradient(linear,left bottom,right top,color-stop(0%,#7f1c6d),color-stop(100%,#00a0e0));
  background: -webkit-linear-gradient(30deg,#7f1c6d 0%,#00a0e0 100%);
  background: -o-linear-gradient(30deg,#7f1c6d 0%,#00a0e0 100%);
  background: -ms-linear-gradient(30deg,#7f1c6d 0%,#00a0e0 100%);
  background: linear-gradient(30deg,#7f1c6d 0%,#00a0e0 100%);
}
.body-container ul:not([class]) li:after {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  width: 13px;
  height: 13px;
  content: "";
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  background-image: url('//cdn2.hubspot.net/hubfs/5980525/EngageConsulting_June2019/images/li.svg');
  top: 0;
  margin-top: 0;
  height: 13px;
  background-position: 0 center;
  top: 5px;
  margin-top: 0;
}
ol {
  padding-left: 17px;
}


/* Block Quotes */
blockquote {
  padding: 25px 30px;
  margin: 0 0 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #3a3a3a;
  font: normal normal 300 15px / 23px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  background-color: rgba(102,102,102,0.08);
}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}
.display-none {
  display:none !important;
}
.display-block {
  display:block !important;
}

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

.top-header {
  opacity: 1 !important;
  visibility: visible !important;
  min-height: 30px !important;
  background: #424242 none repeat center center;
  color: #eaeaea;
  font-size: 12px;
  line-height: 20px;
}

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

.header-contacts ul:after {
  content: '';
  display: block;
  clear: both;
}

.header-contacts ul li {
  float: left;
  vertical-align: middle;
  background-position: 0 center;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  padding-left: 18px;
  margin: 0;
  white-space: nowrap;
  font-size: inherit;
  line-height: inherit;
  margin-right: 20px;
  margin-left: 0;
}

.header-contacts ul li a {
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  color: #eaeaea;
}

.header-contacts ul li:first-child {
  background-image: url(//cdn2.hubspot.net/hubfs/5980525/EngageConsulting_June2019/images/call.svg);
}

.header-contacts ul li:nth-child(2) {
  background-image: url(//cdn2.hubspot.net/hubfs/5980525/EngageConsulting_June2019/images/mail.svg);
  padding-left: 22px;
}

.header-contacts {
  margin: 0 !important;
  width: auto !important;
}

.social-links {
  width: auto !important;
  margin: 0 !important;
}

.contact-social-group {
  width: auto !important;
  margin: 0 !important;
}

.menusearch-group {
  float: right !important;
  margin: 0 !important;
  width: auto !important;
}

.social-links a {
  width: 22px;
  height: 22px;
  float: left;
  margin: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #eaeaea;
  line-height: 22px;
  background-color: #969696;
}

.social-links a .icon {
  fill: #424242;
}

.soc-ico.custom-bg.hover-accent-bg:after {
  content: '';
  display: block;
  clear: both;
}

.header-contacts {
  padding: 5px 0 5px;
}
.social-links {
  padding: 2px 0 0;
}
.mini-search>a {
  color: #eaeaea;
  text-decoration: none;
  padding-left: 22px;
  border: none;
  background-color: transparent;
  position: relative;
  margin: 5px 0 0;
  display: block;
}

.second-menu {
  width: auto !important;
  margin: 0 !important;
}

.header-search {
  width: auto !IMPORTANT;
  margin: 0 !important;
}

.mini-search>a:before {
  position: absolute;
  top: 50%;
  left: 0;
  height: 16px;
  width: 16px;
  margin-top: -8px;
  content: "";
  background-position: 0 center;
  background-repeat: no-repeat;
  background-image: url(//cdn2.hubspot.net/hubfs/5980525/EngageConsulting_June2019/images/search-icon.svg);
}

.second-menu li.hs-menu-item.hs-menu-depth-1 {
  margin: 0 16px 0 0;
  float: none !important;
  display: inline-block;
}

.second-menu li.hs-menu-item.hs-menu-depth-1:last-child {
  margin: 0;
}

.second-menu li.hs-menu-item.hs-menu-depth-1 a {
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  color: #eaeaea;
}

.second-menu {
  padding: 5px 20px 0 0;
}

.second-menu .hs-menu-wrapper>ul {
  display: block;
}

.top-header a:hover {
  text-decoration: underline !important;
}

.social-links a:hover {
  background: #7f1c6d;
  background: linear-gradient(30deg,#7f1c6d 0%,#00a0e0 100%);
}

.social-links a:hover svg.icon {
  fill: #fff;
}
.custom-header {
  background: #ffffff none repeat center top;
  background-size: auto;
  -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
  position: relative;
}

.custom-logo {
  padding: 18px 0;
  width: auto !important;
}

.custom-menu-primary {
  width: auto !important;
  float: right !important;
  margin: 0 !important;
}
.overlay-door {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  visibility: hidden;
  width: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width .5s .3s,visibility 0s .8s;
  transition: width .5s .3s,visibility 0s .8s;
  padding: 30px;
  background: rgba(127,28,109,0.98);
  background: -moz-linear-gradient(30deg,rgba(127,28,109,0.98) 0%,rgba(0,160,224,0.98) 100%);
  background: -webkit-gradient(linear,left bottom,right top,color-stop(0%,rgba(127,28,109,0.98)),color-stop(100%,rgba(0,160,224,0.98)));
  background: -webkit-linear-gradient(30deg,rgba(127,28,109,0.98) 0%,rgba(0,160,224,0.98) 100%);
  background: -o-linear-gradient(30deg,rgba(127,28,109,0.98) 0%,rgba(0,160,224,0.98) 100%);
  background: -ms-linear-gradient(30deg,rgba(127,28,109,0.98) 0%,rgba(0,160,224,0.98) 100%);
  background: linear-gradient(30deg,rgba(127,28,109,0.98) 0%,rgba(0,160,224,0.98) 100%);
}

.overlay-close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 100;
  overflow: hidden;
  width: 34px;
  height: 34px;
  outline: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
  text-indent: 200%;
  opacity: 0;
  -webkit-transition: opacity .3s .5s;
  transition: opacity .3s .5s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-image: url(//cdn2.hubspot.net/hubfs/5980525/EngageConsulting_June2019/images/overlay-close.svg);
  cursor: pointer;
}

.overlay-door.open {
  visibility: visible;
  width: 100%;
  -webkit-transition: width .5s;
  transition: width .5s;
}

.overlay-door.open .overlay-close {
  opacity: 1;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.overlay-close:hover {
  background-image: url(//cdn2.hubspot.net/hubfs/5980525/EngageConsulting_June2019/images/overlay-close-hover.svg);
}

form.searchform {
  position: relative;
  top: 50%;
  width: 560px;
  max-width: 100%;
  margin: -35px auto 0;
  opacity: 0;
  -webkit-transition: opacity .3s .5s;
  transition: opacity .3s .5s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.open form.searchform {
  opacity: 1;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

form.searchform input.field.searchform-s {
  width: 560px;
  height: 70px;
  margin-bottom: 0;
  padding-right: 50px;
  background: 0 0;
  border: 3px solid rgba(255,255,255,.5);
  color: #fff!important;
  font: normal normal 300 24px / 30px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  max-width: 100%;
}

form.searchform .searchsubmit {
  display: none;
}

form.searchform #trigger-overlay {
  position: absolute;
  top: 2px;
  right: 15px;
  width: 40px;
  height: 70px;
  padding: 0;
  background-position: 0 center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  background-size: 40px 40px;
  background-image: url(//cdn2.hubspot.net/hubfs/5980525/EngageConsulting_June2019/images/search-input-overlay.svg);
}

.overlay-door input[type=text]:focus {
  color: #fff!important !important;
  background-color: rgba(255,255,255,.2) !important;
}

.overlay-door input[type=text]::-webkit-input-placeholder {
  color: #fff
}

.overlay-door input[type=text]:-moz-placeholder {
  color: #fff
}

.overlay-door input[type=text]::-moz-placeholder {
  color: #fff
}

.overlay-door input[type=text]:-ms-input-placeholder {
  color: #fff
}

.overlay-door input[type=text]:input-placeholder {
  color: #fff
}

.logo-wrapper.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 100;
  background: #ffffff;
  background-color: #ffffff;
  min-height: 64px;
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.25);
  -moz-box-shadow: 0 0 6px rgba(0,0,0,0.25);
  box-shadow: 0 0 6px rgba(0,0,0,0.25);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  opacity: 0;
  visibility: hidden;
}

.logo-wrapper.fixed .custom-menu-primary .hs-menu-wrapper>ul>li {
  height: 64px;
  line-height: 64px;
  min-height: 64px;
}

.logo-wrapper.fixed .custom-logo {
  padding: 7px 0 7px;
}

.logo-wrapper.fixed .page-center {
  padding: 0 40px;
}

.logo-wrapper.fixed .custom-menu-primary .hs-menu-wrapper>ul {
  padding: 0;
}

.scrolled .logo-wrapper.fixed {
  opacity: 1;
  visibility: visible;
}
















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

.body-container-wrapper {}
.body-container {}

.content-wrapper {
  padding-top:25px;
  padding-bottom:25px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}
.hs-banner {
  background-attachment: fixed;
  background-position: 50% 81px;
  min-height: 250px;
  opacity: 1;
  background-color: rgb(26, 160, 224);
  background-size: auto;
  background-repeat: no-repeat;
}

.banner-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 250px;
}

.hs-banner .page-center {
  display: table;
  width: 100%;
  min-height: 250px;
}

.banner-content {
  overflow: hidden;
  padding: 5px 0;
  margin-top: 5px;
  margin-bottom: 5px;
}

.hs-banner h1 {
  margin: 5px 0;
  padding: 0;
  color: #ffffff;
}

.hs-banner h2 {
  margin: 0;
  padding: 5px 0;
  color: #fff;
  font: normal normal 300 18px / 24px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}


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

.footer-container-wrapper {}
.footer-container {}

.custom-footer {
  background-color: #000000;
  font-size: 12px;
  line-height: 20px;
  color: #6b6b6b;
}

.custom-footer .page-center>div>.row-fluid {
  display: table;
  min-height: 60px;
}

.custom-footer .page-center>div>.row-fluid>div {
  display: table-cell;
  width: auto;
  vertical-align: middle;
  float: none;
  margin: 0;
}

.widget-span.footer-logo {
  padding: 10px 10px 10px 0;
  font-size: 0;
}

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

.custom-footer a {
  color: inherit;
  text-decoration: none;
}

.custom-footer a:hover {
  text-decoration: underline;
}

.custom-footer p:last-child {
  margin: 0;
}

.footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: block;
  float: right;
}

.footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul>li+li {
  margin: 0 0px 0 16px;
}

.footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul>li {
  display: inline-block !important;
  float: none !important;
  width: auto !important;
}
.footer-logo img {
  width: 24px;
  max-width: 24px;
}
a.scroll-top {
  position: fixed;
  bottom: 15px;
  width: 44px;
  height: 44px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #000;
  background-color: rgba(0,0,0,0.2);
  right: 15px;
  opacity: 1;
  z-index: 109;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

a.scroll-top:hover {
  background-color: #000;
  background-color: rgba(0,0,0,0.5);
}

a.scroll-top:before {
  display: block;
  width: 44px;
  height: 44px;
  content: "";
  background-image: url(//cdn2.hubspot.net/hubfs/5980525/EngageConsulting_June2019/images/to-top.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
  display: block;
  padding: 1px 0 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  display: inline-block;
  margin: 0 15px;
  height: 130px;
  min-height: 130px;
  line-height: 130px;
  float: none !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
  margin-right: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  border: 1px solid transparent;
  padding: 4px 0 6px;
  display: inline-block;
  text-decoration: none;
  text-align: left;
  font: normal normal 300 14px / 18px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #919191;
  text-transform: uppercase;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  opacity: 0;
  -webkit-transition: height .3s,opacity .3s,-webkit-transform .3s;
  transition: height .3s,opacity .3s,-webkit-transform .3s;
  transition: height .3s,opacity .3s,transform .3s;
  transition: height .3s,opacity .3s,transform .3s,-webkit-transform .3s;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  background-color: #7f1c6d;
  background: #7f1c6d;
  background: linear-gradient(30deg,#7f1c6d 0%,#00a0e0 100%);
  bottom: 1px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover>a:after,.custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a:after {
  height: 2px;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover>a,.custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a {
  color: #222222;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:before {
  position: absolute;
  display: inline-block;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  content: "";
  opacity: .3;
  background-repeat: no-repeat;
  background-position: right center;
  right: -11px;
  background-image: url(//cdn2.hubspot.net/hubfs/5980525/EngageConsulting_June2019/images/has-child.svg);
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper>ul ul {
  width: 330px;
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
  background-color: rgba(255,255,255,0.97);
  font: normal normal 300 14px / 24px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  word-spacing: normal;
  color: #666666;
  padding: 10px 0;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li {
  display: block;
  position: relative;
  padding: 0 10px;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a {
  text-align: left;
  text-decoration: none;
  display: block;
  border-right: solid 1px transparent;
  border-left: solid 1px transparent;
  margin: 0 0 2px -1px;
  padding: 8px 30px 8px 10px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  font: normal 300 14px / 18px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  color: #919191;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
  background-color: rgba(145,145,145,0.07);
  color: #7f1c6d;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a:hover>span {
  background: -webkit-gradient(linear,left top,right top,color-stop(32%,#7f1c6d),color-stop(100%,#00a0e0));
  background: -webkit-linear-gradient(left,#7f1c6d 32%,#00a0e0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* 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;
}
.tinynav { display: none; }
/* Fix menu disappearing on desktop after toggling mobile menu */
@media (min-width:1201px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul,
  .top-header{ 
    display:block !important;
  }
  .display-block-mobile,
  .tiny-wrapper,
  .top-bar-arrow {
    display:none !important;
  }
  .hs-banner.listing-banner, 
  .hs-banner.listing-banner .page-center,
  .hs-banner.listing-banner .banner-inner {
    min-height: 200px;
  }
  .banner-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 250px;
  }

}


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

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 1200px) {
  .custom-header.lp:before {
    display: block;
    width: 100%;
    content: '';
    height: 26px;
    background: #424242;
  }

  .display-none-mobile,
  .logo-wrapper.fixed,
  .second-menu .hs-menu-wrapper>ul.l_tinynav1 {
    display:none !important;
  }
  .logo-wrapper.fixed {
    display: none !important;
  }

  .hs-banner {
    min-height: 1px;
  }

  .hs-banner .page-center {
    padding: 20px 44px;
    text-align: center;
    min-height: 1px;
    display: block;
  }

  .hs-banner {
    background-image: none !important;
  }

  .banner-inner {
    display: block;
    min-height: 1px;
  }

  .tinynav { 
    display: block; 
  }

  .header-container .custom-menu-primary .hs-menu-flow-horizontal > ul {
    display: none !important; 
  }
  .top-bar-arrow {
    position: relative;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 26px;
    background: #424242;
    cursor: pointer;
  }

  .widget-span.top-header {
    float: none;
    min-height: 0 !important;
    display: none;
  }

  .top-bar-arrow::after {
    position: absolute;
    left: 50%;
    bottom: 8px;
    margin-left: -7px;
    width: 0;
    height: 0;
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid red;
    border-top-color: #eaeaea;
  }

  .top-bar-arrow.open:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid red;
    border-bottom-color: #eaeaea;
    border-top: 0;
  }
  .top-header .page-center > .row-fluid-wrapper {
    padding-top: 10px;
    padding-bottom: 3px;
    text-align: center;
  }

  .contact-social-group,
  .header-contacts,
  .social-links,
  .menusearch-group,
  .second-menu,
  .header-search {
    width: auto !important;
    float: none !important;
    display: inline-block !important;
    vertical-align: middle;
    margin: 4px 8px !important;
  }

  .header-contacts {
    padding: 0;
  }

  .header-contacts ul li {
    margin: 5px 10px;
  }

  .second-menu {
    padding: 0;
  }

  .second-menu select.tinynav1 {
    display: inline-block;
    -webkit-appearance: menulist-button;
    width: 120px;
    position: absolute;
    opacity: 0;
    height: 31px;
    font-size: 12px;
    visibility: visible;
    left: 0;
    margin: 0;
  }

  .tiny-wrapper {
    position: relative;
    margin: 0;
  }

  .tiny-trigger:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    content: "";
    background-position: 0 center;
    background-repeat: no-repeat;
    background-image: url(//cdn2.hubspot.net/hubfs/5980525/EngageConsulting_June2019/images/mob-trigger-1.svg);
  }

  .tiny-trigger {
    padding-left: 20px;
    background: 0 0;
    color: #eaeaea;
  }

  .mini-search > a {
    margin: 0;
  }

  .widget-span.menusearch-group,
  .widget-span.header-contacts,
  .widget-span.contact-social-group {
    margin: 0 !important;
  }

  .tiny-wrapper:hover {
    text-decoration: underline;
    cursor: pointer;
  }
  .custom-logo img.hs-image-widget {
    width: 143px !important;
  }

  .custom-logo {
    padding: 20px 0 20px;
  }


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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 60px;
    width: auto;
    height: auto;
    min-height: 24px;
    padding: 10px 0 10px 16px;
    text-decoration: none;
    line-height: 24px;
    color: #9b9a99;
    background-color: #ffffff;
    margin-top: -23px;
  }
  .logo-wrapper .page-center {
    position: relative;
  }

  .mobile-trigger i {
    vertical-align: middle;
    margin: -3px 6px 0 0;
    position: relative;
    font: normal normal bold 15px/20px Arial,Verdana,sans-serif;
    text-transform: uppercase;
  }

  .mobile-trigger i, .mobile-trigger i:after, .mobile-trigger i:before {
    display: inline-block;
    width: 18px;
    height: 3px;
    border-radius: 2px;
    transition: .3s;
    background-color: #9b9a99;
  }

  .mobile-trigger i:after, .mobile-trigger i:before {
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 1.5px center;
    transform-origin: 1.5px center;
  }

  .mobile-trigger:hover i:before {
    top: 6px;
  }

  .mobile-trigger:hover i:after {
    top: -6px;
  }

  .mobile-trigger i:before {
    top: 5px;
  }

  .mobile-trigger i:after {
    top: -5px;
  }

  .mobile-open .mobile-trigger i {
    background: 0 0;
  }

  .mobile-open .mobile-trigger i:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 20px;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
  }

  .mobile-open .mobile-trigger i:before {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 20px;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
  }
  #site-wrapper {
    overflow: hidden;
  }
  .dl-menuwrapper .dl-menu,
  .dl-menuwrapper .dl-submenu {
    right: 0;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.15);
    background-color: #ffffff;
  }

  .dl-menuwrapper {
    width: 280px;
    margin: 0 !important;
    float: right;
    top: -28px;
    z-index: 99;
  }

  .dl-menuwrapper li a {
    display: block;
    position: relative;
    padding: 13px 0;
    margin: 0 20px;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    outline: 0;
    color: #919191;
    font: normal 300 16px / 20px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
    text-decoration: none;
    text-transform: capitalize;
  }

  .dl-menuwrapper li {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgba(145,145,145,0.1);
  }

  .dl-menuwrapper li a:hover span {
    background: -webkit-gradient(linear,left top,right top,color-stop(32%,#7f1c6d),color-stop(100%,#00a0e0));
    background: -webkit-linear-gradient(left,#7f1c6d 32%,#00a0e0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .dl-menuwrapper li a:hover {
    color: #7f1c6d;
  }
  .dl-menuwrapper li.dl-back > a {
    text-align: center;
    text-transform: none;
    padding: 13px 0;
    background-color: rgba(145,145,145,0.05) !important;
    margin: 0;
  }

  .dl-menuwrapper li.dl-back:after {
    display: none;
  }

  .dl-menuwrapper li.dl-back > a span:before {
    display: block;
    position: absolute;
    left: -16px;
    top: 50%;
    width: 10px;
    height: 7px;
    margin-top: -2.5px;
    content: "";
    background-image: url(//cdn2.hubspot.net/hubfs/5980525/EngageConsulting_June2019/images/back-trigger.svg);
  }

  .dl-menuwrapper li.dl-back > a span {
    position: relative;
  }

  .dl-menuwrapper li.dl-back > a:hover span:before {
    background-image: url(//cdn2.hubspot.net/hubfs/5980525/EngageConsulting_June2019/images/back-trigger-hover.svg);
  }

  ul.hs-menu-children-wrapper.dl-submenu {
    top: 0 !important;
  }
  .dl-menuwrapper li.dl-back:after, .dl-menuwrapper li > a:not(:only-child):after {
    position: absolute;
    display: block;
    right: -5px;
    top: 50%;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    content: "";
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: rgba(145,145,145,0.1);
    background-image: url(//cdn2.hubspot.net/hubfs/5980525/EngageConsulting_June2019/images/child-trigger.svg);
  }
  .custom-mobile-menu {
    min-height: 0 !important;
  }

  .dl-menuwrapper .dl-menu {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header-contacts ul {
    text-align: center;
  }

  .header-contacts ul li {
    float: none;
  }
}



/* ==========================================================================
5. BLOG                                        
========================================================================== */
.hs-banner.listing-banner {
  background-color: rgb(147, 33, 128);
}

.listing-content-wrapper {
  padding: 35px 15px;
  position: relative;
}
.hs-author-avatar>img {
  max-width: 50px;
  margin: 0 0 15px;
}
.custom_listing_comments {
  padding: 10px;
  border: 1px solid #ccc;
}

.post-banner {
  background-color: #f6f6f6;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wf-table {
  display: table;
}

.post-banner .hgroup {
  overflow: hidden;
  padding: 5px 0;
}

.wf-td {
  vertical-align: middle;
}

.post-banner .wf-table {
  width: 100%;
}

.post-banner h1 {
  font: normal normal 300 36px / 42px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  color: #3a3a3a;
  margin: 5px 0;
}

.assistive-text {
  position: absolute!important;
  clip: rect(1px,1px,1px,1px);
}

.text-normal {
  font-size: 13px;
  line-height: 22px;
}

.breadcrumbs {
  list-style: none;
}

.post-banner .breadcrumbs {
  text-align: right;
  float: right;
  color: #bfbfbf;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.breadcrumbs li {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  margin-left: 8px;
}

.breadcrumbs li:first-child {
  padding-left: 0;
  margin-left: 0;
  background: 0 0!important;
}

.breadcrumbs a {
  color: #bfbfbf;
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.post-banner .wf-wrap.page-center {
  width: 100%;
}

.hs-byline-wrapper .wf-container-top {
  border-bottom: 1px solid;
  display: table;
  width: 100%;
  padding: 10px 0 10px;
  border-color: rgba(102,102,102,0.15);
}

.hs-byline-wrapper .entry-meta {
  overflow: hidden;
  display: table-cell;
  padding: 0;
  margin-bottom: 0;
  vertical-align: middle;
  font-size: 13px;
  line-height: 22px;
}

.entry-meta a {
  position: relative;
  display: inline-block;
  margin: 0 1px 0 6px;
  padding-left: 10px;
  text-decoration: none;
  -webkit-transition: all 0.05s linear 0.05s;
  -moz-transition: all 0.05s linear 0.05s;
  -ms-transition: all 0.05s linear 0.05s;
  -o-transition: all 0.05s linear 0.05s;
  color: rgba(102,102,102,0.5);
}

.entry-meta>a,.entry-meta>span {
  margin-right: 20px;
  margin-left: 0;
  padding-left: 25px;
  background-position: 0 center;
  background-repeat: no-repeat;
}

.hs-byline-wrapper .entry-meta>a:first-child {
  background-image: url(//cdn2.hubspot.net/hubfs/5980525/EngageConsulting_June2019/images/date.svg);
}

.hs-byline-wrapper .category-link {
  background-image: url(//cdn2.hubspot.net/hubfs/5980525/EngageConsulting_June2019/images/category-icon.svg);
}

.hs-byline-wrapper .category-link a {
  padding: 0;
  margin: 0;
}

.hs-byline-wrapper a.author {
  background-image: url(//cdn2.hubspot.net/hubfs/5980525/EngageConsulting_June2019/images/person-circle.svg);
}
.single-navigation-wrap {
  float: right;
  margin-right: -6px;
}

.navigation-inner a {
  float: left;
  width: 12px;
  height: 12px;
  padding: 5px 6px;
  background-repeat: no-repeat;
  display: inline-block;
  box-sizing: content-box;
}

.back-to-list, .navigation-inner .next-post, .navigation-inner .prev-post {
  background-position: center center;
}

.navigation-inner .prev-post {
  padding-right: 4px;
}

.navigation-inner a.disabled, .project-navigation .disabled, .project-navigation .disabled:hover {
  opacity: .4;
}

.back-to-list {
  background-image: url(//cdn2.hubspot.net/hubfs/5980525/EngageConsulting_June2019/images/back-to-list.svg);
}

.back-to-list:hover {
  background-image: url(//cdn2.hubspot.net/hubfs/5980525/EngageConsulting_June2019/images/back-to-list-hover.svg);
}

.navigation-inner .next-post, .navigation-inner .next-post.disabled:hover {
  background-image: url(//cdn2.hubspot.net/hubfs/5980525/EngageConsulting_June2019/images/next-post.svg);
}

.navigation-inner .next-post:hover {
  background-image: url(//cdn2.hubspot.net/hubfs/5980525/EngageConsulting_June2019/images/next-post-hover.svg);
}

.navigation-inner .prev-post, .navigation-inner .prev-post.disabled:hover {
  background-image: url(//cdn2.hubspot.net/hubfs/5980525/EngageConsulting_June2019/images/prev-post.svg);
}

.navigation-inner .prev-post:hover {
  background-image: url(//cdn2.hubspot.net/hubfs/5980525/EngageConsulting_June2019/images/prev-post-hover.svg);
}

.navigation-inner .prev-post {
  padding-right: 4px;
}
.entry-meta a:hover {
  text-decoration: underline;
}

.entry-meta a:hover {
  text-decoration: underline;
}

.hs-byline-wrapper {
  margin: 0 0 20px;
}

.hs-featured-image-wrapper {
  margin: 0 0 10px;
}

.hs-featured-image-wrapper .hs-featured-image-post {
  display: inline-block;
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.hs-featured-image-post i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 450ms ease;
  -moz-transition: all 450ms ease;
  -ms-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  background-color: rgba(127,28,109,0.6);
  background: rgba(127,28,109,0.6);
  background: -moz-linear-gradient(30deg,rgba(127,28,109,0.6) 0%,rgba(0,160,224,0.6) 100%);
  background: -webkit-gradient(linear,left bottom,right top,color-stop(0%,rgba(127,28,109,0.6)),color-stop(100%,rgba(0,160,224,0.6)));
  background: -webkit-linear-gradient(30deg,rgba(127,28,109,0.6) 0%,rgba(0,160,224,0.6) 100%);
  background: -o-linear-gradient(30deg,rgba(127,28,109,0.6) 0%,rgba(0,160,224,0.6) 100%);
  background: -ms-linear-gradient(30deg,rgba(127,28,109,0.6) 0%,rgba(0,160,224,0.6) 100%);
  background: linear-gradient(30deg,rgba(127,28,109,0.6) 0%,rgba(0,160,224,0.6) 100%);
}

.hs-featured-image-post i:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  background-image: url(//cdn2.hubspot.net/hubfs/5980525/EngageConsulting_June2019/images/l-trigger.svg);
}

.hs-featured-image-post:hover i {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.entry-tags {
  display: block;
  overflow: hidden;
  padding: 20px 0 15px;
  font-size: 12px;
  line-height: 20px;
}

.entry-tags a {
  position: relative;
  float: left;
  margin: 5px 10px 0 13px;
  padding: 3px 7px 3px 12px;
  border: none;
  text-decoration: none;
  font-family: Arial,sans-serif;
  font-size: 12px;
  line-height: 19px;
  color: #3a3a3a;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: rgba(102,102,102,0.11);
}

.entry-tags a:before {
  top: 0;
  left: -13px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-right: 13px solid red;
  border-bottom: 13px solid transparent;
  border-right-color: rgba(102,102,102,0.11);
  position: absolute;
  content: "";
}

.entry-tags a:after {
  left: -2px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  position: absolute;
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ffffff none repeat center top;
}

.entry-tags a:hover {
  background: #7f1c6d;
  background: -moz-linear-gradient(left,#7f1c6d 0%,#00a0e0 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#7f1c6d),color-stop(100%,#00a0e0));
  background: -webkit-linear-gradient(left,#7f1c6d 0%,#00a0e0 100%);
  background: -o-linear-gradient(left,#7f1c6d 0%,#00a0e0 100%);
  background: -ms-linear-gradient(left,#7f1c6d 0%,#00a0e0 100%);
  background: linear-gradient(to right,#7f1c6d 0%,#00a0e0 100%);
  color: #fff;
}

.entry-tags a:hover:before {
  border-right-color: #7f1c6d;
}

.hs-related-posts .fancy-posts-title.title-left {
  margin-top: 60px;
  margin-bottom: 34px;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: 0 center;
  position: relative;
  overflow: hidden;
  font-size: 13px;
  line-height: 22px;
  color: rgba(102,102,102,0.5);
  background-image: url(//cdn2.hubspot.net/hubfs/5980525/EngageConsulting_June2019/images/img.svg);
}

.hs-related-posts .dt-fancy-title {
  display: inline-block;
  top: 50%;
  position: relative;
  padding-left: 0;
}

.hs-related-posts .separator-holder {
  position: absolute;
  display: block;
  top: 50%;
  width: 2000px;
  border-top: 1px solid red;
  content: '';
  left: 100%;
  margin-left: 1em;
  border-color: rgba(102,102,102,0.15);
}

.hs-related-posts .wf-container {
  font-size: 0;
  line-height: 0;
  word-spacing: -4px;
  margin: 0 -22px;
  padding: 0;
}

.hs-related-posts .items-grid {
  margin-bottom: -15px;
}

.hs-related-posts .wf-container:after,.hs-related-posts #main-nav:after {
  content: "";
  display: table;
  clear: both;
}

.hs-related-posts .wf-cell {
  display: inline-block;
  vertical-align: top;
  padding: 0 22px;
  margin-bottom: 20px;
  font: normal normal 300 14px / 24px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  word-spacing: normal;
  color: #666666;
}

.hs-related-posts .wf-1-2,.hs-related-posts .wf-2-4,.hs-related-posts .wf-span-6 {
  width: 50%;
}

.hs-related-posts {
  margin: 0 0 50px;
}

.hs-related-posts .items-grid .borders {
  position: relative;
}

.hs-related-posts .items-grid .borders:before {
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  content: "";
}

.hs-related-posts .items-grid article {
  overflow: hidden;
}

.hs-related-posts .items-grid .wf-td {
  display: table-cell;
  vertical-align: top;
}

.hs-related-posts .items-grid .alignleft {
  margin: 5px 20px 5px 0;
  font-size: 0;
  line-height: 0;
  position: relative;
  overflow: hidden;
  display: block;
}

.hs-related-posts img {
  max-width: 60px;
}

.hs-related-posts .items-grid .alignleft i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all 450ms ease;
  -moz-transition: all 450ms ease;
  -ms-transition: all 450ms ease;
  -o-transition: all 450ms ease;
  background-color: rgba(127,28,109,0.6);
  background: rgba(127,28,109,0.6);
  background: -moz-linear-gradient(30deg,rgba(127,28,109,0.6) 0%,rgba(0,160,224,0.6) 100%);
  background: -webkit-gradient(linear,left bottom,right top,color-stop(0%,rgba(127,28,109,0.6)),color-stop(100%,rgba(0,160,224,0.6)));
  background: -webkit-linear-gradient(30deg,rgba(127,28,109,0.6) 0%,rgba(0,160,224,0.6) 100%);
  background: -o-linear-gradient(30deg,rgba(127,28,109,0.6) 0%,rgba(0,160,224,0.6) 100%);
  background: -ms-linear-gradient(30deg,rgba(127,28,109,0.6) 0%,rgba(0,160,224,0.6) 100%);
  background: linear-gradient(30deg,rgba(127,28,109,0.6) 0%,rgba(0,160,224,0.6) 100%);
}

.hs-related-posts .items-grid .alignleft:hover i {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hs-related-posts .items-grid .alignleft i:after {
  background-image: url(//cdn2.hubspot.net/hubfs/5980525/EngageConsulting_June2019/images/related-link.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
}

.hs-related-posts .post-content {
  display: table-cell;
  vertical-align: top;
}

.hs-related-posts .post-content a {
  display: inline-block;
  text-decoration: none;
  color: #3a3a3a;
}

.hs-related-posts .post-content a:hover {
  background: -webkit-gradient(linear,left top,right top,color-stop(32%,#7f1c6d),color-stop(100%,#00a0e0));
  background: -webkit-linear-gradient(left,#7f1c6d 32%,#00a0e0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hs-related-posts .text-secondary {
  font-size: 12px;
  line-height: 20px;
  color: rgba(102,102,102,0.5);
}
.blog .blog-left {
  width: 72%;
  margin: 0 !important;
  padding-right: 44px;
  padding-left: 22px;
}

.blog .blog-right {
  width: 28%;
  margin: 0 !important;
  padding: 0 22px;
  float: right;
  padding-left: 44px;
  border-left: 1px solid rgba(102,102,102,0.15);
}

.blog-right h3 {
  font: normal normal 300 15px / 23px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  color: #3a3a3a;
  margin: 0 0 15px;
}

.blog-right ul {
  margin: 0;
  padding: 0 0 10px;
  list-style: none;
}

.blog-right ul li {
  padding: 0 !important;
  margin: 0 !important;
}

.blog-right ul li+li {
  margin: 10px 0 0 !important;
}

.blog-right ul li:after,.blog-right ul li:before {
  display: none;
}

.blog-right ul li a {
  display: inline-block;
  text-decoration: none;
  color: #919191;
}

.blog-right ul li a:hover {
  background: -webkit-gradient(linear,left top,right top,color-stop(32%,#7f1c6d),color-stop(100%,#00a0e0));
  background: -webkit-linear-gradient(left,#7f1c6d 32%,#00a0e0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hs-blog-post .content-wrapper {
  overflow: hidden;
}

.hs-blog-post .content-wrapper>.row-fluid-wrapper {
  margin: 0 -22px;
}
.navigation-inner .disabled {
  cursor: default;
}


span.filter-link-count {
  display: none;
}
/* Blog Post and Listing Body Class */
body.blog {}

/* Blog Post */
body.hs-blog-post {}

/* Blog Listing */
body.hs-blog-listing {}

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


/* Blog Content Column
========================================================================== */

.blog .blog-content {}

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

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {}

.post-listing .post-item {
  font: normal normal 300 14px / 24px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  word-spacing: normal;
  color: #666666;
  width: 20%;
  padding: 15px;
  max-width: 100%;
}

.post-item-inner {
  background-color: rgba(102,102,102,0.08);
  position: relative;
}

.wf-td {
  display: table-cell;
}

.post-item-inner>.blog-media {
  overflow: hidden;
  position: relative;
  z-index: 9;
  padding: 0;
  display: block;  
  min-height: 100px;
}

.fancy-date {
  vertical-align: top;
  padding-right: 30px;
}

.fancy-date a {
  position: absolute;
  z-index: 102;
  top: 0;
  left: 0;
  width: 44px;
  height: 93px;
  padding: 0 5px;
  color: #fff!important;
  text-decoration: none;
  top: 0;
  left: 0;
  background: #7f1c6d;
  background: -moz-linear-gradient(30deg,#7f1c6d 0%,#00a0e0 100%);
  background: -webkit-gradient(linear,left bottom,right top,color-stop(0%,#7f1c6d),color-stop(100%,#00a0e0));
  background: -webkit-linear-gradient(30deg,#7f1c6d 0%,#00a0e0 100%);
  background: -o-linear-gradient(30deg,#7f1c6d 0%,#00a0e0 100%);
  background: -ms-linear-gradient(30deg,#7f1c6d 0%,#00a0e0 100%);
  background: linear-gradient(30deg,#7f1c6d 0%,#00a0e0 100%);
  text-align: center;
}

.fancy-date span {
  position: relative;
  display: block;
  padding: 2px 0 0;
  font-family: Arial,sans-serif;
}

.fancy-date .entry-month, .fancy-date .entry-year {
  font-size: 10px;
}

.fancy-date span.entry-date {
  padding: 7px 0 5px;
}

.fancy-date .entry-date {
  font-size: 20px;
}

.fancy-date span:before {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 1px;
  background-color: rgba(255,255,255,.4);
  content: "";
}

.blog-media>p {
  margin-bottom: 0;
}

.post-item-inner>.blog-media i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  background-color: rgba(127,28,109,0.6);
  background: rgba(127,28,109,0.6);
  background: -moz-linear-gradient(30deg,rgba(127,28,109,0.6) 0%,rgba(0,160,224,0.6) 100%);
  background: -webkit-gradient(linear,left bottom,right top,color-stop(0%,rgba(127,28,109,0.6)),color-stop(100%,rgba(0,160,224,0.6)));
  background: -webkit-linear-gradient(30deg,rgba(127,28,109,0.6) 0%,rgba(0,160,224,0.6) 100%);
  background: -o-linear-gradient(30deg,rgba(127,28,109,0.6) 0%,rgba(0,160,224,0.6) 100%);
  background: -ms-linear-gradient(30deg,rgba(127,28,109,0.6) 0%,rgba(0,160,224,0.6) 100%);
  background: linear-gradient(30deg,rgba(127,28,109,0.6) 0%,rgba(0,160,224,0.6) 100%);
  -webkit-transition: all 450ms ease;
  -moz-transition: all 450ms ease;
  -ms-transition: all 450ms ease;
  -o-transition: all 450ms ease;
}

.post-item-inner>.blog-media i:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  background-image: url(//cdn2.hubspot.net/hubfs/5980525/EngageConsulting_June2019/images/post-overlay.svg);
}

.post-item-inner>.blog-media a:hover i {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.blog-media a {
  display: block;
  text-align: center;
}

.post-item .blog-content {
  position: relative;
  z-index: 9;
  padding: 20px 30px 15px;
  display: block;
}

.post-item .blog-content h2.entry-title {
  color: #3a3a3a;
  font: normal normal 300 18px / 24px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  text-shadow: none;
}

.post-item .blog-content h2.entry-title a {
  color: #3a3a3a;
  display: inline-block;
  text-decoration: none;
}

.post-item .blog-content h2.entry-title a:hover {
  background: -webkit-gradient(linear,left top,right top,color-stop(32%,#7f1c6d),color-stop(100%,#00a0e0));
  background: -webkit-linear-gradient(left,#7f1c6d 32%,#00a0e0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 1921px) {
  .post-listing .post-item {
    width:16.666666%;
  }
}



@media (max-width: 1646px) {
  .post-listing .post-item {
    width:25%;
  }
}
@media (max-width: 1326px) {
  .post-listing .post-item {
    width:33.3333%;
  }
}
@media (max-width: 1006px) {
  .post-listing .post-item {
    width:50%;
  }
}
@media (max-width: 676px) {
  .post-listing .post-item {
    width:100%;
  }
}
/* Read More Link */


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

/** 
* Blog Social Sharing icons
*
* Overrides defaults to better align icons and prevent overlapping 
*/


/** 
* Blog Commments 
*
* Custom styles are listed below, as the COS does not provide default styles.
*/


.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}


/* -------------- Default Code for comment ------------ */



.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  color: inherit;
  display: block;
  font-family: inherit;

  font-size: inherit;

  line-height: inherit;
  padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  color: inherit !important;
  display: block !important;
  text-align: left !important;
}

/* -------------------- Ends ----------- */

/* -------------- Default Code for Author Bio ------------ */

#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}

#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

.hs-blog-social-share {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 10px;
  padding: 10px 0 0;
}

#comments-listing.no-comments {
  border: none;
}



.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {
  display:none;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/** 
* Blog Author Page 
*
* ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
*/

.hs-author-profile {}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {}
.hs-author-profile .hs-author-avatar {}
.hs-author-profile .hs-author-avatar img {}
h3.hs-author-listing-header {}

/** 
* Blog All Posts Page
*
* ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
*/

body.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 {}
.blog-sidebar h3,
.blog-sidebar h3.form-title{
  font-size: 20px;
  line-height:24px;

}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}



.blog .blog-sidebar .widget-span {
  padding: 0 0 25px;
}
#comments-listing.no-comments {
  border: none;
}
/* ==========================================================================
6. FORMS                                        
========================================================================== */
span.hs-form-required {
  color: red;
}

ul.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #f00;
  font-size: 1em;
  font-weight: normal;
}


.screen-reader-text {
  display:none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input[type="search"]{
  -webkit-appearance: none;
}
.subscribe-options label {
  margin: 0 !important;
}
.body-container .hs-search-field--open .hs-search-field__suggestions {
  list-style: none;
  padding: 10px;
}

.body-container .hs-search-field--open .hs-search-field__suggestions a{
  padding: 1px 5px
}

.body-container .hs-search-results .hs-search-results__listing {
  padding: 10px 0;
}

.body-container .hs-search-field--open .hs-search-field__suggestions li:before {
  display: none;
}

.body-container .hs-search-field--open .hs-search-field__suggestions li {
  margin-bottom: 6px;
}

.body-container .hs-search-field--open .hs-search-field__suggestions li#results-for {
  margin-bottom: 10px;
}
/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {
  margin-bottom: 10px;
}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {
  font: normal normal 300 14px / 24px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  font-size: 13px;
}

/* 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 {
  margin: 0;
  vertical-align: baseline;
  max-width: 500px;
  display: block;
  padding: 7px 15px;
  border: 1px solid #e0e1e1;
  margin-bottom: 10px;
  background-color: #fbfcfc;
  color: #b8bcbe;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  font: normal normal 300 14px / 24px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  font-size: 13px;
}
input[type=range]:focus, 
input[type=password]:focus, 
input[type=text]:focus, 
input[type=tel]:focus, 
input[type=url]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
input[type=date]:focus, 
textarea:focus {
  color: #7b8083!important;
}
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 {

}


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

/* 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;
  font-family: inherit;
  display: inline-block;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  background-color: #7f1c6d;
  background: #7f1c6d;
  background: -moz-linear-gradient(30deg,#7f1c6d 0%,#00a0e0 100%);
  background: -webkit-gradient(linear,left bottom,right top,color-stop(0%,#7f1c6d),color-stop(100%,#00a0e0));
  background: -webkit-linear-gradient(30deg,#7f1c6d 0%,#00a0e0 100%);
  background: -o-linear-gradient(30deg,#7f1c6d 0%,#00a0e0 100%);
  background: -ms-linear-gradient(30deg,#7f1c6d 0%,#00a0e0 100%);
  background: linear-gradient(30deg,#7f1c6d 0%,#00a0e0 100%);
  color: #fff;
  padding: 9px 12.3333333333px;
  font: normal normal bold 13px / 37px "Raleway", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  line-height: normal;
  position: relative;
  border: 0;
  text-decoration: none;
  margin-top: 10px;
}

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

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

/*Search Output*/

.hs-search-field--open .hs-search-field__suggestions {
  list-style: none;
  padding: 10px;
}

.hs-search-results .hs-search-results__listing {
  padding: 10px 0;
}

.hs-search-field--open .hs-search-field__suggestions li:before {
  display: none;
}

.hs-search-field--open .hs-search-field__suggestions li {
  margin-bottom: 6px;
}

.hs-search-field--open .hs-search-field__suggestions li#results-for {
  margin-bottom: 10px;
}

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


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

.overlay-door input[type="text"]:focus ~ .submit {
  background-image: url(//cdn2.hubspot.net/hubfs/5980525/EngageConsulting_June2019/images/focus-icon.svg) !important;
}
.footer-menu .tiny-wrapper {
  display: none;
}
.blog-right .widget-span {
  color: #919191;
  font-size: 13px;
  line-height: 22px;
  padding-bottom: 31px;
}
.navigation-inner {
  min-width: 70px;
  vertical-align: middle;
  display: table-cell;
}
/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */

@media (min-width: 768px) {
  .widget-span.width-auto,.width-auto {
    width: auto;
    margin-left: 0;
  }

  .widget-span.hs-left, .hs-left {
    float: left;
  }

  .widget-span.hs-right, .hs-right {
    float: right;
  }

}
@media (min-width: 992px){

}
@media (max-width: 1200px){
  .post-banner .wf-table {
    display: block;
    vertical-align: middle;
    width: 100%;
    padding: 20px 0;
  }

  .post-banner .wf-td {
    overflow: hidden;
    padding: 5px 0;
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
    width: 100%;
  }

  .post-banner .breadcrumbs {
    float: none;
  }
  li.dl-back:after {
    display: none !important;
  }
}



/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 970px) {
  .custom-footer .page-center>div>.row-fluid {
    display: block;
    padding:10px 0;
    text-align: center;
  }

  .custom-footer .page-center>div>.row-fluid>div {
    width: 100%;
    display: block;
    text-align: center;
    margin: 5px 0;
  }

  .footer-menu ul.l_tinynav2 {
    display: none !important;
  }

  .footer-menu .tiny-wrapper {
    display: inline-block;
    color: #6b6b6b;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    position: relative;
    opacity: 1;
    visibility: visible;
    width: auto;
  }

  .footer-menu .tiny-wrapper select {
    -webkit-appearance: menulist-button;
    width: 120px;
    position: absolute;
    opacity: 0;
    height: 35px;
    font-size: 13px;
    visibility: visible;
  }

  .footer-menu .tiny-trigger {
    color: #6b6b6b;
  }

  .footer-menu .tiny-trigger:before {
    background-image: url(//cdn2.hubspot.net/hubfs/5980525/EngageConsulting_June2019/images/tiny-trigger-footer.svg);
  }
  .widget-span.footer-logo {
    padding: 10px 0;
    font-size: 0;
  }
  .hs-blog-post .content-wrapper>.row-fluid-wrapper {
    margin: 0;
  }

  .blog .blog-left, .blog.blog-right {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .hs-related-posts .wf-1-2 {
    width: 100%;
  }

  .blog .blog-right {
    width: 100%;
    padding: 50px 0 0;
    border: 0;
  }
}


/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .body-container input[type="text"],
  .body-container input[type="password"], 
  .body-container input[type="datetime"], 
  .body-container input[type="datetime-local"], 
  .body-container input[type="date"], 
  .body-container input[type="month"], 
  .body-container input[type="time"], 
  .body-container input[type="week"], 
  .body-container input[type="number"], 
  .body-container input[type="email"], 
  .body-container input[type="url"], 
  .body-container input[type="search"], 
  .body-container input[type="tel"], 
  .body-container input[type="color"],
  .body-container input[type="file"],
  .body-container textarea,
  .body-container select{
    max-width: 100% !important;
  }
  .body-container .widget-type-form,
  .body-container .widget-type-blog_subscribe,
  .body-container .widget-type-google_search,
  .body-container .widget-type-password_prompt.custom_error_message,
  .body-container .widget-type-email_simple_subscription {
    margin-bottom:25px;  
  }

  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    max-width: 100%;
    float: none;
    max-height: none;
    margin: 20px 0;
  }
  .blog .blog-sidebar {
    padding: 50px 0 0;
  }
  .section.post-body img {
    float: none !important;
    display: block;
  }
}  
@media (max-width: 760px) {
  .post-listing .post-item {
    padding: 10px;
  }

  .listing-content-wrapper {
    padding: 40px 10px;
  }
}

@media (max-width: 750px) {
  .container-fluid .row-fluid .page-center {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mobile-trigger {
    right: 36px;
  }
}


@media (max-width: 400px) {
  .mobile-trigger {
    position: relative;
    margin: 0 auto;
    left: -8px;
    display: block !important;
    width: 40px;
    padding-right: 16px;
  }

  .custom-logo {
    text-align: center;
  }
  .dl-menuwrapper {
    width: 100%;
    position: absolute;
    top: 100%;
    max-width: 100%;
    left: 0;
    top: 100%;
    margin-top: -5px !important;
  }

  .logo-wrapper .page-center {
    position: static;
  }

  .dl-menuwrapper .dl-menu {
    width: 100%;
    max-width: 100%;
  }
}