/* ==========================================================================
   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=Roboto:300,400,500,700|Google+Sans');

@import url('//fonts.googleapis.com/css?family=Open+Sans%3A400%2C300%2C500%2C600%2C700');

@import url('//fonts.googleapis.com/css?family=Poppins%3A400%2C300%2C500%2C600%2C700');
@import url('//fonts.googleapis.com/css?family=Montserrat%3A100%2C200%2C300%2C400%2C500%2C600%2C700%2C800%2C900100italic%2C200italic%2C300italic%2C400italic%2C500italic%2C600italic%2C700italic%2C800italic%2C900italic&#038;subset=latin&#038;ver=5.5.1');
@import url('//fonts.googleapis.com/css?family=Poppins%3A100%2C200%2C300%2C400%2C500%2C600%2C700%2C800%2C900100italic%2C200italic%2C300italic%2C400italic%2C500italic%2C600italic%2C700italic%2C800italic%2C900italic&#038;subset=latin&#038;ver=5.5.1');

@import url('https://www.sparkepos.com/wp-content/themes/ambersix/assets/css/lineaicons.css');
@import url('https://www.sparkepos.com/wp-content/themes/ambersix/assets/css/eleganticons.css');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css');


@font-face {
  font-family: oslo-icons;
  src: url("https://6083570.fs1.hubspotusercontent-na1.net/hubfs/6083570/Sparke_July2019/Fonts/oslo-icons/oslo-icons.ttf") format("truetype"),
       url("https://6083570.fs1.hubspotusercontent-na1.net/hubfs/6083570/Sparke_July2019/Fonts/oslo-icons/oslo-icons.woff") format("woff"), 
       url("https://6083570.fs1.hubspotusercontent-na1.net/hubfs/6083570/Sparke_July2019/Fonts/oslo-icons/oslo-icons.svg") format("svg");
  font-style: normal;
  font-weight: 400;
}

/* 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: "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.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;
  overflow-x: hidden;
    position: relative;
} 

body {
  font: 14px/26px "Open Sans", Arial, sans-serif;
  background-color: #fff;
  color: #33263e;
}

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

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #39f;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #39f;
  text-shadow: none;
}


/* =============== 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 {
  margin:0 0 15px;
  color: #240e35;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #240e35;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}


h1 {
  font-size: 50px;
  line-height: 64px;
}

h2 {
  font-size: 36px;
  line-height: 54px;
}

h3 {
  font-size: 24px;
  line-height: 36px;
}

h4 {
  font-size: 18px;
  line-height: 28px;
}

h5 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

h6 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

/* Anchor Links */
a {
  color: #6362F7;
  text-decoration: none;
}
a:hover, a:focus {
  outline: 0;
  color: #6362F7;
  text-decoration: underline;
}

/* Lists */
ul, ol {
  margin:0 0 15px;
}
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 {}

.widget-span.custom-header {
    padding: 0 35px;
    position: relative;
}

.widget-span.custom-header .page-center {
    /*max-width: 100% !important;*/
}

.widget-span.custom-header .page-center > .row-fluid-wrapper > .row-fluid {
    margin-right: -15px;
    margin-left: -15px;
    width: auto;
}

.widget-span.custom-logo {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
}

.widget-span.custom-menu-primary {
    padding-right: 15px;
    padding-left: 15px;
    width: 75%;
    margin-left: 0;
}

.widget-span.custom-logo .hs_cos_wrapper_type_logo {
    max-width: 100%;
    margin: 37px 0 40px;
    display: block;
}

.widget-span.custom-logo .hs_cos_wrapper_type_logo a {
    display: inline-block;
    max-width: 100%;
    text-align: center;
}

.widget-span.custom-logo .hs_cos_wrapper_type_logo a img {
    vertical-align: middle;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.SearchIcon {
    position: relative; 
}

.custom-menu-primary .hs-menu-wrapper > ul > li.SearchIcon > a {
    font-size: 0 !important;
    margin-right: 8px;
    padding-bottom: 39px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.SearchIcon > a i.oslo-icon-search100 {
    font-family: oslo-icons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
}

.oslo-icon-search100:before {
    content: "\ea3d";
}

#search-form-container {
    position: absolute;
    z-index: 9999;
    top: 100%;
    right: 0;
    display: none;
    width: 400px;
}

#search-form-container input[type="search"] {
    margin: 0;
    font: inherit;
    width: 100%;
    height: 45px;
    padding-right: 45px;
    -webkit-appearance: none;
    padding: 11px 20px;
    border: 2px solid #dbd5e0;
    color: #33263e;
    font-size: 14px;
    line-height: 26px;
    display: block;
    font-family: inherit;
}

#search-form-container input[type="search"]:focus {
    border-color: #81768a;
    box-shadow: none;
    outline: 0;
}

#search-form-container input[type="submit"] {
    display: block;
    line-height: 26px;
    -webkit-appearance: button;
    cursor: pointer;
    width: auto;
    border: none;
    background-color: #6362F7;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    background: none;
}

a.search-form-close {
    position: absolute;
    top: -2px;
    right: -20px;
    font-size: 18px !important;
    text-decoration: none;
}

#search-form-container a.search-form-close {
    position: absolute;
    top: -2px;
    right: -20px;
    font-size: 18px !important;
    text-decoration: none;
    display: block;
    padding: 10px 30px;
    color: #240e35;
    font-size: 14px;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    margin-right: 8px;
}


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

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

.body-container .page-center{
  padding-top:50px;
  padding-bottom:50px;
}

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


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

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

.widget-span.custom-footer {
    position: relative;
    z-index: 1;
    background-color: #1f2041;
    color: #fff;
}

.widget-span.custom-footer-top-image p {
    margin: 0;
}

.widget-span.custom-footer-top-image img {
    display: block;
    padding: 0 5px;
    border-radius: 30px;
    margin: 0 auto;
    background-color: #1f2041;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.social-media.rounded a {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    width: 42px;
    height: 42px;
    font-size: 24px;
    border-radius: 50%;
    line-height: 42px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

.social-media a.facebook {
    background-color: #0e59a0;
}

.social-media a.twitter {
    background-color: #0ea4ff;
}

.social-media a.youtube {
    background-color: #cc181e;
}

.social-media a.instagram {
    background-color: #82685a;
}

.social-media a:hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.social-media a:hover {
    background-color: #240e35;
}

.social-media.rounded {
    text-align: center;
}

.widget-span.custom-footer-top h3 {
    position: relative;
    display: inline-block;
    padding-left: 55px;
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
    color: #fff;
    margin-bottom: 50px;
    line-height: 26px;
    font-family: "Poppins", Arial, sans-serif;
}

.widget-span.custom-footer-top h3:before {
    border-top: 2px solid #6362F7;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 40px;
    margin-top: -1px;
    margin-bottom: 0;
}

.widget-span.custom-footer-inner {
    padding: 80px 0 30px;
    color: #9d91a7;
    line-height: 24px;
    font-weight: 300;
}

.footer-search-inner {
    margin-bottom: 50px;
}

.footer-search-inner form#searchform {
    position: relative;
}

.footer-search-inner fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.footer-search-inner fieldset input[type="search"] {
    width: 100%;
    height: 45px;
    -webkit-appearance: none;
    padding: 11px 20px;
    border: 2px solid #dbd5e0;
    color: #33263e;
    font-size: 14px;
    line-height: 26px;
    display: block;
    font-family: inherit;
    padding-right: 70px;
}

.footer-search-inner fieldset input[type="search"]:focus {
    border-color: #81768a;
    box-shadow: none;
    outline: 0;
}

.footer-search-inner fieldset input#searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    border: none;
    background-color: #6362F7;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: auto;
    padding: 11px 20px;
    color: #33263e;
    display: block;
    line-height: 26px;
    -webkit-appearance: button;
    cursor: pointer;
}

.custom-footer-copyright p {
    margin-bottom: 20px;
    margin-top: 0;
}

.custom-footer-rss .hs-rss-module {
    margin-left: 30px;
}

.custom-footer-rss .hs-rss-module .hs-rss-item {
    margin-bottom: 10px;
}

.custom-footer-rss .hs-rss-module .hs-rss-item a.hs-rss-title {
    color: #9d91a7;
    text-decoration: none;
}

.custom-footer-rss .hs-rss-module .hs-rss-item a.hs-rss-title:before {
    display: inline-block;
    width: 11px;
    height: 11px;
    border: 2px solid #6362F7;
    border-radius: 50%;
    margin-right: 15px;
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.custom-footer-rss .hs-rss-module .hs-rss-item a.hs-rss-title:hover {
    color: #6362F7;
}

.custom-footer-rss .hs-rss-module .hs-rss-item a.hs-rss-title:hover:before {
    background-color: #6362F7;
}

.sb_instagram_header {
    float: left;
    clear: both;
    margin: 0 0 15px;
    padding: 10px;
    line-height: 1.2;
    padding-bottom:0;
    width: 100%;
}

.sb_instagram_header a {
    color: #9d91a7;
    float: left;
    display: block;
    min-width: 100%\9;
    transition: color .5s ease;
    text-decoration: none;
}

.sbi_header_text {
    float: left;
    width: 100%;
    padding-top: 5px;
}

.widget-span.custom-footer-top .sb_instagram_header h3 {
    font-size: 16px;
    line-height: 1.3;
    float: left;
    clear: both;
    width: auto;
    margin: 0 0 0 60px;
    padding: 0;
    color: #fff;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
}

.sbi_header_text .sbi_bio {
    float: left;
    clear: both;
    width: auto;
    margin: 0 0 0 60px!important;
    padding: 0!important;
    font-size: 13px;
    line-height: 1.3;
}

.sbi_header_img {
    float: left;
    position: relative;
    width: 50px;
    margin: 0 0 0 -100%!important;
    overflow: hidden;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

.sbi_header_img_hover {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,.75);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    border-radius: 40px;
    transition: opacity .2s;
}

.sbi_header_img img {
    display: block;
    padding: 0!important;
    margin: 0!important;
    max-width: 100%!important;
    opacity: 1!important;
}

.sbi_header_img img {
    float: left;
    margin: 0!important;
    padding: 0!important;
    border: none!important;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

.sbi_header_text img.emoji {
    vertical-align: -0.1em !important;
    background: none !important;
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    padding: 0!important;
    margin: 0!important;
    max-width: 100%!important;
    opacity: 1!important;
    margin-right: 3px!important;
}

section.content-instagram-feed.init {
    float: left;
    width: 100%;
}

div#sbi_load {
    width: 100%;
    text-align: center;
    line-height: 1.5;
    float: left;
    clear: both;
    opacity: 1;
    transition: all .5s ease-in;
}

div#sbi_load .sbi_follow_btn {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1; text-align: center;
    margin-left: 5px;
}

div#sbi_load .sbi_follow_btn a {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1; padding: 7px 14px;
    margin: 5px auto 0;
    background: #333;
    border: none;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .1s ease-in;
    background: #408bd1;
    color: #9d91a7;
}

div#sbi_load .sbi_follow_btn a:hover {
    color: #6362F7;
}

div#sbi_load .sbi_follow_btn a svg {
    height: 1em;
    margin-bottom: -1px;
    margin-right: 7px;
    vertical-align: -.125em;
    font-size: 15px;
}

.widget-span.custom-footer-top .sb_instagram_header h3:before {
    display: none;
}

.widget-span.custom-footer-top .page-center > .row-fluid-wrapper > .row-fluid > div > div {
    margin-bottom: 50px;
}

.widget-span.custom-footer-top .page-center > .row-fluid-wrapper > .row-fluid > div {
    width: 25%;
    margin-left:0;
    padding-right: 15px;
    padding-left: 15px;
}

.widget-span.custom-footer-top .page-center > .row-fluid-wrapper > .row-fluid {
    margin-right: -15px;
    margin-left: -15px;
    width:auto;
}

.sb_instagram_header a:hover {
    color: #6362F7;
}

.sb_instagram_header a:hover .sbi_header_img_hover {
    opacity: 1;
}

.sbi_header_img_hover i.sbi_new_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    overflow: hidden;
    background: url(https://6083570.fs1.hubspotusercontent-na1.net/hubfs/6083570/Sparke_July2019/images/small-logo.png) no-repeat;
}


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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
    float: right;
    margin-top: 40px;
    display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding: 10px 20px 44px 0;
    margin-right: 20px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    color: #240e35;
    display: block;
    position: relative;
    text-decoration: none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:not(.SearchIcon) > a:before{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    border-top: 2px solid #6362F7;
    margin-bottom: 5px;
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #240e35;
    margin-top: -24px;
    visibility: hidden;
    content: "";
}


.custom-menu-primary .hs-menu-wrapper > 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;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:992px) {

    /* Child List */
    .custom-menu-primary .hs-menu-wrapper > ul ul{
      z-index: 2000;
      top: 100%;
      width: 225px;
      padding: 15px 0;
      border-top: 2px solid #6362F7;
      background-color: #fff;
      box-shadow: 0 17px 24px 0 rgba(0, 0, 0, 0.15);
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li{}
    .custom-menu-primary .hs-menu-wrapper > ul ul li a{
      display: block;
      padding: 10px 30px;
      color: #240e35;
      font-size: 14px;
      -webkit-transition: all 0.1s;
      transition: all 0.1s;
      text-decoration: none;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
      font-weight: 700;
    }

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

    .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:before{
      width: 100%;
    }

    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all .4s;
      position: absolute;
      z-index: 10;
      left: 0;
      transform: scaleY(0);
      transform-origin: top;
    }

    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
      opacity: 1;
      visibility: visible;
      transform: scaleY(1);
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a:after{
      border-top-color: #848484;
    }
}


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

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

@media (max-width: 991px){

  /* 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: transparent;
    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-trigger{
    display: inline-block !important;
    cursor: pointer;
    float: right;
    width: 48px;
    height: 48px;
    background-color: #240e35;
    color: #fff;
    font-size: 32px;
    line-height: 52px;
    text-align: center;
    text-decoration: none;
    margin-top: 50px;
    margin-right:15px;
  }
  
  .mobile-trigger i.oslo-icon-menu55 {
    font-family: oslo-icons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .oslo-icon-menu55:before {
    content: "\e9de";
  }

  /* ===== 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: 100% !important; /* Button width */
    min-width: 100% !important;
    height: 47px !important; /* Button height */  
    padding: 0 !important;
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0;
    margin: 0;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  
  .widget-span.custom-menu-primary {
    width: 100%;
    padding: 0;
    min-height: 0;
  }
  
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #240e35;
    border-bottom: 1px solid #81768a;
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{}
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    display: block;
    padding: 10px 20px !IMPORTANT;
    border-top: 1px solid #81768a;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 !important;
    font: 14px/26px "Open Sans", Arial, sans-serif;
    font-weight: 700;
    position: relative;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #fff;
    margin-top: -2px;
    content: "";
    visibility: visible;
  }
  
  .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 {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    padding-left: 40px !important;
    font-weight: normal;
    text-transform: none;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  
  
  .widget-span.custom-menu-primary {
    width: 100%;
    padding: 0;
  }

  #search-form-container {
    position: relative;
    display: block !important;
    width: 100%;
    padding: 15px 20px;
    border-top: 1px solid #81768a;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.SearchIcon>a {
    display: none;
  }

  #search-form-container input[type="submit"] {
    top: 15px;
    right: 25px;
    width: 30px;
    height: 45px;
    background: url(https://6083570.fs1.hubspotusercontent-na1.net/hubfs/6083570/Sparke_July2019/images/search.png) no-repeat center center;
  }

  #search-form-container a.search-form-close {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    display:none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.child-open>a:after {
    border-top-color: transparent;
    border-bottom-color: #fff;
    margin-top: -6px;
  }
  
}


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

/* Blog Listing */

.breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 0;
    font-weight: 600;
    list-style: none;
    border-radius: 4px;
}


.breadcrumb li a {
    color: #fff;
}

.breadcrumb li a:hover {
    text-decoration: none;
    color: #6362F7;
}

.breadcrumb li.active {
    color: #fff;
}

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

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


.breadcrumb > li + li::before {
    color: #6362F7;
}


.blog .body-container .page-center {
    padding-top: 0;
}

.blog .simple-banner {
    margin-bottom: 100px;
}

.widget-span.blog-sidebar {
    width: 33.33333333%;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 0;
}

.widget-span.blog-content {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.blog .body-container .page-center > .row-fluid-wrapper > .row-fluid {
    margin-right: -15px;
    margin-left: -15px;
    width: auto;
}

.hs-featured-image-wrapper {
    position: relative;
    margin-bottom: 80px;
    text-align: center;
}

.hs-featured-image {
    max-width: 100%;
    margin: 0;
    float: none;
    vertical-align: middle;
    width: 100%;
    object-fit: cover;
}
.spark-post-item .hs-featured-image-wrapper .hs-featured-image{ max-width:none; width:auto;}
.hs-featured-image-wrapper .date {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-bottom: 0;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 700;
    display: inline-block;
    padding: 10px 20px;
    background-color: #6362F7;
    color: #240e35;
}

.post-header h2 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 28px;
    color: #240e35;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
}

.post-header h2 a {
    text-decoration: none;
}

.section.post-body h6,
.post-header h6 {
    margin: 0;
    color: #240e35;
    font-family: "Poppins", Arial, sans-serif;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

.section.post-body h6 a,
.post-header h6 a {
    color: #848484;
}

.section.post-body h3 + h6 i,
.post-header h2 + h6 i {
    margin-right: 5px;
    color: #848484;
    font-size: 16px;
    line-height: 16px;
}

.section.post-body h3 + h6 a + span.categories,
.post-header h2 + h6 a + span.categories {
    margin: 0 20px;
}

.section.post-body h3 + h6 a:hover,
.post-header h2 + h6 a:hover {
    color: #240e35;
    text-decoration: none;
}

.post-body.clearfix p {
    margin: 0 0 20px;
}

p.more-link {
    margin-bottom: 20px;
}

p.more-link a {
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    font-size: 14px;
    position: relative;
    margin-bottom: 20px;
    border-radius: 0;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 500;
    color: #240e35;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0;
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
}

p.more-link a:after, p.more-link a:before {
    display: block;
    border-top: 2px solid;
    margin-bottom: 12px;
    content: "";
}

p.more-link a:before {
    width: 65%;
    border-top-color: #6362F7;
}

p.more-link a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    border-top-color: #240e35;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

p.more-link a:hover:after {
    width: 65%;
}

.blog .blog-sidebar h3 {
    margin: 0;
    color: #240e35;
    font-family: "Poppins", Arial, sans-serif;
    margin-bottom: 50px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 26px;
}

.blog .blog-sidebar h3:before {
    display: block;
    width: 30px;
    border-top: 2px solid #6362F7;
    margin-bottom: 15px;
    content: "";
}

.blog .blog-sidebar ul {
    list-style: none;
    margin-left: 30px;
    padding: 0;
    margin-bottom: 0;
}

.blog .blog-sidebar ul li:not(:last-child) {
    margin-bottom: 10px;
}

.blog .blog-sidebar ul li a {
    color: #33263e;
    text-decoration: none;
}

.blog .blog-sidebar ul li a:before {
    display: inline-block;
    width: 11px;
    height: 11px;
    border: 2px solid #6362F7;
    border-radius: 50%;
    margin-right: 15px;
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.custom-sidebar-topics span.filter-link-count {
    display: none;
}

.blog .blog-sidebar ul li a:hover:before {
    background-color: #6362F7;
}


/* Blog Post */

.blog.hs-blog-post .widget-span.blog-content {
  margin-left: inherit !important;
}

.section.post-body h3 {
  margin: 0;
  color: #240e35;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 28px;
}

.widget-span.custom-blog-author {
    width: 66.66666667%;
    margin-left: 16.66666667% !important;
    padding-right: 15px;
    padding-left: 15px;
}

.blog-article-author {
    position: relative;
    margin-bottom: 100px;
    background-color: #f7f7f7;
    color: #240e35;
    float: left;
    width: 100%;
}

.blog-article-author-img {
    float: left;
    margin-right: 50px;
}

.blog-article-author-img img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    width: 90px;
}

.blog-article-author-details {
    padding: 30px 30px 30px 0;
    float: left;
    width: calc(100% - 140px);
}

.blog-article-author-details h5 {
    margin: 0;
    color: #240e35;
    font-family: "Poppins", Arial, sans-serif;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 26px;
}

.section.post-footer {
    width: 66.66666667%;
    margin-left: 16.66666667% !important;
    padding-right: 15px;
    padding-left: 15px;
}

.section.post-footer .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    margin: 0 0 30px 0;
    overflow: auto;
    overflow-y: hidden;
}


.section.post-footer h3.form-title {
    margin: 0;
    color: #240e35;
    font-family: "Poppins", Arial, sans-serif;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
}

.section.post-footer h3.form-title:before {
    display: block;
    width: 35px;
    border-top: 2px solid #6362F7;
    margin-bottom: 15px;
    content: "";
}

.section.post-footer form .hs-richtext.hs-main-font-element {
    margin-bottom: 70px;
}

.section.post-footer form {
    margin-bottom: 70px;
}

.section.post-footer form textarea, .section.post-footer form input {
    font-family: inherit;
    padding: 11px 20px;
    border: 2px solid #dbd5e0;
    color: #33263e;
    font-size: 14px;
    line-height: 26px;
    border-top: none;
    border-right: none;
    margin-bottom: 20px;
    resize: none;
    padding-right: 15px;
    padding-left: 15px;
    display: block;
}

h5.title-category {
    margin: 0;
    color: #240e35;
    font-family: "Poppins", Arial, sans-serif;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
}

.section.post-footer .hs-form-field > label {
    margin-bottom: 10px;
}

.section.post-footer ul.no-list.hs-error-msgs.inputs-list {
    margin-top: -20px;
}

.section.post-footer .actions {
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    position: relative;
    margin-bottom: 20px;
    border-radius: 0;
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 500;
    color: #240e35;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0 0 10px 20px;
    line-height: 32px;
    text-transform: uppercase;
    background-color: transparent;
    display: inline-block;
}

.section.post-footer .actions input.hs-button.primary {
    padding: 0;
    background: transparent;
    margin: 0;
    line-height: 32px;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #240e35;
}

.section.post-footer .actions:before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    display: block;
    border-top: 2px solid #240e35;
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.section.post-footer .actions:after {
    position: relative;
    top: 5px;
    display: inline-block;
    width: 44px;
    height: 44px;
    border: 2px solid #240e35;
    margin-left: 20px;
    font-family: "oslo-icons";
    font-size: 24px;
    line-height: 40px;
    content: "\ea1d";
    -webkit-transition: all 0.43s;
    transition: all 0.43s;
}

.section.post-footer .actions:hover:after {
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.section.post-footer .actions:hover:before {
    -webkit-transform: translateY(42px);
    -ms-transform: translateY(42px);
    transform: translateY(42px);
}

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

/* Blog Post and Listing Body Class */
.blog {}

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

/* Blog Listing */
.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:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#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%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    margin-bottom: 100px;
}
.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-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {
    display:block;
    margin:15px 0;
}

/* 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 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}

#comments-listing.no-comments {
   border: none;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.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;
    display: block;
    padding: 0;
}

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

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

.comment-date {
    display: block !important;
    font-size: 13px;
    text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }
.custom_listing_comments{
    display: inline-block;  
}

/* Pagination */
.blog-pagination {
    padding: 0;
    list-style-position: inside;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    display: block;
    margin-top: 0;
    margin-bottom: 50px;
    text-align: center;
}
.blog-pagination > div {
    display: inline-block;
}
.blog-pagination a {
    color: #000;
    text-decoration: none;
}
.blog-pagination-left {
    text-align: right;
}
.blog-pagination-right {
    text-align: left;
}
.blog-pagination a {
    text-decoration: none;
    margin-left: -1px;
    position: relative;
    float: left;
    display: inline-block;
    margin-right: 7px;
    width: 50px;
    height: 50px;
    padding: 0;
    border: 2px solid #dbd5e0;
    background-color: transparent;
    color: #240e35;
    font-family: "Poppins", Arial, sans-serif;
    line-height: 50px;
    font-weight: 500;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.blog-pagination a:hover,
.blog-pagination a:focus {
    text-decoration: none;
    border-color: #6362F7;
    background-color: #6362F7;
    color: #240e35;
}
.blog-pagination a.elipses {
    border: 0;
}
.blog-pagination a.active {
    pointer-events: none;
    cursor: default;
    border-color: #6362F7;
    background-color: #6362F7;
    color: #240e35;
}
.blog-pagination a.next-link,
.blog-pagination a.prev-link,
.blog-pagination a.last-link,
.blog-pagination a.first-link{
    background-color: #666;
    color: #fff;
}
.blog-pagination a.next-link:hover,
.blog-pagination a.prev-link:hover,
.blog-pagination a.last-link:hover,
.blog-pagination a.first-link:hover{
    background-color: #008cd4;
    color: #fff;
}

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

/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin-bottom: 75px;
}

.blog .blog-sidebar .cell-wrapper{
    margin:0 0 30px;
}

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

/*Blog Active STyling*/ 
.custom-menu-primary ul li.active > a,
.custom-menu-primary ul li.active-branch > a{}

/* Blog Author Default Styling */
.hs-author-profile {
   margin-bottom: 20px;
}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {
   margin: 10px 0;
}
.hs-author-profile .hs-author-avatar {
   max-width: 75px;
   border-radius: 100%;
}
.hs-author-profile .hs-author-avatar img {
   border-radius: 100%;
}
h3.hs-author-listing-header {}


/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */
.landing-page.one-column .body-container form, 
.password-template.one-column .body-container form, 
.subscription-template.one-column .body-container form{
  width: 50%;
}

.body-container .hs-search-field .hs-search-field__bar {
  max-width: 600px;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
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; }

.hs-form{
  margin-bottom:20px;
}

.form-title{
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

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

/* Form Field */
.hs-form-field {}

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

/* Labels and Legends */
label {
  font-weight: normal;
  display: inline-block;
  max-width: 100%;
}
.hs-form-field > label {}

/* One Line Inputs */
.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 {
  width:100%;
  display:inline-block;
  padding: 11px 20px;
  border: 2px solid #dbd5e0;
  color: #33263e;
  font-size: 14px;
  line-height: 26px;
  font-family: inherit;
  margin-bottom:25px;
}

.body-container input[type="text"]:focus,
.body-container input[type="password"]:focus, 
.body-container input[type="datetime"]:focus, 
.body-container input[type="datetime-local"]:focus, 
.body-container input[type="date"]:focus, 
.body-container input[type="month"]:focus, 
.body-container input[type="time"]:focus, 
.body-container input[type="week"]:focus, 
.body-container input[type="number"]:focus, 
.body-container input[type="email"]:focus, 
.body-container input[type="url"]:focus, 
.body-container input[type="search"]:focus, 
.body-container input[type="tel"]:focus, 
.body-container input[type="color"]:focus,
.body-container input[type="file"]:focus,
.body-container textarea:focus,
.body-container select:focus {
  border-color: #81768a;
  box-shadow: none;
  outline: 0;
}

/* 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 */
.body-container .hs-error-msgs label{
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  display: inline;
}

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

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

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  width: auto;
  display:inline-block;
  color: #33263e;
  line-height: 26px;
  border: none;
  background-color: #6362F7;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 11px 20px;
}

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

.body-container .hs-button.primary:focus,
.body-container input[type="submit"]:focus,
.body-container 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                                      
   ========================================================================== */

/* Header Fixed */

.widget-span.custom-header-wrapper.cloned-header .custom-header {
  position: fixed;
  z-index: 8000;
  top: -100%;
  right: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
  padding: 0 35px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.custom_header_fixed .widget-span.custom-header-wrapper.cloned-header .custom-header {
  top: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.custom_header_fixed .widget-span.custom-header-wrapper.cloned-header .widget-span.custom-logo .hs_cos_wrapper_type_logo {
  margin: 17px 0 30px;
}

.custom_header_fixed .widget-span.custom-header-wrapper.cloned-header .custom-menu-primary .hs-menu-wrapper>ul {
  margin-top: 24px;
}

.custom_header_fixed .widget-span.custom-header-wrapper.cloned-header .custom-menu-primary .hs-menu-wrapper>ul > li > a {
  padding-bottom: 24px;
}

/* Banner Area */

.simple-banner {
    position: relative;
    padding: 120px 0;
    margin-bottom: 100px;
    color: #fff;
    text-align: center;
}

.simple-banner:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #1f2041;
    opacity: 0.96;
    content: "";
}

.simple-banner .page-center {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

.banner-content-wrapper {
    margin-right: -15px;
    margin-left: -15px;
}

.banner-content {
    padding-right: 15px;
    padding-left: 15px;
}

.banner-content h1 {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    margin: 0;
    color: #fff;
}



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


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */
@media (max-width: 1399px) {

  .widget-span.custom-header-wrapper.cloned-header .custom-header,
  .widget-span.custom-header {
    padding: 0;
  }
  
}

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

  /* Header */
  .custom_header_fixed .widget-span.custom-header-wrapper.cloned-header .custom-menu-primary .hs-menu-wrapper>ul>li>a,
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    margin-right: 12px;
  }
  
}

@media (max-width: 1199px) {
  
  .container-fluid .row-fluid .page-center{
    max-width:970px;
  }
  

  /* Header */
  
  .custom-menu-primary .hs-menu-wrapper>ul>li>a{
    padding: 10px 15px 44px 0;
    margin-right: 15px;
  }
  
  /* Blog */
  
  .section.post-footer,
  .widget-span.custom-blog-author,
  .blog.hs-blog-post .widget-span.blog-content {
    margin-left:inherit  !important;
    width: 83.33333333% ;
  }
  
}

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

  /* Header */
  
  .custom_header_fixed .widget-span.custom-header-wrapper.cloned-header .custom-menu-primary .hs-menu-wrapper>ul>li>a,
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    margin-right: 8px;
    font-size: 13px;
    padding-right: 8px;
  }
  
}

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

@media (max-width: 1024px) {}

@media (max-width: 991px) {
  
  .widget-span.custom-header-wrapper.cloned-header {
    display: none;
  }
  
  .container-fluid .row-fluid .page-center{
    max-width:750px;
  }
  
  /* Blog */
  
  .section.post-footer,
  .widget-span.custom-blog-author,
  .blog.hs-blog-post .widget-span.blog-content {
    margin-left: 0 !important;
    width: 100%;
  }
  
  
}

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

@media (max-width: 767px) {

  .landing-page.one-column .body-container form, 
  .password-template.one-column .body-container form, 
  .subscription-template.one-column .body-container form{
    width: 100%;
  }

  .body-container .hs-search-field .hs-search-field__bar {
    max-width: 100%;
  }

  h1 {
    font-size: 36px;
    line-height: 64px;
  }
  
  /* Header */
  
  .widget-span.custom-logo {
    width: 100%;
    float: left;
    padding-bottom: 1px;
  }

  .mobile-trigger {
    position: absolute;
    top: 50px;
    right: 20px;
    display: block;
    margin-top: 0;
    margin-right: 0;
  }
  
  .widget-span.custom-menu-primary {
    width: 100%;
    padding: 0;
    float: left;
  }
  
  /* Footer */

  .widget-span.custom-footer-top .page-center>.row-fluid-wrapper>.row-fluid>div {
    width: 100%;
  }

  .content-instagram-feed .instafeed-items a {
    width: 33.33%;
  }
  
  .back-to-top {
    bottom: 15px !important;
    left: 10px !important;
  }
  
  /* Blog */
  
  .widget-span.blog-content,
  .widget-span.blog-sidebar {
    width: 100%;
  }

  .section.post-body p img {
    float: none !important;
    margin: 0 !important;
  }
  
  .hs-author-profile .hs-author-bio {
    margin: 10px 0;
    display: block;
    width: 100%;
    padding: 10px 0;
  }
  
  div#mep_0 {
    height: 52.7vw !important;
  }
  
  .mejs__mediaelement iframe#video-2783-1_youtube_iframe {
    max-width: 100%;
    width: 100%;
    height: 100%;
  }

  .blog-article-author-details {
    float: none;
    width: 100%;
    padding: 30px;
  }

  .blog-article-author-img {
    float: none;
  }
  
}  


@media (max-width: 640px) {

  .content-instagram-feed .instafeed-items a {
    width: 50%;
  }
  
}


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

@media (max-width: 480px) {

  .content-instagram-feed .instafeed-items a {
      width: 100%;
  }

  
}



.blog-pagination a{ border-radius: 50%; border:none;    display: inline-block;
    line-height: 45px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    color: #222;
    background-color: #f2f2f2;
    transition: all ease 0.3s;}

.blog-pagination a.active,
.blog-pagination a:hover{background-color: #6362f7 !important; color:#fff !important;}
.post-header h2{    font-family: "Montserrat"; position: relative;
    font-weight: 700;
line-height:1.5;
    font-size: 32px;
    letter-spacing: 0px;
    margin: 26px 0 34px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    position: relative;
    padding-left: 0px;}

.post-header h2:before {
  display: none !important;
 }

.post-header h2 a:hover{color: #6362f7 }
.blog .blog-sidebar h3:before{ display:none}
.simple-banner{margin-bottom:0}
.simple-banner:before{background:transparent}

.simple-banner{ margin-bottom:100px;
  background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  background-color:#f8f8f8;
  background-image:url('https://www.sparkepos.com/wp-content/uploads/2020/08/1920760-Featured-Image-1.5.png')
}
.header-container-wrapper .row-fluid-wrapper.row-depth-1.row-number-1 {position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  z-index:10
}

.banner-content h1{    position: relative;
    font-size: 72px;
    letter-spacing: -0.25px;
    z-index: 1;
    display: inline-block;
    margin: 0;
        font-family: "Poppins";
    font-weight: 800;
    color: #ffffff; 
    
  
}
.blog .banner-content{ padding-top:170px; padding-bottom:80px}
.banner-content h1 #hs_cos_wrapper_name{ font-size: 50px;line-height: 1.6;}

.widget-span.custom-logo .hs_cos_wrapper_type_logo{ max-width:150px}
.custom-menu-primary .hs-menu-wrapper>ul>li>a{font-family: "Montserrat";
    font-weight: 700;
    font-style: normal;
    text-transform: capitalize;
    color: #333;
    font-size: 12px;
    padding: 0;
    height: 120px; 
    line-height: 120px;
    margin: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:not(.SearchIcon)>a:before {
  border-top: none;
  background-color: #6362F7;
  opacity: 0;
  content: "";
  position: absolute;
  top: auto;
  left:0;
  bottom: 30px;
  width: 6px;
  height: 6px;
  border-radius: 4px;
  transition: all 0.45s cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

.custom_header_fixed .widget-span.custom-header-wrapper.cloned-header .custom-menu-primary .hs-menu-wrapper > ul > li > a{ padding-bottom: 0!important;}
.custom-menu-primary .hs-menu-wrapper>ul>li:not(.SearchIcon):hover>a:before,
.custom-menu-primary .hs-menu-wrapper>ul>li:not(.SearchIcon)>a:hover:before
{
  left: 50%;
  margin-left: -3px;
  opacity: 1;
  transition: all 0.45s cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after{line-height: normal;
    font-size: 16px;
    font-weight: normal;
    content: "\33";
    font-family: "ElegantIcons";
    position: absolute;
    left: calc(100% + 3px);
    top: 50%; transform: translate(0,-50%); -webkit-transform: translate(0,-50%);
    margin-top: 0;
    right: auto;
    border: none 0;
    width: auto;
    height: auto;
    visibility: visible;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after{
  position: absolute; content: "";  width: 6px; height: 6px; border-left: 1px solid #333; border-bottom: 1px solid #333;left: calc(100% + 8px);
  top: calc(50% - 1px); transform: rotate(-45deg) translate(0,-50%); -webkit-transform: rotate(-45deg)  translate(0,-50%);
}

.custom-menu-primary .hs-menu-wrapper>ul ul{ border-top: none;}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{padding: 8px 27px;
    color: #7a7a7a;
    font-size: 16px;
    font-family: "Montserrat";
    display: block;
    }
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover{ font-weight: normal!important; color:#6362F7 ;}

.widget-span.custom-header-wrapper.cloned-header .custom-header {
    background-color: rgba(255, 255, 255, 0.9);
}



.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{margin: 0 17px;}
.custom_header_fixed .widget-span.custom-header-wrapper.cloned-header .custom-menu-primary .hs-menu-wrapper>ul{margin-top: 0;}
.custom-menu-primary .hs-menu-wrapper>ul{margin-top: 0;}
.container-fluid .row-fluid .page-center{ padding-left: 0; padding-right: 0;}
.widget-span.custom-header .page-center{max-width: 90%;}
.custom_header_fixed .widget-span.custom-header-wrapper.cloned-header .widget-span.custom-logo .hs_cos_wrapper_type_logo{ margin: 37px 0 40px;}
.hs-featured-image-wrapper .date{ display: none;}
.breadcrumb {margin-top: 25px;}
.breadcrumb li a{    position: relative;
    display: block;
    padding-right: 30px;
}
.breadcrumb li a:after{content: "\f101";
    font-family: "FontAwesome";
    position: absolute;
    right: 12px;
    top: 0;
}
.breadcrumb li.active:before{ display: none;}
.breadcrumb li.active {    color: #bfbfbf; font-weight: normal;}



/* Footer promotion
-------------------------------------------------------------- */

.footer-promotion {
    text-align: center;
    background: #f7fbff url(https://www.sparkepos.com/wp-content/themes/ambersix/assets/img/promo-bg.png) no-repeat center center;
    background-size: cover;
    padding: 110px 0 120px;
    position: relative;
}

.footer-promotion .promo-title {
font-family: "circular", sans-serif;
    color: #222;
    font-weight: 600;

    letter-spacing: -0.25px;
    text-rendering: optimizeLegibility; 
    margin: 0 0 60px;
    font-size: 42px;
    line-height: 50px;
}

.footer-promotion .btn a {
  font-family: "Montserrat";
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    padding: 13px 30px 11px;
    border-radius: 5px;
    color: #fff;
    background-color: #ffada6;
    display: inline-block;
}

.footer-promotion .btn a:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none!important
}
.footer-promotion .btn:hover a{
  text-decoration: none!important
}
.back-to-top{ bottom:20px!important; right: 20px!important; left: auto !important;}
.back-to-top:hover{ background: #6362F7!important; color: #fff!important;}

#hubspot-messages-iframe-container.widget-align-right{ right: 20px!important; bottom:100px!important; }


/* Footer
-------------------------------------------------------------- */

#footer {
    font-size: 16px;
    background-color: #1f2041;
    padding: 130px 0 80px;
    position: relative;
    z-index: 1;
    border-style: solid;
    position: relative;
}

#sparkNewfooter  {
    color: #fff;
    margin: 0 0 35px;
}

#sparkNewfooter  ul {
    margin: 0;
    list-style: none;
}


/* Grid */

.footer-grid .col {
    float: left;
}

.footer-grid .span_1_of_1.col {
    float: none;
}

.footer-grid .span_1_of_2 {
    width: 50%;
}

.footer-grid .span_1_of_3 {
    width: 33.33%;
}

.footer-grid .span_1_of_4 {
    width: 25%;
}

.footer-grid .w285 {
    width: 24.359%;
}

.footer-grid .w455 {
    width: 38.889%;
}

.footer-grid .w170 {
    width: 14.53%;
    margin-left: 2.564%;
}


/* Gutter */

.footer-grid.gutter-5 {
    margin-left: -2.5px;
    margin-right: -2.5px;
}

.footer-grid.gutter-5 > .col {
    padding-left: 2.5px;
    padding-right: 2.5px
}

.footer-grid.gutter-10 {
    margin-left: -5px;
    margin-right: -5px;
}

.footer-grid.gutter-10 > .col {
    padding-left: 5px;
    padding-right: 5px;
}

.footer-grid.gutter-15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.footer-grid.gutter-15 > .col {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.footer-grid.gutter-20 {
    margin-left: -10px;
    margin-right: -10px;
}

.footer-grid.gutter-20 > .col {
    padding-left: 10px;
    padding-right: 10px;
}

.footer-grid.gutter-25 {
    margin-left: -12.5px;
    margin-right: -12.5px;
}

.footer-grid.gutter-25 > .col {
    padding-left: 12.5px;
    padding-right: 12.5px;
}

.footer-grid.gutter-30 {
    margin-left: -15px;
    margin-right: -15px;
}

.footer-grid.gutter-30 > .col {
    padding-left: 15px;
    padding-right: 15px;
}

.footer-grid.gutter-35 {
    margin-left: -17.5px;
    margin-right: -17.5px;
}

.footer-grid.gutter-35 > .col {
    padding-left: 17.5px;
    padding-right: 17.5px;
}

.footer-grid.gutter-40 {
    margin-left: -20px;
    margin-right: -20px;
}

.footer-grid.gutter-40 > .col {
    padding-left: 20px;
    padding-right: 20px;
}

.footer-grid.gutter-45 {
    margin-left: -22.5px;
    margin-right: -22.5px;
}

.footer-grid.gutter-45 > .col {
    padding-left: 22.5px;
    padding-right: 22.5px;
}

.footer-grid.gutter-50 {
    margin-left: -25px;
    margin-right: -25px;
}

.footer-grid.gutter-50 > .col {
    padding-left: 25px;
    padding-right: 25px;
}

.footer-grid.gutter-60 {
    margin-left: -30px;
    margin-right: -30px;
}

.footer-grid.gutter-60 > .col {
    padding-left: 30px;
    padding-right: 30px;
}

.footer-grid.gutter-70 {
    margin-left: -35px;
    margin-right: -35px;
}

.footer-grid.gutter-70 > .col {
    padding-left: 35px;
    padding-right: 35px;
}

.footer-grid.gutter-80 {
    margin-left: -40px;
    margin-right: -40px;
}

.footer-grid.gutter-80 > .col {
    padding-left: 40px;
    padding-right: 40px;
}


/* Footer promotion
-------------------------------------------------------------- */

.footer-promotion {
    text-align: center;
    background: #F7FBFE url(assets/img/promo-bg.png) no-repeat center center;
    background-size: cover;
    padding: 110px 0 120px;
    position: relative;
}

.footer-promotion .promo-title {
    margin: 0 0 60px;
    font-size: 42px;
    line-height: 50px;
}

.footer-promotion .btn a {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    padding: 13px 30px 11px;
    border-radius: 5px;
    color: #fff;
    background-color: #ffada6;
    display: inline-block;
}

.footer-promotion .btn a:hover {
    background-color: #333;
    color: #fff;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: FontAwesome!important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#sparkNewfooter .widget_archive ul li a,
#sparkNewfooter .widget_categories ul li a,
#sparkNewfooter .widget_meta ul li a,
#sparkNewfooter .widget_nav_menu ul li a,
#sparkNewfooter .widget_pages ul li a,
#sparkNewfooter .widget_recent_entries ul li a,
#sparkNewfooter .widget_recent_comments ul li a,
#sparkNewfooter .widget_rss ul li a {
    color: #fff;
}

#sparkNewfooter .widget_archive ul li a,
#sparkNewfooter .widget_categories ul li a,
#sparkNewfooter .widget_pages ul li a {
    font-size: 14px;
}
#sparkNewfooter .widget_archive ul li a,
#sparkNewfooter .widget_categories ul li a,
#sparkNewfooter .widget_meta ul li a,
#sparkNewfooter .widget_nav_menu ul li a,
#sparkNewfooter .widget_pages ul li a,
#sparkNewfooter .widget_recent_entries ul li a,
#sparkNewfooter .widget_recent_comments ul li a,
#sparkNewfooter .widget_rss ul li a {
    color: #fff;
}

#sparkNewfooter .widget_archive ul li a,
#sparkNewfooter .widget_categories ul li a,
#sparkNewfooter .widget_pages ul li a {
    font-size: 14px;
}
#sparkNewfooter .widget_archive ul li a:hover,
#sparkNewfooter .widget_categories ul li a:hover,
#sparkNewfooter .widget_meta ul li a:hover,
#sparkNewfooter .widget_nav_menu ul li a:hover,
#sparkNewfooter .widget_pages ul li a:hover,
#sparkNewfooter .widget_recent_entries ul li a:hover,
#sparkNewfooter .widget_recent_comments ul li a:hover,
#sparkNewfooter .widget_rss ul li a:hover {
    color: #4f9be8;
}
#sparkNewfooter .widget_recent_entries .post-date {
    display: block;
    font-size: 14px;
}
#sparkNewfooter .widget_recent_comments .comment-author-link {
    color: #dfdfdf;
}
#sparkNewfooter .widget_calendar caption {
    color: #4f9be8;
}
#sparkNewfooter  select {
    border-color: #fff;
    background-color: #fff;
    color: #777;
}
#sparkNewfooter  .widget-title {
    font-size: 20px;
    color: #fff;
    margin: 0 0 20px 0;
}
#sparkNewfooter .widget_text p:last-child {
    margin-bottom: 0;
}

#sparkNewfooter .widget_calendar table,
#sparkNewfooter .widget_calendar td,
#sparkNewfooter .widget_calendar th {
    border-color: rgba(255, 255, 255, 0.1);
}
#sparkNewfooter _information {
    font-size: 16px;
}
#sparkNewfooter _information .email > span {
    color: #8998c2;
    position: relative;
}
#sparkNewfooter _information ul li.accent-icon i {
    color: #4f9be8;
}
#sidebar .widget.widget_links ul li,
#sparkNewfooter .widget_links ul li {
    border: 0;
    margin-bottom: 20px;
}

#sidebar .widget.widget_links ul.col2 li,
#sparkNewfooter .widget_links ul.col2 li {
    width: 50%;
    float: left;
}


#sparkNewfooter .widget_links ul li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #ccc;
    transition: all ease 0.3s;
}

#sparkNewfooter .widget_links ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    transition: opacity ease 0.3s;
}

#sparkNewfooter .widget_links ul li a:hover:after {
    opacity: 1;
}

#sparkNewfooter .widget_links ul li a:hover {
    color: #fff;
}


/* Widget: Twitter */

#sparkNewfooter .widget_twitter .tweets-wrap {
    overflow: hidden;
    border-radius: 5px;
    padding: 35px 30px 45px;
    background: #f7fbff url(assets/img/twitter-bg.png) no-repeat right bottom;
}

#sparkNewfooter .widget_twitter .tweets-wrap {
    color: #7a7a7a;
}


#sparkNewfooter .widget_twitter .tweets-wrap .tweet-item {
    margin-bottom: 20px;
}


#sparkNewfooter .widget_twitter .authorstamp {
    position: relative;
    padding: 10px 0 0 25px;
}


#sparkNewfooter .widget_twitter .authorstamp:before {
    content: "\e094";
    font-family: "ElegantIcons";
    position: absolute;
    left: 0;
    top: 9px;
    color: #4f9be8;
    font-size: 19px;
}


#sparkNewfooter .widget_twitter .author a {
    color: #222;
    font-size: 15px;
    font-weight: 700;
}


#sparkNewfooter .widget_twitter .time {
    color: #7a7a7a;
    font-size: 13px;
    line-height: 18px;
}


/* Widget: Search */

.widget.widget_search .search-form {
    padding: 13px 15px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.07);
    position: relative;
}

.widget.widget_search .search-form .search-field {
    margin-bottom: 0;
    height: 52px;
    width: 100%;
    border-radius: 3px;
    background-color: #f8f8f8;
}

#sparkNewfooter .widget_search .search-form .search-field,
#footer-widgets .mc4wp-form .email-wrap input {
    background-color: #fff;
    border-color: #d4d4d4;
    color: #777;
}




#sparkNewfooter{ color:#fff; font-size: 100%;font-family: "Montserrat";}
#sparkNewfooter .widget-title{
      font-size: 20px;
    color: #fff;
    margin: 0 0 20px 0;
}

#sparkNewfooter h3{
      font-size: 20px;
    color: #fff;
    margin: 0 0 20px 0;
    line-height: 1.4;
    padding: 0;
}
#sparkNewfooter h3:before{ display: none;}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: FontAwesome!important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#sparkNewfooter .socials .icon{ display: inline-block; margin-right: 30px;}
#sparkNewfooter .socials .icon a{ color: #8998c2;}
#sparkNewfooter .socials .icon a:hover{ color: #6362f7;}


#sparkNewfooter .widget-title{line-height: 1.4;}
#sparkNewfooter .document{ margin-bottom: 30px;}
#blogFooter .widget-span.custom-footer{ background: #1f2041!important;}


#sparkNewfooter ul,
#sparkNewfooter li{list-style: none; margin: 0; padding: 0;}
#sparkNewfooter :hover{ text-decoration: none!important;}


#sparkNewfooter .custom-footer-new-rss a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #ccc;
    transition: all ease .3s;
}

#sparkNewfooter .custom-footer-new-rss a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    transition: opacity ease 0.3s;
}

#sparkNewfooter .custom-footer-new-rss a:hover:after {
    opacity: 1;
}

#sparkNewfooter .custom-footer-new-rss a:hover {
    color: #fff;
}

#sparkNewfooter .custom-footer-resources,
#sparkNewfooter .custom-footer-about{ padding-left: 25px;}


.blog .blog-sidebar h3{ margin-left: 30px;font-size: 18px; margin-bottom: 24px;
    font-weight: 600; text-transform: capitalize;}


.spark-post-item .hs-featured-image-wrapper{ margin-bottom: 5px; text-align: left;}
/*.spark-post-item .hs-featured-image-wrapper .hs-featured-image{ max-width: 650px; width: 650px;}*/

.spark-post-item .post-header{ 
    border-bottom: 1px solid #DEDEDE;
 padding: 25px 20px 25px 20px;
    position: relative;
    border-radius:20px;
}
.spark-post-item .post-category a{ color: #aaa; outline: 0; text-decoration: none; transition: all ease 0.3s; text-transform: uppercase;}
.spark-post-item .post-category {color: #dedede;}
.spark-post-item .post-category i{ display: none;}


.custom-menu-primary .hs-menu-wrapper>ul>li.SearchIcon{ height: 120px; padding-top: 50px;}
.custom-menu-primary .hs-menu-wrapper>ul>li.SearchIcon>a i.oslo-icon-search100{ font-family: 'linea' !important;}
.custom-menu-primary .hs-menu-wrapper>ul>li.SearchIcon>a i.oslo-icon-search100:before{    content: "#";}
.custom-menu-primary .hs-menu-wrapper>ul>li.SearchIcon>a{
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 34px;
    font-size: 20px;
}

#blogSidebar .widget-module ul,
#blogSidebar .widget-module ul *{ position: relative; font-family: "Montserrat"!important;}

#blogSidebar .widget-module ul li{
  padding: 0!important;
  margin: 0!important;
  border-top: 1px solid #e7e7e7!important
}
#blogSidebar .widget-module ul li:first-of-type{ border-top: none!important;}
#blogSidebar .widget-module ul li a,
.blog .blog-sidebar ul li a{
  display: block;
  padding: 15px 0!important;
    color: #17175a!important;
    font-size: 16px!important;
}

#blogSidebar .widget-module ul li a .filter-link-count{    
  color: #7a7a7a;
  margin-left: 2px;
}

.blog .blog-sidebar ul li a:before{display: none!important}

.blog a:hover{ text-decoration: none!important}
.blog .spark-read-more-link a{
background-color: transparent;
    border-radius: 0;
    color: #000000;
    display: inline-block;
        font-family: "Montserrat";
    font-size: 16px;
    letter-spacing: 0;
    padding: 0;
    text-transform: capitalize;
}

#spark-blog-post .hs-featured-image-wrapper{ margin-bottom: 5px;}
#spark-blog-post .post-meta {
    color: #758493;}
#spark-blog-post .post-meta a{ color: #333;}

.section.post-footer form textarea, 
.section.post-footer form input{ 
  border: 1px solid #f8f8f8;
    font-family: "circular", sans-serif;
    color: #7a7a7a;
    background-color: #f8f8f8;
    padding: 12px 20px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #f8f8f8;
    font-size: 15px;
    margin-bottom: 10px;
    text-shadow: none;
    box-shadow: none;
    box-sizing: border-box;
    transition: all ease 0.3s;
}
.section.post-footer ul.no-list.hs-error-msgs.inputs-list{ margin-top: -15px;}


.section.post-footer .actions input.hs-button.primary{background-color: #6362f7;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    padding: 13px 30px 11px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;}
    
    
.section.post-footer .actions:before,   
.section.post-footer .actions:after { display: none;}    
.section.post-footer .actions{ padding-left: 0!important;}   
    
    
 #comments-listing{ border:none}   

.section.post-footer form{ padding-top: 50px; position: relative; margin-top: 65px; }
.section.post-footer form:before{ position: absolute; content: "Leave a Comment";  font-size: 18px; top:0; left: 0;}     

.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper ul{ left: auto; right: 100%;top: -10px;}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{    word-break: break-word!important;
    white-space: initial;}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li li.hs-item-has-children:after{
  position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    right:15px;
    top: calc(50% - 5px);
    transform: rotate(-135deg) translate(0,-50%);
    -webkit-transform: rotate(-135deg) translate(0,-50%);
}


.back-to-top,button,.button, [type="submit"], [type="button"]{ outline: none!important;}
@media (min-width: 768px){

#search-form-container{
  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    transition: all ease-in-out 0.3s;
}

#search-form-container a.search-form-close{
  z-index: 5;
  color: #fff;
      position: absolute;
    top: 40px;
    right: 40px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    transition: all ease 0.3s;
    width: 40px!important;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    line-height: 35px!important;    
}
#search-form-container form {
    position: absolute;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 10px;
    transition: all ease-in-out 0.25s;
}


#search-form-container input[type="search"], 
#search-form-container input[type="search"]:focus {
    border: 0;
    border: 1px solid #666;
    z-index: 1;
    position: relative;
}
#search-form-container input[type="search"] {
    width: 100%;
    font-size: 28px!important;
    font-family: "circular", sans-serif;
    text-align: center;
    line-height: 60px!important;
    height: 60px!important;
    margin-bottom: 0;
    padding: 19px 40px!important;
    color: #ddd;
    border-radius: 5px!important;
    background-color: transparent;
}

#search-form-container input[type="submit"]{
  font-family: arial;
      position: absolute;
    top: 50%;
    left: auto;
    transform: translate(0, -50%);
    right: 20px;
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #fff;
    line-height: 32px;
    text-indent: -9999px;
    padding: 0;
    background-color: transparent;
    transition: all ease 0.3s;
    z-index: 1;
}
#search-form-container form:after {
    content: "→";
    font-family: arial;
    font-weight: normal;
    position: absolute;
    top: calc(50% + 12px);
    left: auto;
    right: 25px;
    transform: translate(0,-50%);
    width: 20px!important;
    height: 100%;
    text-align: center;
    color: #fff;
    text-indent: 0;
    font-size: 20px;
    line-height: 34px;
    transition: color ease .3s;
    z-index: 0;
}

  
}
@media (max-width: 767px){
  .body-container-wrapper .body-container.container-fluid,
  #page-footer-fix{ padding: 0 20px;}
  .spark-post-item .hs-featured-image-wrapper .hs-featured-image{ max-width: 100% !important;}
  .banner-content h1{line-height: 1.4;
    font-size: 42px;}
    .mobile-trigger{ position: absolute; top:40px; right: 10px;}
    .blog .banner-content{padding-top: 50px;}
  .blog .custom-header {
      
      position: fixed !important;
      width: 100% !important;
      top: 0 !important;
      left: 0 !important;
  }
  .blog.custom_header_fixed .custom-header{
    background-color: rgba(255, 255, 255, 0.9);
  }
  
  .custom-menu-primary.js-enabled .hs-menu-wrapper{ width: 80%; }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a { height: 50px;line-height: 50px; text-decoration: none; padding: 0 22px 0 35px !important;; color: #fff;font-family: "Montserrat"; font-weight: normal!important}
  .custom-menu-primary .hs-menu-wrapper>ul a{ height: 50px;line-height: 50px; text-decoration: none; padding: 0 22px 0 35px !important; color: #fff;font-family: "Montserrat"; font-size: 16px!important;}
  .custom-menu-primary .hs-menu-wrapper a{color: #fff!important;}
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{ margin: 0; padding:0 10px ;}
  .custom-menu-primary .hs-menu-wrapper>ul>li:not(.SearchIcon)>a:before{ display: none;}
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after{ left: auto!important; right: 15px!important; border-left-color: #fff; border-bottom-color: #fff; margin-top: 0!important;}
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.child-open>a:after{ margin-top: 0!important;}
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li li.hs-item-has-children:after{ border-left-color: #fff; border-bottom-color: #fff; margin-top: 0!important;    transform: rotate(-45deg) translate(0,0);
    -webkit-transform: rotate(-45deg) translate(0,0); top: 22px;}
    .custom-menu-primary .hs-menu-wrapper {
    background-color: #171732;
    
    }
    
  .mobile-open .custom-menu-primary.js-enabled {
      padding-top: 120px!important;
      position: fixed!important;
      width: 100%!important;
      height: 100%!important;
      background: rgba(0,0,0,0.5)!important;
      left: 0!important;
  } 
  .mobile-open .custom-menu-primary.js-enabled:before{
    position: absolute;
    content: "";
    width: 80%;
    height: 100%;
    background: #171732;
    top:0;
    left: 0;
    bottom:0
  }
  .mobile-open .custom-menu-primary.js-enabled:after{
    position: absolute;
    content: "";
    width: 150px;
    height: 50px;
    background: url(https://www.sparkepos.com/wp-content/uploads/2020/08/300100-icon-white.png) no-repeat center center; background-size: cover;
    top:40px; left: 20px;

  }
  
  .custom-menu-primary .hs-menu-wrapper>ul>li.SearchIcon{ height: auto;}
  .custom-menu-primary .hs-menu-wrapper>ul>li.SearchIcon>a{display: none !important;}
  #search-form-container input[type="search"]{ border: 1px solid #fff;
    border-radius: 3px;}
    .mobile-trigger{ z-index: 999999999;}
    .custom-menu-primary .hs-menu-wrapper>ul li a{ border-top-color:rgba(255, 255, 255, 0.07);}
    .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after{ transform:rotate(-45deg) translate(0,0); -webkit-transform:rotate(-45deg) translate(0,0); top:22px}
    .custom-menu-primary.js-enabled .hs-menu-wrapper{ max-height: calc(100vh - 200px); overflow-y: scroll;}
    
}


.span12.widget-span.widget-type-cell.page-center {
    max-width: 90%;
}

/* Main Container */
.post-listing {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important; /* Force 3 columns */
    gap: 30px; /* Space between cards */
    width: 100%;
    margin-bottom: 50px;
}

/* Individual Post Card */
.post-item.spark-post-item {
    background: #ffffff;
    border-radius: 12px; /* Rounded corners as per Figma */
      border: 1px solid #DEDEDE;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #f0f0f0; /* Subtle border */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); 
    transition: transform 0.3s ease;
    float: none !important; /* Resetting HubSpot floats */
    width: 100% !important;
}

.post-item.spark-post-item:hover {
    transform: translateY(-5px); /* Hover effect */
}

/* Image Styling */
.hs-featured-image-wrapper {
    overflow: hidden;
}

.hs-featured-image-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover; 
}

/* Header & Title */
.post-header {
    padding: 24px 20px 10px;
    flex-grow: 1;
}

.post-title {
    margin: 0 0 15px 0 !important;
}

.post-title a {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #333333 !important;
    line-height: 30px !important;
    text-decoration: none !important;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Read More Link */
.spark-read-more-link {
    padding:0px;
}

.spark-read-more-link a {
    font-weight: 600;
    color: #000000;
    text-decoration: underline;
    font-size: 15px;
    text-transform: capitalize;
}

/* Tablet: 2 Columns */
@media (max-width: 991px) {
    .post-listing {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* Mobile: 1 Column */
@media (max-width: 767px) {
    .post-listing {
        grid-template-columns: 1fr !important;
    }
    .hs-featured-image-wrapper {
        height: auto;
    }
}

.blog-listing-wrapper.cell-wrapper {
    width: 100% !important;
    max-width: 100% !important; 
    margin: 0 auto !important;
}

/* 2. Flexbox Grid Setup */
.post-listing {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important; 
    gap: 30px 20px; 
    width: 100% !important;
}

/* 3. Card Width Calculation */
.post-item.spark-post-item {
    flex: 0 0 calc(33.33% - 14px) !important; 
    margin: 0 !important;
    background: #ffffff;
    border-radius: 12px;
      border: 1px solid #DEDEDE;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    .post-item.spark-post-item {
        flex: 0 0 calc(50% - 10px) !important;
}

@media (max-width: 767px) {
    .post-item.spark-post-item {
        flex: 0 0 100% !important;
    }
}

.post-header h2:before {
  display: none !important;
 }


.blog-detail-page .post-item.spark-post-item {
    background-color: transparent;
    border: none !important;
    border-radius: 0px !important;
    padding: 0 !important;
    box-shadow: none !important;
    display: block !important;
}
  
  
 .blog-detail-page .spark-post-item .post-header{
    display:none !important; 
  }
  
  .blog-detail-page .post-item.spark-post-item:hover {
  transform: none !important;
}
  
  .blog-detail-page .hs-featured-image-wrapper {
    margin-bottom: 50px !important;
}
  
.blog-detail-page .hs-featured-image-wrapper img {
    border-radius: 30px;
}
  
.blog-detail-page .post-body.clearfix p {
    font-size: 16px !important;
    line-height: 28px !important;
}
  
  .blog-detail-page .post-body.clearfix span {
    font-size: 16px !important;
    line-height: 28px !important;
    text-align: left !important;
}
  
  .blog-detail-page .post-item.spark-post-item img {
    width: 100% !important;
}
  
  a#cta_button_6083570_4664bbeb-5550-4ff7-a759-be8d15d60043 {
    background: #6362F7 !important;
    text-align: left !important;
    font-family: 'Montserrat' !important;
    font-size: 20px !important;
}
  
  .blog-detail-page .section.post-footer {
    width: 100%;
    margin-left: 0px !important;
}

.blog-detail-page input {
    border: 1px solid #ddd !important;
}

div#hs_form_target_c1bf1db1-4a70-4dd4-8d44-6f544c240821 .hs-button {
    font-family: 'Montserrat' !important;
    font-size: 16px !important;
}

div#hs_form_target_c1bf1db1-4a70-4dd4-8d44-6f544c240821 .hs-button {
    font-family: 'Montserrat' !important;
    font-size: 14px !important;
    border: 1px solid #6362f7 !important;
}

div#hs_form_target_c1bf1db1-4a70-4dd4-8d44-6f544c240821 .hs-button:hover{
      background: #222347 !important;
}