/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 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 {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    margin-bottom: 20px;
    min-height: 7em;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.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;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.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 a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > 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;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .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;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

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

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

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.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%;}

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


/* 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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    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;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

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

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

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




/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* EX: @import url('http://example.com/example_style.css'); */

@import url('//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@font-face {
		font-family:"panton";
  	src: url('https://www.mabl.com/hubfs/Ad%20Banners/fontfabric_-_panton-extralight-webfont.ttf') format('truetype');
  	font-weight: normal;
    font-style: normal;
}
@font-face {
		font-family:"panton-regular";
  	src: url('https://www.mabl.com/hubfs/Panton-Regular.ttf') format('truetype');
  	font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:"ProximaNova-Regular";
    src: url('//cdn2.hubspot.net/hubfs/3937956/Mabl%20November2017/Fonts/ProximaNova-Regular.eot') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hubfs/3937956/Mabl%20November2017/Fonts/ProximaNova-Regular.woff') format('woff'),
    url('//cdn2.hubspot.net/hubfs/3937956/Mabl%20November2017/Fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family:"ETmodules";
    src: url('//cdn2.hubspot.net/hubfs/3937956/Mabl%20November2017/Fonts/modules.eot') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hubfs/3937956/Mabl%20November2017/Fonts/modules.woff') format('woff'),
    url('//cdn2.hubspot.net/hubfs/3937956/Mabl%20November2017/Fonts/modules.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family:"pantonextrabold";
    src: url('//cdn2.hubspot.net/hubfs/3937956/Mabl%20November2017/Fonts/fontfabric_-_panton-extrabold-webfont.eot') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hubfs/3937956/Mabl%20November2017/Fonts/fontfabric_-_panton-extrabold-webfont.woff') format('woff'),
    url('//cdn2.hubspot.net/hubfs/3937956/Mabl%20November2017/Fonts/fontfabric_-_panton-extrabold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


p{
  margin-top: 20px;
  font-family: 'Open Sans',sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
}
a{
  text-decoration: none;
  font-family: panton-regular, sans-serif;
}
h1{
	/* margin: 20px 20px 10px; */
  font-size: 50px;
  line-height: 55px;
  font-weight: bold !important;
  font-family: Panton,sans-serif;
}
h2{
	font-family: Panton,sans-serif;
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
  font-weight: bold;
}
h3{
	font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
	font-family: panton-regular,sans-serif !important;
}
h4{
  font-family: 'pantonextrabold';
  font-family: panton-regular,sans-serif;
  font-weight: 600;
}
h5{
  font-family: 'pantonextrabold';
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
ul{
	font-family: panton-regular, sans-serif;
}
body{
	margin: 0px;
  min-height: 100vh;
  font-family: panton,sans-serif;
  transition: all .3s ease; 
  color: #4c4c4c;
  background-image: url(https://cdn2.hubspot.net/hubfs/3937956/Mabl%20July%20Redesign/Blog%20/things_left@2x.png), url(https://cdn2.hubspot.net/hubfs/3937956/things_right@2x@50%25.png), linear-gradient(to bottom, #FFF 500px, #FFF 700px);
	background-repeat: no-repeat, no-repeat, no-repeat;
  background-position-x: 0, 100%, 0px;
  -moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}
/* body{
	margin: 0px;
  min-height: 100vh;
  font-family: panton,sans-serif;
  transition: all .3s ease; 
  color: #4c4c4c;
  background-image: url(https://cdn2.hubspot.net/hubfs/3937956/Mabl%20July%20Redesign/Blog%20/things_left@2x.png), url(https://cdn2.hubspot.net/hubfs/3937956/Mabl%20July%20Redesign/Blog%20/things_right@2x.png), linear-gradient(to bottom, #FFF 500px, #FFF 700px) ;
	background-repeat: no-repeat, no-repeat, no-repeat;
  background-position-x: 0, 100%, 0px;
  -moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
} */
.header-container-wrapper{
  z-index:9999;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}
.gartner-info{
  margin-top:30px;
  margin-bottom:30px;
  border-radius: 30px 30px 0px 0px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 50px 100px;
  color: #005b92;
  width: 75%;
  margin: auto;
}
.gartner-info h2{
    font-size: 35px;
    line-height: 40px;
    font-weight: 300;
    font-family: Panton-regular,sans-serif;
    text-align: left;
    position: relative;
}
.gartner-homepage-image {
  padding-top: 40px;
}
@media (max-width: 767px){
  .gartner-homepage-image {
    padding-top: 0px;
  }
  .home-banner-buttons .gray-box{
    margin: 30px 0px;
  }
  .gartner-info{
    padding: 50px 60px;
  }
  .gartner-info h2{
      font-size: 30px;
      line-height: 35px;
      text-align: center;
  }
  .homepage-top-header{
      text-align: center;
  }
}
.home-page-case-studies-banner {
    padding: 50px 100px;
}
.home-banner-gray{
    background-color: #4b4a56;
    background-size: cover;
    height: 610px;
    padding: 100px;
}
.home-banner-buttons{
    background-color: #4b4a56;
    background-size: cover;
    padding: 50px;
}
.home-banner-buttons .left-button-mobile{
  display: none;
}
.home-banner-buttons .right-button-mobile{
  display: none;
}
@media (max-width: 767px){
  .home-banner-buttons img{
    margin-bottom: 10px;
  }
  .home-banner-buttons .left-button{
    display: none;
  }
  .home-banner-buttons .right-button{
    display: none;
  }
  .home-banner-buttons .left-button-mobile{
    display: block;
    width: 100%;
  }
  .home-banner-buttons .right-button-mobile{
    display: block;
    width: 100%;
  }
}
@media (max-width: 500px){
}
.overflow-hidden{
	overflow: hidden;
}
/**** mablU ****/
.sidenav_spacing{
  padding-left: 5%;
}
.tableofcontents{
  display: none;
}
.mabl-u-landing-box{
  padding-bottom: 30px;
}
@media (max-width: 767px){
  .mabl-u-text{
    text-align: center;
  }
  .mabl-u-landing-box img{
    width: 100% !important;
  }
}
@media (max-width: 1400px){
  .sidenav_spacing{
    padding-left: 0%;
  }
  .tableofcontents{
    display: block;
  }
}
.main-content{
      z-index: 1;
    display: block;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
.page-center{
    max-width: 1200px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
		float: none !important;
  	margin: 0 auto !important;
  	display: block !important;
}
.wide-center{
	max-width: 95%;
  padding-left: 25px;
  padding-right: 25px;
  		float: none !important;
  	margin: 0 auto !important;
  	display: block !important;
}
@media (max-width: 1200px){
	.page-center{
  	padding-left: 28px;
    padding-right: 28px;
  }
}
/**** Header ****/
.ghost{
		margin-left: 0;
    padding: 7px 13px;
    border: 2px solid #4c4c4c !important;
    background-color: transparent !important;
    color: #4c4c4c !important;
}
.ghost-outline{
    border: 2px solid #4c4c4c !important;
}
.ghost-outline-new-nav{
    border: 2px solid #cc45be !important;
}
.button{
	    margin: 0 8px;
    border-radius: 4px !important;
    background-color: #4c4c4c;
    color: #fff;
    font-weight: 600;
  	margin-top: 5px;
}
a .whitelink {
		color: #fff;
}
a .blacklink {
		color: #fefefe;
}
.w-button {
    display: inline-block;
    padding: 9px 15px;
    color: #fff;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}
.w-button-new-nav {
    display: inline-block;
    padding: 9px 15px;
    color: #fff;
    background-color: #cc45be !important;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}
@media (max-width: 767px){
  .mobile-login-hide{
    display: none !important;
  }
}
.button-container{
    text-align: right;
}
.header-container-wrapper{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
 	 margin-left: auto;
    margin-right: auto;
}
.header-container{
	width: 100%;
}
.header-container .custom-logo img{
  padding-top: 12px;
}
.header-container .custom-logo-blog img{
  padding-top: 12px;
}
.custom-menu-primary{
	    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.custom-menu-primary a{ 
	display: inline-block;
    color: #222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  font-family: Panton,sans-serif;
  font-weight: 700;
  font-family: 16px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
	border-radius: 14px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a{
  overflow: visible !important;
  max-width: 100% !important;
  font-family: panton-regular, sans-serif;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
  padding: 11px 15px;
  overflow: visible !important;
  max-width: 100% !important;
  font-family: panton-regular, sans-serif;
  border-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 15px;
  margin-top: 5px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li:hover > a{
  color: #ffffff;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover > a {
  background: #636363 !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-child(5n+1):hover > a{
	background: #cc45be;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-child(5n+2):hover > a{
	background: #33be91;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-child(5n+3):hover > a{
	background: #fdad2f;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-child(5n+4):hover > a{
	background: #6a67ce;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-child(5n+5):hover > a{
	background: #18c5cf;
}
.hs-menu-children-wrapper a:hover{
	text-decoration: none !important;
  color: #ffffff !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
	background: #4c4c4c;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
	width: auto !important;
  font-family: panton-regular, sans-serif;
  font-weight: 600;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper a{
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
}
@media (min-width: 767px){
	.custom-menu-primary{
  	text-align: center;
  }
}	
/**** Footer *****/
.social-container p{
	text-align: right; 
  font-family: pantonextrabold;
  font-size: 14px;
  color: #4c4c4c;
  margin: 0px !important;
}
.social-container ul{
	float:right;
  list-style: none;
  display: flex;
}
.social-container ul li{
	margin-left: 20px;
}
.social-links{
	display: flex;
  float: right;
  padding-top: 15px;
}
.social-links a{
	margin-left: 20px;
}
.social-links-new-footer{
	display: flex;
  padding-bottom: 15px;
}
.social-links-new-footer a{
	margin-left: 20px;
}
.footer-links {
    display: block;
    margin-right: 20px;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  	padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
.footer-links h4{
	  font-family: pantonextrabold;
    line-height: 28px;
    font-weight: 700;
  	padding-bottom: 8px !important;
  	margin-bottom: 0px;
  	font-size: 14px;
}
.footer-links a{
    display: block;
    font-size: 12px;
    text-decoration: none;
  	color: #4c4c4c;
  	padding: 0px !important;
  	padding-bottom: 4px !important;
}
.new-footer-links {
    display: block;
    margin-right: 20px;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  	padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  color: #ffffff;
}
.new-footer-links h4{
	  font-family: pantonextrabold;
    line-height: 28px;
    font-weight: 700;
  	padding-bottom: 8px !important;
  	margin-bottom: 0px;
  	font-size: 20px;
}
.new-footer-links a{
    display: block;
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
  	padding: 0px !important;
  	padding-bottom: 4px !important;
}
.right-side{
	text-align: right; 
}

.footer-button{
    width: 200px;
    background-color: #c444b7;
    text-align: center;
    padding: 10px 12px;
    border-radius: 5px;
    font-size: 24px;
    letter-spacing: 1px;
    margin-top: 7%;
    margin-bottom: 5%;
    box-shadow: 5px 5px 8px rgb(0, 0, 0, 0.3);
    font-weight: 600;
    float: right;
}

@media screen and (max-width: 768px) {
  div.footer-button {
    float: left;
  }
}


.footer-legal{
	display: flex;
    width: 100%;
    padding-top: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid rgba(76,76,76,.2);
    max-width: 98%;
    margin: 0 auto !important;
    display: block !important;
    float: none !important;
}
.footer-legal-text{
	  color: #4c4c4c;
    font-size: 12px;
}
.new-footer-legal{
	display: flex;
    width: 100%;
    padding-top: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #ffffff;
    max-width: 98%;
    margin: 0 auto !important;
    display: block !important;
    float: none !important;
}
.new-footer-legal-text{
	  color: #ffffff;
    font-size: 16px;
}
/**** Forms ****/
.hs-form label{
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    line-height: 20px;
  	margin-bottom: 7px;
  	font-weight: 700;
  	display: block;
}
textarea{
	  display: block;
    width: 100%;
    min-height: 70px; 
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.hs-form input{
	display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.hs-form .hs-button{
  display: inline-block;
    padding: 9px 15px;
    color: #fff;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
	  margin-right: auto;
    margin-left: auto;
    background-color: #b4529e;
  font-size: 16px;
}

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

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

@media (max-width: 767px){
  .home-demo-request-button{
    margin-bottom: 20px;
  }
 .button-container{
  	text-align: center;
  }
.header-right-upper{
  	display: none !important;
  }
.container-fluid .row-fluid .page-center{
  	max-width: 90%;
  }
.blog .container-fluid .row-fluid .page-center{
  	min-width: 100%;
  }
  /* 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 ===== */
	.header-left{
    float: left !important; 
    width: 50% !important;
	}
  .custom-menu-primary{
    float:right !important;
    width: 50% !important;
  }
  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    width: auto;
    width: 33px;
    height: 35px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    top: -50px;
    right: 0;
    position: absolute;
  }

  .mobile-trigger .icon-bar {
    line-height: 14px;
    vertical-align: text-top;  
    display: block;
    position: absolute;
    height: 3px;
    width: 30px;
    background: #4c4c4c;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .mobile-trigger .icon-bar-1 {
    top: 0px;
  }
  .mobile-trigger .icon-bar-2 {
    top: 10px;
  }
  .mobile-trigger .icon-bar+.icon-bar {
    margin-top: 0;
  }
  .mobile-trigger .icon-bar-3 {
    top: 20px;
  }
  .mobile-open .icon-bar-1 {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .mobile-open .icon-bar-2.open {
    opacity: 0;
    left: -35px;
  }
  .mobile-open .icon-bar-3.open {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }



  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100% !important;
    height: 40px !important;
    padding: 0 !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i {display:  none !important;}
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

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

  .custom-menu-primary.js-enabled{
    position: relative;
    min-width: 100%;
  }

  /* 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: 2px;
    left: 0;
    height: 450px;
    max-height: 450px;
    padding: 0;  
    overflow-y: scroll;
  -webkit-overflow-scrolling:touch;
  }
  .custom-logo > div {
    position:  relative;
  }
  .custom-logo-blog > div {
    position:  relative;
  }
  .custom-menu-primary .hs-menu-wrapper{
    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;
  }
	.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    background: none;
    color: #5c5c5c;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    margin: 0 5px;
    width: auto;
    overflow-y: auto;
    background: #C8C8C8;
    text-align: center;
    overflow: visible;
    min-width: 200px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul li a {
    padding: 5px 15px 5px 25px;
    line-height: 20px;
    color: #5c5c5c;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-size: 1.4rem;
    clear: both;
    font-weight: normal;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children >a:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content:  "";
    margin-left: 5px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children.solutions >a:after {
    margin-left: 2px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    padding: 8px;
  }
}
/**** return on back to desktop size ****/
@media (min-width: 767px) {
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: block !important;
  }  
}
/**** home ****/
.home .section-1{
    z-index: 1;
    display: block;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
/*     background-image: url(https://uploads-ssl.webflow.com/5b7168b…/5b757a6…_things_right%402x.png),url(https://uploads-ssl.webflow.com/5b7168b…/5b757a4…_things_left%402x.png),-webkit-linear-gradient(270deg,transparent,hsla(0,0%,94%,0) 56%,#fff),-webkit-linear-gradient(242deg,hsla(0,0%,85%,0),hsla(0,0%,85%,.17) 33%,#d1cece 49%,hsla(0,0%,100%,0) 61%),-webkit-linear-gradient(270deg,#d8d8d8,#fff);
    background-image: url(https://uploads-ssl.webflow.com/5b7168b…/5b757a6…_things_right%402x.png),url(https://uploads-ssl.webflow.com/5b7168b…/5b757a4…_things_left%402x.png),linear-gradient(180deg,transparent,hsla(0,0%,94%,0) 56%,#fff),linear-gradient(208deg,hsla(0,0%,85%,0),hsla(0,0%,85%,.17) 33%,#d1cece 49%,hsla(0,0%,100%,0) 61%),linear-gradient(180deg,#d8d8d8,#fff);
    background-position: 100% 18%,0 50%,0 0,0 0,0 0;
    background-size: 309px,308px,auto,auto,auto;
    background-repeat: no-repeat,no-repeat,repeat,repeat,repeat;
    background-attachment: scroll,scroll,scroll,scroll; */
}
.home .image-container-left, .home .image-container-right{
  opacity: 0;
}
.home .section-2{
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 80px;
    background-image: url(https://cdn2.hubspot.net/hubfs/3937956/5b8540c623cb5b967b331fbb_background-layout.png);
    background-size: 83px;
    background-repeat: repeat;
    background-attachment: scroll;
  	background-color: #FFF;
}
.home .section-2-updated{
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 80px;
    background-image: url(https://cdn2.hubspot.net/hubfs/3937956/5b8540c623cb5b967b331fbb_background-layout.png);
    background-size: 83px;
    background-repeat: repeat;
    background-attachment: scroll;
  	background-color: #4b4a56;
}
.home .section-3{
	background: #FFF;
}	
.text-container-inner{
	padding: 30px;
}
@media (max-width: 767px){
	.banner-subheader{
  	font-size: 30px;
  }
  .banner-header{
  	font-size: 40px;
  }
  .slide {
  	display: block !important;
  }
  .slide p {
  	font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 10px 5px;
  }
  .slide img {
  	max-width: 100%;
  }
  .slick-prev {
  	display: none !important
  }
  .slick-next {
  	display: none !important;
  }

}	
.caption-active{
	color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
/**** Blog ****/
.post-item-lower .post-body h1, 
.post-item-lower .post-body h2,
.post-item-lower .post-body h3,
.post-item-lower .post-body h4, 
.post-item-lower .post-body h5,
.post-item-lower .post-body strong,
.post-item-lower .post-body a{
	font-size:18px;
  margin: 0px;
  font-weight: normal !important;
}
.back-to-listing{
  display: block;
  margin-top: 30px;
  transition: .3s ease;
  }
.back-to-listing:hover{
	color:#4c4c4c;	
	}
.back-to-listing:before{
	content:'<<';
  padding-right: 5px;
  }
.post-body .hs-responsive-embed iframe{
	min-height: 400px;
}
.blog .custom-layout .hs_cos_gallery_slide{
	max-width: 600px; 
  max-height: 450px;
  overflow: hidden;
}
.widget-type-blog_comments .hs-button{
  max-width:200px;
  margin-top: 30px;
}
.blog .hs_cos_gallery_main .caption.superimpose{
	text-align: left;
  background-color: rgba(75, 74, 86, 0.65);
  box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.15), inset 0 -1px 1px 0 rgba(0, 0, 0, 0.15);
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog .post-body p{
  font-family: panton-regular;
  margin-bottom: 0px;
}

.blog .hs_cos_gallery_slide h2{
	font-size: 34px;
  font-weight: normal;
  line-height: 60px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.blog .slick-slider{
	margin-bottom: 0px;
}
.blog .hs_cos_gallery_slide h5{
	margin-top: 15px;
  margin-bottom: 0px;
}
.blog{
  overflow-x: hidden; 
}
.blog .slick-prev, .blog .slick-next{
	display: none !important;
}
.blog .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper{
	width: 85%;
}
.blog-content{
	display: block;
  float: none !important;
  margin: 0 auto !important;
  max-width: 1240px !important;
}
.blog-content img, .blog-content video{
	padding-top: 20px;
  padding-bottom: 20px;
}
.blog-section{
	text-align: left;
}
.post-listing{
	display: flex; 
  justify-content: space-between;
  flex-wrap: wrap;
}
.post-listing-lisa{
	display: flex;
}
@media (max-width: 1200px){
  .post-listing-lisa{
    display: flex; 
    flex-wrap: wrap;
  }
}
.color-filter{
	width: 100%;
  height: 240px;
  border-radius: 8px;
	}
.mobile-blog-thumbnails {
  display: none;
}
@media (max-width: 767px){
  .color-filter{
    border-radius: 0px !important;
  }
  .blog-social-link{ 
    text-align: center !important;
    margin-top: 20px;
  }
  .blog-social-link .social-image{
    text-align: center !important;
  }
}
.post-item{
	flex-grow: 1;
	width: calc((1/2)*90%);
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  margin-right: 15px;
  margin-left: 15px;
  max-width: 590px;
}
.post-item-blog-header{
	flex-grow: 1;
}
.blog-subscribe{
	font-size: 18px;
}
.blog-subscribe p{
	margin-top: 0px;
  margin-bottom: 0px; 
  padding-top: 5px;
}

.post-item-lower{
	max-width: 540px;
  margin: 0 auto;
  width: 100%;
}
.post-item-lower .post-body{
	padding-top: 18px;
  padding-bottom: 18px;
}
.post-item-lower .topic{
	color: #33be91;
  padding-left: 10px;
  text-transform: uppercase; 
  display: inline-block;
  width: 60%;
}
.author-details{
	display: inline-block;
  vertical-align: top;
}
.post-header h2{
	 position: absolute;
   bottom: 0;
   padding-left: 30px;
   padding-right: 30px;
}
.post-header h2 a{
	font-size: 28px;
  color: #FFF;
}
.published{
	font-weight: bold;
  font-size: 18px;
  color: rgba(75, 74, 86, 0.75);
}
a.author-link{
	color: #4b4a56;
  font-size: 18px;
}
.more-link{
	font-size: 14px;
  color: #4b4a56; 
  font-weight: bold;
  display: block;
  margin-top: 18px; 
}
.more-link:after{
	content: '>>';
  font-size: 14px;
  padding-left: 5px;
}
.post-details{
	position: absolute;
    top: 50%;
    width: 100%;
    min-height: 100px;
    text-align: center;
    padding-bottom: 17px;
    transform: translateY(-50%);
}
.post-item p{
	font-size: 14px;
	padding-bottom: 10px;  
}
.free-ebooks-featured-image{
  border-radius:12px;
	background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 190px;
  max-width: 400px;
  position: relative;
  float: none;
  margin: 0px 0px 5px 0px;
  border-radius: 8px;
}
.popular-posts-featured-image{
  border-radius:12px;
	background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 126px;
  max-width: 570px;
  position: relative;
  float: none;
  margin: 0px 0px 5px 0px;
  border-radius: 8px;
}
.hs-featured-image-wrapper{
  border-radius:12px;
	background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  min-height: 240px;
  max-width: 570px;
  position: relative;
  float: none;
  margin: 0px 0px 15px 0px;
  border-radius: 8px;
}
.hs-featured-image-wrapper-updated{
  border-radius:12px;
	background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  min-height: 570px;
  width: 100%;
  max-width: 100%;
  position: relative;
  float: none;
  margin: 0px 0px 4px 0px;
}
@media (max-width: 776px) {
  .hs-featured-image-wrapper-updated{
    min-height: 370px;
  }
}

@media screen and (max-width: 767px) {
.hide-on-mobile {
    visibility: hidden;
    display: none;
    height:0px;
    width:0px;
  }
}

@media screen and (min-width: 767px) {
.show-on-mobile {
    visibility: hidden;
    display: none;
    height:0px;
    width:0px;
  }
}

.blog-header{
  background: #4b4a56;
  min-height: 500px !important;
  background-image: url(https://cdn2.hubspot.net/hubfs/3937956/Mabl%20July%20Redesign/Blog%20/isometric%20grid%20%281%29.svg);
  padding-top: 50px;
  background-repeat: no-repeat;
  background-position: 420px 50px;
  position: relative;
}
.blog-header-updated{
  background-repeat: no-repeat;
  background-position: 420px 50px;
  position: relative;
}
.blog .blog-top{
  display: block; 
  float: none !important;
  margin: 0 auto !important;
  max-width: 1240px !important;
  text-align: center;
  padding-top: 0px;
}
.blog .hs-search-field{
	max-width: 570px;
  display: block; 
  margin: 0 auto; 
  margin-bottom: 0px;
}
.left-image img{
  position: absolute;
  left: 0;
  bottom: -150px;
  width: 530px !important;
}
.right-image img{
  position: absolute;
  right: 0;
  top: 50px;
  width: 530px !important;
}
.blog-social-link{ 
  background-color: white;
  border-radius: 20px;
  border: 1px solid;
  border-color: #D2CECE;
  padding: 10px;   
  box-shadow: 5px 5px 10px rgb(210, 206, 206);
  display: inline-block;
  margin-left: 25% !important;
  margin-right: 25% !important;
  width: 50% !important;
}
/***** Miscellaneous *****/
.project-page .body-container{
  padding-top: 0px;
}
.form-sub-text img{
	margin-bottom: 20px;
  max-width: 120px;
  padding-right: 20px;
  padding-left: 20px;
}
.published{
	color: #333;
}
.home-banner-form .submitted-message{
	font-size: 30px;
  font-weight: bold;
}
.home-banner-form .hs-form input{
	background-color: rgb(209,206,206);
}
.home-banner-form .hs-form textarea{
  background-color: rgb(209,206,206);
}
.demo-form-container .hs-button{
	background-color:#b4529e !important;
}
.overflow-container iframe{
  min-height: 740px;
}
.demo-form-container{
 	padding: 20px !important; 
}
.demo-form-container .hs-form label{
	text-align: left;
}
.hs-search-field__bar{
	  max-width: 570px;
    display: block;
    margin: 0 auto;
}
.hs-search-field__bar input{
      margin-bottom: 0px;
      -webkit-appearance: none;
    -moz-appearance: none;
    max-width: 570px;
    height: 40px;
    background-color: #ffffff;
    border: solid 1px rgba(75, 74, 86, 0.2);
    border-radius: 30px;
    padding-left: 42px;
    font-size: 18px;
}
.author-link{
	color: #333;
}
.testimonial-section img{
	max-width:360px;
}
.testimonial-header h2{
    padding-top: 60px;
    display: flex;
    justify-content: center;
 	  font-weight: 400;
}
.testimonial-section{
	padding-top: 30px;
  display: flex !important;
  justify-content: center;
}
.text-container-inner a{
	font-family: Panton-regular, sans-serif;
}
.slick-slide-inner-wrapper{
	max-height: 500px;
}
@media (max-width: 1300px){
	.blog .hs_cos_gallery_main .caption.superimpose{
  	right: auto;
  }
}
.load-more{
	text-align:center;
  		margin-left: 0;
    padding: 7px 13px;
    border: 2px solid #4c4c4c !important;
    background-color: transparent !important;
    color: #4c4c4c !important;
      display: block;
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 30px;
		border-radius: 4px;  
}
/***** 404 ****/
.error-404-page-lay .hs-search-field__input{
	display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    max-width: 350px;
    margin: 0 auto;
}
.error-404-page-lay .blog-content a{
	text-decoration: underline;
  color:#4c4c4c;
  font-weight: bold;
}
.error-404-page-lay{
	    background-image: url(https://cdn2.hubspot.net/hubfs/3937956/Mabl%20July%20Redesign/Blog%20/things_left@2x.png?t=1539031842886), url(https://cdn2.hubspot.net/hubfs/3937956/Mabl%20July%20Redesign/Blog%20/things_right@2x.png?t=1539031842886), linear-gradient(to bottom, #FFF 100px, #FFF 200px);
}
.custom_error_message h1{
	  margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 140px;
    line-height: 140px;
    text-align: left;
}
/***** Job Listing *****/
.listing-container{
	  max-width: 800px;
  	margin: 0 auto;
  	display: block !important;
  	float: none !important;
  	margin-left: auto !important;
    margin-top: 10px;
    padding: 30px;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(270deg,#fff,#fff);
    background-image: linear-gradient(180deg,#fff,#fff);
    box-shadow: 0 0 16px 0 rgba(76,76,76,.2);
}
.listing-container p{
  line-height: 25px;
}
.listing-container h3{
	font-family: pantonextrabold !important;
}
/***** Blog Post *****/
  .post .post-body{
  	max-width: 770px;
    margin: 0 auto;
    padding-top: 60px;
  }
	.blog-post-top{	
  	padding-top: 50px;  
	}
  .post-body p, .post-body span{
    color:#4b4a56;
    font-size: 18px;
    font-family: panton-regular;
  }
	.post-body a{
		color: #35a17d; 
    text-decoration: none;
  }
	.custom-logo img{
  	padding-left: 30px;
	}
	.custom-logo-blog img{
  	padding-left: 30px;
	}
	.comment-container{
		background-color: rgba(75, 74, 86, 0.05);
    padding-top: 111px;
	}
	.post .body-container-wrapper{
		padding-bottom: 60px;
	}
	.comment{
		max-width: 834px;
    margin: 0 auto;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    background-color: #ebebeb;
    border: solid 1px rgba(75, 74, 86, 0.2);
    border-radius: 8px;
    padding: 30px;
    padding-top: 10px !important;
    margin-bottom: 15px;
	}
	.new-comments{
		padding-top: 60px;
	}
	.comment-form a{
		color: #4b4a56;
	}
	.comment-reply-to{
		padding-left: 0px;
	}
	.comment-form h4{
		margin-bottom: 0px;
	}
	.comment-date{
		color: rgba(75, 74, 86, 0.5);
    font-weight: bold;
	}
	.post-footer form{
		display: block;
    max-width: 600px;
    margin: 0 auto;
    float: none;
	}
/**** Search ****/
  input[type="search"]{
		-webkit-appearance: none;
    -moz-appearance: none;
  max-width: 570px;
  height: 40px;
  background-color: #ffffff;
  border: solid 1px rgba(75, 74, 86, 0.2);
  border-radius: 30px;
  padding-left: 42px;
  font-size: 18px;
  }
/**** Pricing ****/
.pricing-heading h2{
  padding-top: 0px;
  margin-top: 0px;
}
.pricing-heading {
	padding-top: 0px;
}
/**** Overflow Lander ****/ 
.overflow-lander{
	background-image:none;
}
.overflow-lander .main-content{
	overflow: visible;
}
.overflow-lander .body-container{
	padding-top: 30px;
}
.overflow-lander h1{
	margin-left: 0px;
}
.overflow-lander .header-container-wrapper{
	position: relative;
}
.overflow-container{
	transform: translateY(-280px);
  background:#ebebeb;
  padding:20px;
  min-height: 100vh !important;
  z-index:99999999;
  position: relative;
  padding-top:140px;
}
.overflow-container-demo{
  background:#ebebeb;
  padding:20px;
  min-height: 100vh !important;
  position: relative;
}
.overflow-container-demo-page{
	transform: translateY(-280px);
  background:#ebebeb;
  padding:20px;
  min-height: 100vh !important;
  z-index:99999999;
  position: relative;
  padding-top:90px;
}
.overflow-container-popup{
  background:#ebebeb;
  padding:20px;
  z-index:99999999;
  position: relative;
  padding-top:90px;
}
.overflow-container textarea{
	max-height: 70px;
}
.overflow-container .hs-form input {
  border: none;
  border-radius: 0px;
  height: 50px;
}
.overflow-container.hs_cos_wrapper_type_rich_text{
	color: #4c4a57;
}
.overflow-container .hs-form .hs-button{
	display: block;
  text-align: center;
  margin-top: 20px;
  max-width: 200px;
  border-radius: 30px;
  height: 30px;
  font-weight: bold;
  padding-top: 20px;
}
.form-sub-text{
	padding-top:30px;
}
/**** End to end Lander ****/
.gradient-green-background{
  color: #fff;
  background-image: linear-gradient(#CEEFE4, #34BE90);
}
.gradient-green-image{
  margin-top: 30px;
  margin-bottom: 30px;
}
.green-background{
  background-color:#34be90;
  color: #fff;
}
.grey-background{
  background-color:#d1cece;
}
.solutions-section{
  text-align: center;
  margin: auto;
  padding-bottom: 50px;
}
.solutions-section .info div span{
  text-align: left !important;
  display: inline-block;
  min-width: 263px;
  padding-bottom: 30px;
}
.solutions-section .info div span br{
  display: initial !important;
}
.solutions-section img{
  max-width: 150px;
}
.end-to-end-features{
  margin-top: 100px;
}
.end-to-end-features img{
  max-width: 80%;
  margin-top: 15%;
}
.end-to-end-bottom img{
  margin-top: 15%;
}
.end-to-end-bottom div span{
  text-align: left !important;
  display: inline-block;
  min-width: 263px;
  padding-bottom: 30px !important;
}
.end-to-end-top{
  margin-top: 25px;
}

@media (max-width: 1157px){
  .end-to-end br{
    display: none;
  }
}
@media (max-width: 767px){
  .end-to-end-features, .end-to-end-bottom, .end-to-end-top, .gradient-green-background{
    text-align: center;
  }
  .gradient-green-image{
    margin-top: 0px;
  }
}
@media (max-width: 768px){
  .end-to-end-bottom a, .end-to-end-top a, .gradient-green-background a{
    font-size: 12px;
  }
}
/**** Media Query ****/ 
@media (max-width: 1240px){
  .blog-section{
  	padding-top: 4px;
  }

  .overflow-lander .hs_cos_wrapper_type_rich_text{
  	padding-left: 20px;
  }
  .overflow-container{
	  transform: translateY(0px);
    padding-top: 20px;
  }
  .overflow-container-demo-page{
    transform: translateY(0px);
    padding-top: 20px;
  }
  .blog .footer-container-wrapper .hs_submit input, .post .footer-container-wrapper .hs_submit input{
  	margin-top: 15px;
  }
  .blog-listing{
    padding-left: 10px;
    padding-right: 10px;
  }
  .team .investors-block{
  	margin-left: 0px !important;
    margin-right: 0px !important;
  }
 .blog-header .right-image, .blog-header .left-image{
  	display: none;
  }
  .widget-type-blog_comments form{
 		padding-left: 30px;
    padding-right: 30px;
  }
}
/* CAREERS PAGE */		
	.benefits img{		
	  display: block;		
	  margin: auto;		
	  height: 109px;		
	  width: auto !important;		
	  padding-top: 15px;		
	}		
	.benefits h2{		
	  min-height: 72px;		
	}		

@media (max-width: 776px){
  .benefits h2{		
	  min-height: initial;		
	    		
	}
    .step{
  	width: 100%;
  }
	.rotate3d2{
  	animation-name: none;
  }
  .rotate3d{
  	animation-name: none;
  }
  .home .image-container-left, .home .image-container-right{
  	opacity: 1 !important;
  }
	.post-banner-container{
  	border-radius: 0px;
  }
  .post-item{
     width: 100%;
     max-width: 100%;
  }
  .blog-header .caption{
  	display: none;
  }
  .blog-header{
    display: none !important;
  }
  .blog .detailSections, .blog .more-link{
    display: none;
   }
  .widget-type-rss_listingt{
  	padding-left: 20px;
  }
  .post .blog-content{
  	padding-left: 25px;
    padding-right: 25px;
  }
  .post .custom-logo img, .blog .custom-logo img, .custom-logo img{
    margin: 0 auto;
    display: block;
    float: none;
  	padding-left: 0px;
  }
  .post .custom-logo-blog img, .blog .custom-logo-blog img, .custom-logo-blog img{
    margin: 0 auto;
    display: block;
    float: none;
  	padding-left: 0px;
  }
  .post-item{
    position: relative;
    margin: 0px;
    border-radius: 0px;
  }
  .hs-featured-image-wrapper{
    border-radius: 0px;
    margin: 0px 0px 4px 0px;
    width: 100%;
    max-width: 100%;
    padding-left: 0px;
  }
  .author-details{
		display:none;
  }
  .post-item-lower .post-body{
		display: none;
  }
  .post-item-lower .topic{
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    color: #FFF !important; 
    opacity: 0.65;
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px; 
  }
  .post-header h2{
    width:80%;
  }
  .post-header h2 a{
    font-size: 21px;
    padding-left: 0px;
  }
  	  .mobileHide {		
	      display: none !important;		
	  }
}

.BeforeScroll
{
  display: none;
}
/*Use this class when you want your content to be shown after some scroll*/
.AfterScroll
{
  display: block;
}