x/* ==========================================================================
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=Source+Sans+Pro%3A400%2C600%2C300%7CPT+Sans%3A700%7CRoboto%3A300&subset=latin);

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');

@font-face {
  font-family: "icomoon";
  font-style: normal;
  font-weight: 400;
  src: url("//cdn2.hubspot.net/hubfs/2912187/Leaptest-March2018/Font/icomoon.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/2912187/Leaptest-March2018/Font/icomoon.ttf") format("truetype"), 
    url("//cdn2.hubspot.net/hubfs/2912187/Leaptest-March2018/Font/icomoon.woff") format("woff");
}

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

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

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

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

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

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

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

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

/* Responsive Embed Container (iFrame, Object, Embed) */
.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: 1100px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

/* =============== Base =============== */

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

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

body {
  background: #fff;
  color: #49090b;
  font-family: Roboto,Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 18px;
  line-height: 1.69;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1100px;
  margin: 0 auto;
}

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


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

/* Basic text */
p {
  margin: 0 0 20px;
}
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 {}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  color: #49090b;
  font-size: 48px;
  font-family: "MaisonNeue Extended',Helvetica,Arial,sans-serif;
  font-weight: 400;
  line-height: 1.0;
  letter-spacing: 0px;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}

h2 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0px;
  font-family: "MaisonNeue Extended',Helvetica,Arial,sans-serif;
  font-weight: 400;
  color: #49090b;
  margin: 0 0 20px;
}

h3 {
  font-family: "MaisonNeue Extended',Helvetica,Arial,sans-serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0px;
  margin-top: 0em;
  margin-bottom: 0em;
  font-size: 30px;
  color: #49090b;
}

h4 {}
h5 {}
h6 {}

/* Anchor Links */
a { color: #0285d1; text-decoration: none;}
a:hover, a:focus { 
color: #1a80b6; }

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

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

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


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

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

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

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


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


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

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

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


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

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

.logo img.fusion-standard-logo.fusion-logo-2x {
  display: none;
}

.header-wrapper {
  background-color: rgba(255,255,255,1);
  padding-left: 30px;
  padding-right: 30px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: background-color .25s ease-in-out;
  position: fixed;
  z-index: 210;
  max-width: 100%;
  width: 100%;
  min-height: 68px;
}



.logo {
  margin: 5px 0;
}



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

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

.body-container-wrapper {
  padding-top: 55px;
  padding-bottom: 40px;
  padding-left: 0px;
  padding-right: 0px;
}

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


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

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

.footer-bottom {
  background-color: #87939a;
  border-color: #4b4c4d;
  border-top-width: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.copyright p {
  font-size: 16px;
  color: #dddddd;
  text-align: center;
  margin: 1em 0;
}

.copyright p a {
  color: #dddddd;
  text-decoration: none;
}

.copyright p a:hover {
  color: #fff;
  text-decoration: none;
}

.footer-top {
  color: #dddddd;
  background-color: #87939a;
  border-color: #e9eaee;
  border-top-width: 1px;
  padding-top: 60px;
  padding-bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  line-height: 1.69;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: 0px;
  border-top-style: solid;
}

.footer-top h4 {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  margin: 0 0 28px;
  text-transform: uppercase;
}

.contact.footer-col p {
  font-size: 15px;
  margin: 1em 0;
}

.footer-menu ul li a {
  color: #dddddd;
  display: inline-block !important;
}

.footer-menu ul {
  font-size: 16px;
}

.footer-menu ul li a:hover {
  color: #1a80b6;
}

.fusion-social-networks-wrapper a {
  border-radius: 4px;
  padding: 8px;
  font-size: 16px;
  color: #ffffff;
  margin: 0 3.5px 10px;
  border: 1px solid #46494A;
  display: inline-block;
  font-family: icomoon!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;
}

.fusion-social-networks-wrapper a:hover {
  opacity:0.8;
}

a.fusion-icon-facebook {
  color: #ffffff;
  background-color: #3b5998;
  border-color: #3b5998;
}

a.fusion-icon-facebook:before {
  content: "\e604";
}

a.fusion-icon-twitter {
  color: #ffffff;
  background-color: #55acee;
  border-color: #55acee;
}

a.fusion-icon-twitter:before {
  content: "\e605";
}

a.fusion-icon-linkedin {
  color: #ffffff;
  background-color: #0077b5;
  border-color: #0077b5;
}

a.fusion-icon-linkedin:before {
  content: "\e60f";
}

a.fusion-icon-googleplus {
  color: #ffffff;
  background-color: #dc4e41;
  border-color: #dc4e41;
}

a.fusion-icon-googleplus:before {
  content: "\e900";
}

a.fusion-icon-youtube {
  color: #ffffff;
  background-color: #cd201f;
  border-color: #cd201f;
}

a.fusion-icon-youtube:before {
  content: "\e622";
}

a.fusion-icon-facebook {
  color: #ffffff;
  background-color: #3b5998;
  border-color: #3b5998;
  margin-left: 0;
}

.fusion-footer-column.widget.social_links {
  padding-left: 1px;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 70px;
  background-color: rgba(0 , 0 , 0 , 0.7);
  color: #ddd;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  top: -30px;
  left: -17px;
  right: 0;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.tooltip .tooltiptext:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(0 , 0 , 0 , 0.7);
  content: "";
  left: 40%;
  top: 22px;
  position: absolute;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  font-weight: bold;
}

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


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

/* Parent List */
.custom-menu-primary.js-enabled {
  float: right !important;
  position: relative;
  z-index: 200;
}
.custom-menu-primary .hs-menu-wrapper > ul {
  float: right;
  vertical-align: middle;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  margin-right: 27px;
  min-height: 63px;
  line-height: 63px;
  border-top: 3px solid transparent;
  position:relative;
}

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

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6) > a {
  font-size: 16px;
  background-color: #df143a !important;
  color: #FFFFFF !important;
  border-radius: 2px;
  border-color: #ffffff;
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
  padding: 11px 23px;
  line-height: 16px;
  margin-top: 13px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6) > a:before{
	    top: -3px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background: transparent;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:before {
    background: #365278;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6):hover > a {
  color: #fff;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: #333333;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0px;
  -webkit-font-smoothing: subpixel-antialiased;
  text-decoration: none;

}



.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
  color: #365278;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #ffffff;
  min-width: 240px;
  border-top: 3px solid #365278;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 300;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
  line-height: 1.69;
  transition: opacity .2s ease-in !important;
  margin-top: -1px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  padding-top: 9px;
  padding-bottom: 9px;
  color: #333333;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 14px;
  border-bottom: none;
  text-decoration: none;
  line-height: 23.66px;
  border: 0;
  padding: 9px 20px;
  height: auto;
  transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,height 0s,line-height 0s;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  background-color: #f5f5f5;
}

/* 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:1101px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

  .body-container-wrapper {
    padding-top: 67px !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover{
    border-color: #365278;
  }

  .fixed .header-wrapper {
    transition: background-color .25s ease-in-out;
    position: fixed;
    z-index: 9999;
    max-width: 100%;
    width: 100% !important;
    border-bottom: 0;
    box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
    min-height: 68px;
  }

  .automation-banner-area .mobile-only {
    display: none;
  }

  .header-wrapper.type2 .custom-menu-primary .hs-menu-wrapper > ul > li:last-child a {
    border-radius: 2px;
    width: auto;
    background: rgba(255,255,255,0);
    border-width: 1px;
    border-color: #000000;
    font-family: "PT Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 0px;
    border-style: solid;
    padding: 11px 23px;
    line-height: 16px;
    font-size: 13px;
    cursor: pointer;
    box-sizing: border-box;
    transition: all .2s;
    display: inline-block;
    position: relative;
    outline: 0;
    zoom: 1;
    text-align: center;
    text-transform: uppercase;
    margin-top: 14px;
  }
}


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

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

@media (max-width: 1100px){

  /* 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;
    position: absolute;
    top: -49px;
    right: 33px;
    width: auto;
    height: auto;
    padding: 0;
    background: #ffffff;
    border: 0;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
  }


  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 18px;
    height: 3px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #dadada;
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #dadada; /* Icon color */
  }

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

  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px !important;
    min-width: 50px !important;
    height: 40px !important;
    padding: 0 !important;
    border-left: 0;
    color: #333333;
    padding-right: 35px;
    font-size: 13px;
    line-height: 40px;
    font-style: normal;
  }

  .child-trigger i:before {
    display: block;
    margin: 0 0 0 1px;
    content: '\e61f';
    font-family: icomoon;
    font-style: normal;
  }

  .child-trigger:hover {
    color: #1a80b6;
  }

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

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0;
    margin: 0;
    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: 0px;
    left: 0;
    padding: 20px 0 0;
    color: #333;
  }

 
  .custom-menu-primary .hs-menu-wrapper{
    background-color: transparent;
    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{
    padding: 0 30px;
    color: #333333;
    font-size: 13px;
    background-color: #f9f9f9;
    border-color: #dadada;
    min-height: 39px;
    line-height: 39px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 300;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-bottom: 1px solid #dadada;
    min-height: auto;
  }

  .custom-menu-primary .hs-menu-wrapper > ul{
    border-top: 1px solid #dadada;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #fff;
  }

  /* 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{
    background-color: rgba(255, 255, 255, .08);
  }


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


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


/* =============== 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 {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  display: block !important;
  float: none;
  margin: 0;
}

/* Read More Link */
a.more-link {}

/* 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-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {}

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


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

.hs-blog-listing .hs-author-profile {
  border-bottom: none;
  padding: 55px 0 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: 20px;
  max-width: 82px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  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;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0px;
  font-size: 1.17em;
}

.fusion-author-social {
    display: table;
    margin: 20px 0 80px;
    padding: 5px 0;
    width: 100%;
    border-top: 1px solid #E0DEDE;
    border-color: #e0dede;
    border-bottom: 1px solid #E0DEDE;
}

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


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


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

.body-container .widget-type-form,
.body-container .widget-type-blog_subscribe,
.body-container .widget-type-google_search,
.body-container .hs_cos_wrapper_type_password_prompt,
.body-container #email-prefs-form,
.body-container .hs_cos_wrapper_type_form,
#comment-form {
  background-color: white;
  margin-bottom: 20px;
  padding: 10px 15px;
  color: #444444;
  font-size: 18px;
  line-height: 1.69;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: 0px;
  border: 1px solid #000;
  max-width: 550px;
  display: inline-block;
  width: 100%;
}

.landing-page .body-container .widget-type-form{
	border:none;
  margin:0;
  padding:0;
  max-width:100%;
}

body form{
  font-weight: 500;
  font-size: inherit;
  line-height: 2.0;
  margin-bottom: 15px;
}


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

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

/* Labels and Legends */
label {}
.hs-form-field > label {}

span.hs-form-required {
  color: red;
  padding-left: 3px;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  max-width: 100%;
  width: 100%;
  display: inline-block;
  border: 1px solid #d2d2d2;
  color: #aaa9a9;
  background-color: #ffffff;
  font-size: 13px;
  padding: 8px 15px;
  font-family:  Arial,Helvetica,sans-serif;
  min-height: 38px;
  line-height: normal;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {}

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

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

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

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

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

/* Error */
.hs-error-msgs label{}

ul.hs-error-msgs.inputs-list {
  margin: 0 0 0px;
  padding: 0;
  list-style: none !important;
  color: red;
}

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  background-color: #DF143A;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  font-family:  Arial,Helvetica,sans-serif;
  line-height: normal;
  white-space: normal !important;
}

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

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


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

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


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

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


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

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


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

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


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */



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

.automation-layout .body-container-wrapper {
  padding: 0;
}

.automation-banner-area {
  background-color: #85c9e6;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 5%;
  padding-right: 30px;
  padding-bottom: 5%;
  padding-left: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #eae9e9;
  border-top-style: solid;
  border-bottom-style: solid;
}

.automation-banner-area .left-column {
  margin-top: -2px;
  margin-bottom: 20px;
  width: 48%;
  margin-right: 3%;
  display: inline-block;
  vertical-align: top;
}

.automation-banner-area .left-column .fusion-column-wrapper {
  padding: 0px 0px 0px 20px;
  min-height: 414px;
}

.automation-banner-area .right-column .fusion-column-wrapper {
  padding: 27px 0px 0px 20px;
}

.automation-banner-area .right-column {
  margin-top: 0px;
  margin-bottom: 20px;
  width: 48%;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  vertical-align: top;
}

.automation-banner-area .left-column h1 {
  font-weight: 600;
  text-align: left;
}

.automation-banner-area .left-column h1 span {
  color: #333333;
  font-size: 50px;
}

.automation-banner-area .left-column h2 {
  font-weight: 500;
  text-align: left;
  margin-top: 0em;
  margin-bottom: .7em;
}

.automation-banner-area .left-column h2 span {
  color: #333333;
  font-size: 30px;
}

.fusion-button-wrapper {
  margin-top: 10px;
}

a.fusion-button.red-button {
  border-radius: 2px;
  background: #df143a;
  width: auto;
  border-width: 0px;
  border-color: #ffffff;
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
  color: #fff;
  padding: 17px 40px;
  line-height: 21px;
  font-size: 18px;
  cursor: pointer;
  box-sizing: border-box;
  transition: all .2s;
  display: inline-block;
  position: relative;
  outline: 0;
  zoom: 1;
  text-align: center;
  text-transform: uppercase;
  margin-right: 11px;
  vertical-align: top;
}

a.fusion-button.trans-button {
  width: auto;
  background: rgba(255,255,255,0);
  border-width: 1px;
  border-color: #000000;
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
  border-style: solid;
  padding: 17px 40px;
  line-height: 21px;
  font-size: 18px;
  color: #000000;
  display: inline-block;
  position: relative;
  outline: 0;
  zoom: 1;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  box-sizing: border-box;
  transition: all .2s;
  vertical-align: top;
}

.fusion-button-wrapper {
  margin-top: 12px;
  display: inline-block;
}

a.fusion-button.red-button:hover {
  background: #dd7188;
}

.two-column-content-with-image {
  background-position: center center;
  background-repeat: repeat;
  padding-top: 10%;
  padding-right: 20px;
  padding-bottom: 9%;
  padding-left: 20px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #eae9e9;
  border-top-style: solid;
  border-bottom-style: solid;
}

.two-column-content-with-image .content-wrapper {
  width: 48%;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.two-column-content-with-image .image-wrapper {
  width: 48%;
  display: inline-block;
  margin: 0 3.5% 0 0;
  vertical-align: top;
  position: relative;
  clear: left;
}

.two-column-content-with-image .content-wrapper h2 {
  font-size: 35px;
  font-weight: 600;
  text-align: left;
  line-height: 42px;
  margin-bottom: .7em;
}

.two-column-content-with-image.right-align .image-wrapper {
  float: none;
  width: calc(50% - ( ( 4% ) * 0.5 ) );
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.two-column-content-with-image.right-align .content-wrapper {
  float: left;
  margin-right: 4%;
  margin-top: 0px;
  margin-bottom: 20px;
}

.two-column-content-with-image .content-wrapper p {
  text-align: justify;
}

.automation-layout .row2-wrapper {
  background-color: #85c9e6;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 1%;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  position: relative;
}

.automation-layout .row2-wrapper .hs_cos_gallery_main .slick-slide img {
  display: none;
}

.automation-layout .row2-wrapper .hs_cos_gallery_main button.slick-arrow {
  display: none !important;
}

.automation-layout .row2-wrapper .hs_cos_gallery_main.slick-slider {
  margin-bottom: 20px;
}

.automation-layout .row2-wrapper .hs_cos_gallery_main {
  padding: 0;
}

.automation-layout .row2-wrapper .hs_cos_gallery_main blockquote {
  color:  #444444;
  font-style:  italic;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: 0px;
  width: 100%;
  margin: 0;
  display: block;
  padding: 25px;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 2px;
}

.automation-layout .row2-wrapper .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
  display: block;
  position: relative;
}

.automation-layout .row2-wrapper .hs_cos_gallery_main blockquote p {
  margin: 0px;
  font-size: 30px;
  color: #000;
}

.automation-layout .row2-wrapper .hs_cos_gallery_main .review.no-avatar .author {
  color: #000000;
  margin-top: 25px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 2px;
}

.automation-layout .row2-wrapper .slick-dots li {
  position: relative;
  display: inline-block;
  height: 0;
  width: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.automation-layout .row2-wrapper .slick-dots {
  display: block !important;
  list-style: none;
  padding: 0;
  width: 100%;
  margin: 19px 0 0;
  text-align: center;
}

.automation-layout .row2-wrapper .slick-dots li button {
  background: transparent;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border: 1px solid #000;
  display: inline-block;
  margin-right: 10px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
}

.automation-layout .row2-wrapper .slick-dots li button:before {
  display: none;
}

.automation-layout .row3-wrapper {
  background-color: #85c9e6;
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #eae9e9;
  border-top-style: solid;
  border-bottom-style: solid;
  position: relative;
}

.automation-layout .row3-wrapper .two-column-content-wrapper .left-column {
  margin-top: 0px;
  margin-bottom: 20px;
  width: 48%;
  margin-right: 4%;
  clear: left;
  position: relative;
  float: left;
  text-align: right;
}

.automation-layout .row3-wrapper .two-column-content-wrapper .right-column {
  margin-top: 0px;
  margin-bottom: 20px;
  width: 48%;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  vertical-align: top;
}

.automation-layout .row3-wrapper .two-column-content-wrapper {
  margin-top: 6px;
  margin-bottom: 14px;
}

.automation-layout .row3-wrapper .two-column-content-wrapper a.fusion-button.red-button {
  padding: 17px 52px;
  margin: 0;
}

.automation-layout .row3-wrapper .two-column-content-wrapper .right-column a.fusion-button.trans-button {
  padding: 17px 74px;
}

.automation-layout .row2-wrapper .slick-dots li.slick-active button {
  background: #000;
}

.automation-layout .row3-wrapper:after {
  bottom: -40px;
  z-index: 100;
  position: absolute;
  left: 50%;
  margin-left: -28px;
  height: 40px;
  width: 40px;
  background-color: transparent;
  content: "";
  border-width: 28px 28px 0;
  border-top-color: #85c9e6;
  border-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
}

.automation-layout .row4-wrapper {
  background-color: #f4f9fd;
  background-position: right center;
  background-repeat: repeat;
  padding-top: 9%;
  padding-right: 20px;
  padding-bottom: 9%;
  padding-left: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #eae9e9;
  border-top-style: solid;
  border-bottom-style: solid;
}

.automation-layout .row4-wrapper h2 {
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  line-height: 42px;
  margin-top: -4px;
  margin-bottom: .7em;
}

.automation-layout .row4-wrapper .three-column-content-wrapper .three-column {
  display: inline-block;
  vertical-align: top;
  margin-top: 0px;
  margin-bottom: 16px;
  width: 30%;
  margin-right: 4%;
  position: relative;
  float: left;
}

.automation-layout .row4-wrapper .three-column-content-wrapper .right-column.three-column {
  margin-right: 0;
}

.automation-layout .row4-wrapper .three-column-content-wrapper .three-column ul {
  list-style-type: none;
  padding: 0;
  margin: 10px 0 0;
  font-size: 20px;
  line-height: 34px;
}

.automation-layout .row4-wrapper .three-column-content-wrapper .three-column ul li {
  margin-bottom: 11px;
  vertical-align: top;
  font-weight: bold;
  display: table;
}

.automation-layout .row4-wrapper .three-column-content-wrapper .three-column ul li span {
  color: #df143a;
  vertical-align: text-bottom;
  display: table-cell;
  width: 34px;
  margin-right: 14px;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 34px;
  text-align: center;
}

.automation-layout .row4-wrapper .three-column-content-wrapper .three-column ul li p {
  margin:0 0 0 14px;
}

.automation-layout .row4-wrapper .three-column-content-wrapper {
  padding-top: 21px;
  display: block;
}

.automation-layout .row6-wrapper {
  background-color: #f4f9fd;
  background-position: center center;
  background-repeat: repeat;
  padding-top: 9%;
  padding-right: 20px;
  padding-bottom: 7%;
  padding-left: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #eae9e9;
  border-top-style: solid;
  border-bottom-style: solid;
}

.automation-layout .row6-wrapper h2 {
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  line-height: 42px;
  padding-bottom: 57px;
  margin-top: -5px;
}

.automation-layout .row6-wrapper .icon-outer-wrapper .icon-outer {
  margin-bottom: 20px;
  width: 33.33333333%;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
}

.icon-outer-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 16px;
}

.icon-outer-wrapper .icon-outer .heading {
  text-align: center;
  margin-bottom: 15px;
}

.icon-outer-wrapper .icon-outer .heading .image img {
  margin: 0 10px 20px 0;
  vertical-align: top;
  height: auto;
  width: 45px;
}

.icon-outer-wrapper .icon-outer .heading h2.content-box-heading {
  font-size: 25px;
  line-height: 30px;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.one-column-top-icon-wrapper p {
  font-size: 16px;
  text-align: justify;
}

.automation-layout .row7-wrapper {
  position: relative;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: repeat;
  padding-top: 9%;
  padding-right: 20px;
  padding-bottom: 5%;
  padding-left: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #eae9e9;
  border-top-style: solid;
  border-bottom-style: solid;
}

.automation-layout .row7-wrapper h2 {
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  line-height: 42px;
  padding-bottom: 38px;
}

.automation-layout .row7-wrapper .icon-outer-wrapper .icon-outer {
  padding: 30px;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}

.automation-layout .row7-wrapper .icon-outer-wrapper .icon-outer h2.content-box-heading {
  font-size: 22px;
  line-height: 27px;
}

.automation-layout .row8-wrapper {
  background-color: #f4f9fd;
  background-position: center center;
  background-repeat: repeat;
  padding-top: 9%;
  padding-right: 20px;
  padding-bottom: 7%;
  padding-left: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #eae9e9;
  border-top-style: solid;
  border-bottom-style: solid;
  position: relative;
}

.automation-layout  .row8-wrapper h2 {
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  line-height: 42px;
  margin-top: -3px;
  padding-bottom: 57px;
}

.automation-layout .row8-wrapper .icon-outer-wrapper .icon-outer {
  margin-bottom: 20px;
  width: 33.33333333%;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
}

.automation-layout .row8-wrapper .icon-outer-wrapper .icon-outer .image img {
  margin-bottom: 0;
  margin-right: 20px;
}

.automation-layout .row8-wrapper .icon-outer-wrapper .icon-outer .image {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.automation-layout .row8-wrapper .icon-outer-wrapper .icon-outer h2 {
  font-size: 25px;
  line-height: 30px;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 400;
  display: table-cell;
  vertical-align: middle;
}

.automation-layout .row8-wrapper .icon-outer-wrapper .icon-outer .heading {
  display: table;
  width: auto;
}

.automation-layout .row8-wrapper .icon-outer-wrapper .icon-outer .content-container p {
  text-align: left;
}

.automation-banner-area-bottom {
  background-color: #85c9e6;
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 8%;
  padding-right: 30px;
  padding-bottom: 8%;
  padding-left: 30px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #eae9e9;
  border-top-style: solid;
  border-bottom-style: solid;
}

.automation-banner-area-bottom h1 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 48px;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  margin-top: -3px;
  margin-bottom: .7em;
  padding-bottom: 6px;
}

.automation-banner-area-bottom h2 {
  text-align: center;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #333333;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: 0px;
}

.automation-banner-area-bottom a.fusion-button.red-button {
  padding: 17px 53px;
  margin-right: 20px;
  margin-bottom: 19px;
  margin-top: 12px;
}

.automation-banner-area-bottom a.fusion-button.trans-button {
  padding: 17px 75px;
  margin-left: 18px;
  margin-top: 12px;
  margin-bottom: 18px;
}

.automation-banner-area-bottom .fusion-button-wrapper {
  margin-top: 12px;
  display: block;
  margin: 0px auto;
  float: none;
  max-width: 573px;
}

.automation-layout .row7-wrapper .icon-outer-wrapper {
  margin-left: 0;
  margin-right: 0;
}

.automation-layout.type2.hs-content-id-5672916281 .automation-banner-area {
  padding-top: 3%;
  margin-top: 0px;
}

.automation-layout.type2.hs-content-id-5672916281 .automation-banner-area .right-column .fusion-column-wrapper {
  padding: 49px 0px 0px 20px;
}

.automation-layout.type2.hs-content-id-5672916281 .automation-banner-area .left-column .fusion-column-wrapper {
  padding: 1px 0px 0px 20px;
  min-height: 414px;
}

.automation-layout.type2.hs-content-id-5672916281 .row4-wrapper,
.automation-layout.type2.hs-content-id-5673198401 .row4-wrapper {
  display: none;
}


/*----- Product Layout -------*/

.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
  color: #365278;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a:before{
  background-color: #365278;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li.active > a {
  background-color: #f5f5f5;
}

.banner-area {
  background-color: #85c9e6;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 4%;
  padding-right: 30px;
  padding-bottom: 5%;
  padding-left: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #eae9e9;
  border-top-style: solid;
  border-bottom-style: solid;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  min-height:300px;
}

.banner-area .banner-column {
  margin-right: 4%;
  margin-top: 0px;
  margin-bottom: 18px;
  width: calc(80% - ( ( 4% ) * 0.8 ) );
  clear: left;
}

.banner-area .banner-column .fusion-column-wrapper {
  padding: 0 20px;
}

.banner-area .banner-column h1 {
  font-weight: 600;
  text-align: left;
  font-size: 60px;
  color: #fff;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  line-height: 1.0;
  letter-spacing: 0px;
  margin: 31px 0 32px;
}

.banner-area .banner-column h2 {
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  font-size: 25px;
  line-height: 30px;
}

.banner-area .fusion-button-wrapper {
  margin-top: 9px;
  display: inline-block;
}

.banner-area a.fusion-button.trans-button {
  border-color: #fff;
  color: #fff;
}

.product .row2-wrapper {
  background-color: #f4f9fd;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-right: 30px;
  padding-bottom: 104px;
  padding-left: 30px;
  position: relative;
}

.product .row2-wrapper h2 {
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  line-height: 42px;
  margin-top: 12px;
  margin-bottom: .7em;
  padding-bottom: 3px;
}

.three-column-icon-wrapper {
  padding-top: 50px;
}

.three-column-icon-wrapper .three-column {
  margin-right: 4%;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 30%;
  display: inline-block;
}

.three-column-icon-wrapper .three-column.right-column {
  margin-right: 0;
}

.three-column-icon-wrapper .three-column .heading-with-icon {
  width: 18.2%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}

.three-column-icon-wrapper .three-column .content-container {
  width: 74%;
  display: inline-block;
  vertical-align: middle;
  padding-top: 6px;
}

.automation-layout.product .row3-wrapper:after {
  display: none;
}


.blog .body-container-wrapper{
  padding-left:0;
  padding-right:0;
}

.three-column-icon-wrapper .three-column .content-container h3 {
  font-size: 27px;
  font-weight: 500;
  line-height: 37px;
}

.product.type2 .banner-area .banner-column {
  margin-right: 0;
  margin-top: 0px;
  margin-bottom: 18px;
  width: 51%;
  clear: left;
}

.product.type2 .banner-area .banner-column .fusion-column-wrapper {
  padding: 0 10px;
}

.product.type2 .banner-area .banner-column h1 {
  font-size: 48px;
}

.product.type2 .banner-area .banner-column h2 {
  text-align: justify;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  line-height: 1.69;
}

.product.type2 .banner-area .fusion-button-wrapper {
  margin-top: 12px;
  display: inline-block;
}

.features .automation-banner-area .left-column h1 span {
    font-size: 35px;
}

.features .automation-banner-area .left-column h1 {
    font-size: 35px;
    font-weight: 600;
    text-align: left;
    line-height: 42px;
    margin-top: 0em;
    margin-bottom: .7em;
}

.features .automation-banner-area .left-column {
    width: 47%;
}

.features .automation-banner-area .left-column h2 {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: justify;
    color: #333333;
    font-size: 18px;
    line-height: 1.69;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
}

.features .automation-banner-area .left-column h2 span {
    font-size: 18px;
}

.features .automation-banner-area .right-column .fusion-column-wrapper {
    padding: 0 2px 0px 38px;
    margin-top: -2px;
}


.features .automation-banner-area .left-column .fusion-column-wrapper {
    padding: 0px 0px 0px 20px;
    min-height: auto;
}

.features .automation-banner-area .right-column {
    margin-top: 0px;
    margin-bottom: 18px;
}

.features .icon-outer-wrapper {
    margin-bottom: 18px;
}

/*  End  */


/*  Free Trial Page Styling */

.header-wrapper.type2.no-nav .logo p {
    margin: 0;
}

.free-trial .header-wrapper.type2 .custom-menu-primary .hs-menu-wrapper > ul > li:last-child a {
  border: 0;.free-trial .left-col img
}

.free-trial .top-column {
  padding: 2% 0px 0px 0px;
}

.free-trial .top-column h1 {
  font-weight: bold;
  text-align: center;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  line-height: 1.0;
  font-size: 40px;
  color: #595959;
  padding-top: 12px;
  padding-bottom: 6px;
}

.free-trial .top-column p.secondary-header {
  color: #595959;
  font-size: 20px;
}

.free-trial .left-col {
  width: 58.4% !important;
  margin: 40px 4% 20px 0;
  padding-right: 20px;
}

.free-trial .right-col {
  width: 37.6% !important;
  margin: 40px 0 20px !important;
}

.free-trial .left-col img {
  margin-bottom: 26px !important;
}

.free-trial .left-col p {
  color: #595959;
  font-size: 23px;
  font-weight: 900;
}

.free-trial .left-col ul {
  font-size: 21px;
  line-height: 35.7px;
  list-style-type: none;
  padding: 0;
  margin: 10px 0 0;
}

.free-trial .left-col ul li {
  margin-bottom: 11px;
  position: relative;
  color: #595959;
  font-size: 20px;
  padding-left: 50px;
}

.free-trial .left-col ul li span {
  height: 35.7px;
  width: 35.7px;
  margin-right: 14.7px;
  display: inline-block;
  text-align: center;
  color: #df143a;
  font-size: 21px;
  line-height: 35.7px;
  vertical-align: top;
  position: absolute;
  left: 0;
}

.free-trial .right-col .hs_cos_wrapper_type_form {
  background-color: #f2f2f2;
  border: 1px dotted #6b6b6b;
  padding: 25px 25px 25px 25px;
}

.free-trial .right-col form {
  margin: 16px 0;
  max-width: 100%;
  line-height: inherit;
  font-weight: inherit;
}

.free-trial .right-col .hs-form-field {
  margin: 16px 0;
  padding-right: 16px;
}

.free-trial .right-col form .hs-form-field > label {
  display: inline-block;
  line-height: 1.3;
  font-weight: 700;
  font-size: inherit;
}

.free-trial .right-col form .hs-input {
  margin-top: 8px;
}

.free-trial .right-col form span.hs-form-required {
  color: #790000;
  margin-left: 1px;
}

.free-trial .right-col form .hs-richtext {
  line-height: inherit;
  padding-right: 16px;
  margin: -1px 0 15px;
}

.free-trial .right-col form .hs-richtext a {
  color: #0285d1;
}

.free-trial .right-col form .hs-richtext a:hover {
  color: #1a80b6;
}

.free-trial .right-col form input.hs-button.primary.large {
  margin: 17px 0 10px;
  padding: 13px 29px;
  line-height: 17px;
  font-size: 14px;
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 0;
  background: #90c9e8;
  color: #105378;
  background-image: -webkit-gradient( linear, left bottom, left top, from( #5aabd6 ), to( #90c9e8 ) );
  background-image: linear-gradient( to top, #5aabd6, #90c9e8 );
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  text-align: center;
  text-transform: uppercase;
}

.free-trial .right-col form input.hs-button.primary.large:hover {
  background: #5aabd6;
  color: #105378;
  background-image: -webkit-gradient( linear, left bottom, left top, from( #90c9e8 ), to( #5aabd6 ) );
  background-image: linear-gradient( to top, #90c9e8, #5aabd6 );
}

.free-trial .right-col form ul.hs-error-msgs.inputs-list {
  background-color: rgba(255,223,224,.25);
  border: 1px solid #C89797;
  margin-top: 16px;
  padding: 8px;
}

.free-trial .right-col form .hs-input.invalid.error {
  border: 1px solid #790000;
}

.free-trial .right-col form ul.hs-error-msgs.inputs-list label {
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
  font-size: .813em;
  line-height: inherit;
  clear: both;
  font-family: inherit;
}

.free-trial .right-col form .hs-input {
  margin-top: 8px;
  padding: 5px 4px;
  font-size: inherit;
  font-family: inherit;
}

.free-trial .custom-slider-group {
  margin-top: 25px;
  background-color: #f4f9fd;
  padding: 0 30px 40px;
  margin-left: -30px !important;
  margin-right: -30px !important;
  width: calc(100% + 60px) !important;
}

.free-trial .custom-slider-group .hs_cos_gallery {
  width: 66.6666%;
  margin: 20px auto 0;
  position: relative;
}

.free-trial .custom-slider-group .hs_cos_gallery .slick-slider {
  padding: 20px 0 10px;
  margin: 0;
  background-color: rgba(239,239,239,0);
}

.free-trial .custom-slider-group .hs_cos_gallery .slick-slider .slick-slide-inner-wrapper > img {
  display: none !important;
}

.free-trial .custom-slider-group .hs_cos_gallery .slick-slider .slick-arrow {
  display: none !important;
}

.free-trial .body-container-wrapper {
  padding-bottom: 0;
}

.free-trial .custom-slider-group .hs_cos_gallery ul.slick-dots {
  margin: 19px 0 6px;
  text-align: center;
}

.free-trial .custom-slider-group .hs_cos_gallery ul.slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 10px 0 0;
}

.free-trial .custom-slider-group .hs_cos_gallery ul.slick-dots li button {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 1px solid #5b5b5b;
  display: block;
  padding: 0;
}

.free-trial .custom-slider-group .hs_cos_gallery ul.slick-dots li button:hover,
.free-trial .custom-slider-group .hs_cos_gallery ul.slick-dots li.slick-active button {
  background-color: #5b5b5b;
}

.free-trial .custom-slider-group .hs_cos_gallery ul.slick-dots li button:before {
  display: none !important;
}

.free-trial .custom-slider-group .hs_cos_gallery .slick-slider .slick-slide-inner-wrapper {
  width: 100% !important;
}

.free-trial .custom-slider-group blockquote {
  margin: -25px;
  display: inline-block;
  width: calc(100% + 50px ) !important;
  text-align: center;
}

.free-trial .custom-slider-group .caption.below {
  width: 100%;
  text-align: inherit !important;
}

.free-trial .custom-slider-group blockquote p {
  display: block;
  padding: 25px;
  margin: 0;
  line-height: 30px;
  font-size: 23px;
  letter-spacing: 2px;
  font-style: italic;
}

.free-trial .custom-slider-group .caption.below .author {
  color: #5b5b5b;
  margin-top: 23px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 2px;
  display: inline-block;
  width: 100%;
}


/*  End  */

div#wistia-lxqagrhwb6-1_popover_overlay {
    z-index: 1 !important;
}

div#wistia-lxqagrhwb6-1_popover {
    z-index: 2 !important;
}

/*=========== blog styling ==========*/

.blog-banner-area {
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 5.8%;
    padding-right: 30px;
    padding-bottom: 5.9%;
    padding-left: 30px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.blog .hs-blog-header h1{
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.0;
  letter-spacing: 0px;
  font-size: 48px;
  color: #333333;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}

.blog .hs-blog-header h1 span{
  color: #ffffff;
  font-size: 60px;
  line-height: 10px;
  font-weight: bold;
}

.blog .hs-blog-header p {
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0px;
    margin-top: 0em;
    margin-bottom: .7em;
    font-size: 40px;
}

.blog .hs-blog-header p span{
  color: #ffffff;
  font-size: 30px;
  line-height: 10px;
}

.blog-listing-wrapper .post-listing .post-item {
    width: 33.33%;
    padding: 20px;
    float: left;
}

.post-item-inner-wrapper {
    border-color: #ebeaea;
    border: 1px solid #EAEAEA;
    border-bottom-width: 3px;
}

.post-content-wrapper {
    padding: 30px 25px 0;
}

.post-header h2{
  font-size: 35px;
  line-height: 38px;
  font-weight: bold;
  margin:0 0 5px;
}

.post-header h2 a{
	 color: #0285d1;
}

.hubspot_author_data {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.5;
}

.post-listing {
    margin: 0 -20px;
}

.fusion-inline-sep {
    padding: 0 5px;
}

.blog .content-wrapper {
    padding-top: 2px;
}

.post-header h1{
  font-size: 35px;
  line-height: 38px;
  font-weight: bold;
  margin: 0 0 28px;
}


.blog .body-container .widget-type-google_search{
  margin-bottom: 0;
  padding: 0;
  border:none;
}

.blog .body-container .widget-type-google_search .hs-button.primary {
    height: 38px;
    width: 38px;
    line-height: 38px;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: #000;
    color: #FFF;
  font-size:1em;
  transition: all .2s;
}

.blog .body-container .widget-type-google_search .hs-button.primary:after{
  content:"";
  cursor: pointer;
  font-family: icomoon;
  font-weight: 400;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  transition: all .2s;
}

.blog-pagination a {
    display: block;
}

.blog .body-container .hs-form{
  position:relative;
  margin: 0;
}

.blog .body-container .widget-type-google_search .hs-button.primary:hover{
	background-color: #1a80b6;
}

.blog-sidebar .widget-span{
	    margin-bottom: 45px;
}

.blog-sidebar h3{
  color: #333333;
  font-size: 20px;
  margin:0 0 18px;
  font-weight: 300;
}

ul.rec-post-wrapper {
    padding: 0;
    list-style: none;
    margin: 0;
    color: #444444;
}

ul.rec-post-wrapper li{
  border-bottom: solid 1px #e0dede;
  color: #444444;
  display: block;
  padding: 10px 10px 10px 12px;
  position: relative;
}

ul.rec-post-wrapper li a{
	    color: #0285d1;
}

ul.rec-post-wrapper li a:before{
  position: absolute;
  font-family: icomoon;
  content: '\f105';
  margin-left: -12px;
}

.post-title span{
  padding: 0 5px;
}

ul.rec-post-wrapper li a:hober{
	color: #1a80b6;
}

#hubspot-author_data {
    clear: both;
    overflow: hidden;
    margin-top: 20px;
    padding: 5px 0;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
    font-size: 14px;
}

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

.blog-search .widget-type-google_search input[type="text"] {
    display: block;
}

/*  End  */

/* ==============Support Layout====================== */

.support-layout .body-container-wrapper {
        padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.support-layout .banner-area {
  margin-top: 2px;
  padding-top: 4%;
  padding-bottom: 4%;
  padding-left: 30px;
  padding-right: 30px;
  background-position: left top;
}

.support-layout .banner-area .page-center {
    padding-top: 80px;
    padding-bottom: 70px;
}

.support-layout .banner-area .page-center .banner-column {
    margin: 0;
    width: 100%;
}

.support-layout .banner-area .page-center .banner-column .fusion-column-wrapper {
    padding: 0;
}

.support-layout .banner-area .page-center .banner-column .fusion-column-wrapper h1 {
    margin-top: -1px;
    margin-bottom: 0.67em;
}

.support-layout .row1-wrapper {
  background: #e6e9ec;
  padding-top: 52px;
  padding-bottom: 52px;
  padding-left: 20px;
  padding-right: 20px;
}

.support-outer-wrapper .support-outer:nth-child(2n) {
    margin-right: 0;
}

.support-outer-wrapper .support-outer {
    margin-top: 0px;
    margin-bottom: 20px;
    width: 48%;
    margin-right: 4%;
    display: inline-block;
    vertical-align: top;
    float: left;
}

.support-outer-wrapper .support-outer .one-column-support-wrapper {
    background: #fff;
    padding: 20px;
    color: #444444;
    font-size: 18px;
    line-height: 1.69;
    text-align: center;
}

.support-outer-wrapper .support-outer .one-column-support-wrapper img {
    opacity: 1;
    transition: opacity 1s,-webkit-transform 1s;
    transition: opacity 1s,transform 1s;
    transition: opacity 1s,transform 1s,-webkit-transform 1s;
}

.support-outer-wrapper .support-outer .one-column-support-wrapper span.fusion-imageframe:hover img {
    opacity: .9;
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}

.support-outer-wrapper .support-outer .one-column-support-wrapper h3 a {
    color: #000000;
}

.support-outer-wrapper .support-outer .one-column-support-wrapper p {
    padding-top: 5px;
    text-align: center;
    font-size: 15px;
}

/*  End  */

/*  Home Layout  */

.home-layout .banner-area {
    padding-top: 5%;
    margin-top: -1px;
}

.home-layout .banner-area .banner-column {
    width: 58%;
}

.home-layout .banner-area .fusion-button-wrapper {
    margin-top: 10px;
}

.home-layout .two-column-content-with-image .image-wrapper {
    text-align: center;
}

.home-layout .two-column-content-with-image {
    padding-top: 9.75%;
    padding-bottom: 8.82%;
}

.home-layout .row2-wrapper {
    background: #fff;
    padding-top: 10%;
    padding-bottom: 9%;
}

.home-layout .row2-wrapper h2 {
    margin-top: -3px;
    padding-bottom: 0;
}

.home-layout .row2-wrapper p {
    margin-top: -1px;
}

.home-layout .three-column-icon-wrapper {
    padding-top: 20px;
}

.home-layout .three-column-icon-wrapper .three-column {
    margin-bottom: 29px;
}

/* Book Demo Page Styling */

.type4 .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(1) >a {
  background-color: #df143a;
  color: #fff;
  font-size: 16px;
  padding: 11px 23px;
  line-height: 16px;
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
  position: relative;
  top: 1px;
}

.book-demo .top-column {
  margin: 67px 0 20px;
  text-align: center;
}

.book-demo .left-col {
  width: calc(77% - ( ( 4% + 4% ) * 0.5 ) ) !important;
  margin: 20px 4% 0 20px;
}

.book-demo .right-col {
  width: calc(25% - ( ( 4% + 4% ) * 0.25 ) ) !important;
  margin: 20px 0 20px !important;
  background-color: #ffffff;
  border: 1px dotted #a8a8a8;
  padding: 30px;
  text-align: center;
}

.book-demo .left-col .hs_cos_wrapper_type_form {
  max-width: 100%;
  width: 63%;
  float: right;
  border: 0;
  padding: 0;
}

.book-demo .left-col form .hs-form-field {
  max-width: 500px;
  padding: 0;
}

.book-demo .left-col form .input {
  margin-right: 8px;
}

.book-demo .left-col form .hs-input {
  max-width: 93.4%;
}

.book-demo .left-col form .hs_phone .hs-input {
  padding: 1px 0px;
  min-height: auto !important;
  color: #000;
  font: 100% Arial,Helvetica,sans-serif;
  border-width: 2px;
  border-style: inset;
  border-color: initial;
  position: relative;
  margin-top: 6px !important;
}

.book-demo .left-col form fieldset.form-columns-2 > .hs-form-field .hs-input {
  max-width: calc(100% - 8px);
  margin-right: 8px;
}

.book-demo .left-col form fieldset.form-columns-2 {
  width: 94%;
}

.book-demo .left-col form .hs_message .input {
  margin-bottom: -12px;
}

.book-demo .left-col form input.hs-button.primary.large {
  text-transform: uppercase;
}

.book-demo .right-col p {
  font-size: 10px;
  margin: 0 0 2px;
}

.book-demo .right-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.book-demo .left-col form span.hs-form-required {
  color: inherit;
  padding: 0;
}

/*  End  */

/*  Full Width With Banner Layout  */

.full-width-layout.with-banner .body-container-wrapper {
    padding-left: 0;
    padding-right: 0;
}

.full-width-layout.with-banner .banner-area {
    background-position: left top;
    padding-top: 4%;
    padding-right: 30px;
    padding-bottom: 5%;
    padding-left: 30px;
    margin-top: -8px;
}

.full-width-layout.with-banner .banner-area .page-center {
    padding-top: 79px;
    padding-bottom: 59px;
}

.full-width-layout.with-banner .banner-area .banner-column {
    width: 100% !important;
    margin-right: 0 !important;
}

.full-width-layout.with-banner .banner-area .banner-column .fusion-column-wrapper {
    padding: 0;
}

.full-width-layout.with-banner .banner-area .page-center h1 {
    margin-top: 0;
}

.full-width-layout.with-banner .body-wrapper {
    background-color: #ffffff;
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-color: #eae9e9;
    border-top-style: solid;
    border-bottom-style: solid;
    position: relative;
}

.full-width-layout.with-banner .two-column-left-image-wrapper {
    padding-top: 94px;
    padding-bottom: 62px;
}

.full-width-layout.with-banner .two-column-left-image-wrapper .left-image {
    margin-top: 8px;
    margin-bottom: 20px;
    width: 30.6666%;
    margin-right: 4%;
    clear: left;
    display: inline-block;
    vertical-align: top;
}

.full-width-layout.with-banner .two-column-left-image-wrapper .right-content {
    margin-top: 0px;
    margin-bottom: 20px;
    width: 64.3333%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

/* Pricing Page Styling */

.pricing-page .body-container-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.pricing-page .banner-area {
  background-position: center top;
  padding: 5% 20px;
}

.pricing-page .banner-area .banner-column {
  width: 65.3333%;
  margin-bottom: 20px;
}

.pricing-page .banner-area .banner-column .fusion-column-wrapper {
  padding: 0;
}

.pricing-page .banner-area .banner-column h1 {
  font-size: 48px;
  margin: 32px 0 31px;
  display: inline-block;
  width: 100%;
}

.pricing-page .banner-area .banner-column h1 span {
  font-size: 60px;
  line-height: 1;
}

.pricing-page .banner-area .banner-column .fusion-column-wrapper {
  padding: 0;
  margin-top: -2px;
}

.pricing-page .row1-group {
  background-color: #f4f9fd;
  padding: 5% 20px;
}

.pricing-page .row1-group .page-center {
  padding: 0;
}

.pricing-page .row1-group .left-col {
  width: calc(50% - ( ( 4% ) * 0.5 ) ) !important;
  margin: -2px 4% 20px 0;
}

.pricing-page .row1-group .right-col {
  width: calc(50% - ( ( 4% ) * 0.5 ) ) !important;
  margin: -2px 0 20px;
}

.pricing-page .row1-group .left-col p span {
  color: #333333;
  font-size: 20px;
}

.pricing-page .row1-group .right-col form span.hs-form-required {
  color: inherit;
  padding: 0;
}

.pricing-page .row1-group .right-col form .hs_submit {
  margin-top: 20px;
}

.pricing-page .row1-group .right-col .hs_cos_wrapper_type_form {
  margin: 0;
}

.pricing-page .row2-group {
  padding: 142px 30px 102px;
  background-color: #ffffff;
}

.pricing-page .row2-group .page-center > .row-fluid-wrapper {
  width: 48%;
  margin: 0 auto 20px;
}

.pricing-page .row2-group h1 {
  font-size: 40px;
  margin-top: 0;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: .7em;
}

.accordion-group {
  border-bottom: 1px solid #e0dede;
  color: #444444;
  font-size: 18px;
  line-height: 1.69;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: 0px;
}

.accordion-group .custom-top-heading a {
  font-size: 18px;
  color: #000000;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0px;
  display: block;
  padding: 10px 0;
  text-decoration: none;
  cursor: pointer;
}

.accordion-group .custom-top-heading a .icon-group i {
  background-color: #333333;
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 22px;
  font-family: IcoMoon;
  -webkit-font-smoothing: subpixel-antialiased;
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
}

.accordion-group .custom-top-heading a .icon-group {
  float: left;
}

.accordion-group .custom-top-heading a .icon-group i:before {
  font-family: IcoMoon;
  content: "\e61d";
  font-style: normal;
  line-height: 22px;
  font-size: 13px;
}

.accordion-group .custom-top-heading .title {
  margin-left: 40px;
}

.accordion-group .inner-content {
  line-height: 1.69;
  padding: 10px 0 15px;
}

.accordion-group .custom-top-heading-active a .icon-group i,
.accordion-group .custom-top-heading a:hover .icon-group i{
  background-color: #1a80b6;
}

.accordion-group .custom-top-heading-active a .icon-group i:before {
  content: "\e61c";
}


/*  End  */

.resources-layout .body-container-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0;
}

.resources-layout .banner-area {
    padding-left: 60px;
    padding-top: 82px;
    padding-bottom: 97px;
    background-position: left top;
}

.resources-layout .banner-area .banner-column {
    margin: 0;
    width: 100%;
}

.resources-layout .banner-area .banner-column .fusion-column-wrapper {
    padding: 1px 0 3px 0;
}

.resources-layout .banner-area .banner-column h1 {
    margin-bottom: 12px;
}

.resources-layout .banner-area .banner-column h2 {
    font-size: 40px;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0px;
}

.resources-layout .body-wrapper {
    background-color: #ffffff;
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-right: 10px;
    padding-bottom: 50px;
    padding-left: 10px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-color: #eae9e9;
    border-top-style: solid;
    border-bottom-style: solid;
 		 position: relative;
}

.resources-layout .row1-content h2 {
    text-align: center;
    margin-top: 27px;
    margin-bottom: 60px;
}

.resources-outer-wrapper .resources-outer:nth-child(2n) {
    margin-right: 0;
}

.resources-outer-wrapper .resources-outer {
    margin-top: 0px;
    margin-bottom: 5px;
    width: 48%;
    margin-right: 4%;
    display: inline-block;
    vertical-align: top;
}

.resources-outer-wrapper .resources-outer img {
    border: 1px solid black;
    max-width: 259px;
    height: auto;
}

.resources-layout .row2-content h2 {
    text-align: center;
    margin-bottom: 28px;
}

.resources-layout .row2-content {
    margin-top: 70px;
}

.resources-layout .row3-content .two-column-left-image-wrapper .left-image {
    width: 12%;
    display: inline-block;
    vertical-align: middle;
      margin-right: 15px;
}

.resources-layout .row3-content {
    max-width: 640px;
    padding: 20px;
    margin: 45px auto 0 !important;
    float: none;
}

.resources-layout .row3-content .two-column-left-image-wrapper .right-content {
    width: 80%;
    display: inline-block;
    vertical-align: top;
}

.two-column-bottom-pane-wrapper {
    background-color: #00578a;
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-color: #eae9e9;
    border-top-style: solid;
    border-bottom-style: solid;
    background-size: cover;
}

.two-column-bottom-pane-wrapper .left-column {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 58.4%;
    margin-right: 4%;
    position: relative;
    float: left;
}

.two-column-bottom-pane-wrapper .right-column {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 37.6%;
    display: inline-block;
    vertical-align: top;
}

.two-column-bottom-pane-wrapper .left-column .left-column-inner {
    padding: 20px;
}

.two-column-bottom-pane-wrapper .left-column h1 {
    font-size: 40px;
    line-height: 56px;
    color: #fff;
    margin: 0 0 13px;
    font-weight: bold;
}

.two-column-bottom-pane-wrapper .left-column h2 {
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    color: #ffffff;
    font-size: 25px;
    line-height: 20px;
    margin: 0 0 9px;
}

.two-column-bottom-pane-wrapper .right-column .right-column-inner {
    padding: 42px 20px 20px;
}

.two-column-bottom-pane-wrapper .right-column .right-column-inner a.button-custom {
    background: #ff6900;
    width: auto;
    border-radius: 2px;
    border-width: 0px;
    font-family: "PT Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 0px;
    padding: 17px 40px;
    line-height: 21px;
    font-size: 18px;
    display: inline-block;
    position: relative;
    outline: 0;
    zoom: 1;
    border: 0;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    box-sizing: border-box;
    transition: all .2s;
    color: #fff;
}

.two-column-bottom-pane-wrapper .right-column .right-column-inner a.button-custom:hover {
  background: #ffad72;
}

.resources-layout .body-wrapper:after {
    content: "";
    border-top: 29px solid #fff;
    border-left: 29px solid transparent;
    border-right: 29px solid transparent;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 27px;
    bottom: -24px;
}

/*  About Page */

.about-page .body-container-wrapper {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.about-page .banner-area {
  background-position: left top;
  background-repeat: no-repeat;
  padding: 83px 30px 97px 60px;
}	

.about-page .banner-area .banner-column {
  width: 100%;
  margin: 0 0 20px;
  display: inline-block;
}

.banner-area .banner-column .fusion-column-wrapper {
  padding: 0;
}

.about-page .banner-area .banner-column h1 {
  text-align: center;
  display: inline-block;
  width: 100%;
}

.about-page .banner-area .banner-column p {
  color: #fff;
}

.about-page .row1-group {
  padding: 80px 30px;
  text-align: center;
  background-color: #f2f2f2;
}

.about-page .row1-group h1 {
  font-size: 60px;
  line-height: 72px;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin-top: 0em;
  margin-bottom: .7em;
}

.about-page .location-outer-group > div {
  width: 48%;
  margin: 0 0 22px;
  display: inline-block;
  vertical-align: top;
}

.about-page .location-outer-group > div:nth-child(odd) {
  margin-right: 4%;
}

.about-page .location-outer-group {
  display: inline-block;
  width: 100%;
  padding-top: 42px;
}

.about-page .location-group {
  background-color: rgb(255, 255, 255);
  padding: 0px 0px 0px 15px;
  min-height: 208px;
}

.about-page .location-group .location-image {
  display: inline;
  float: right;
  margin-left: 15px;
}

.about-page .location-group .location-content {
  display: block;
  text-align: left;
}

.about-page .location-group .location-content h3 {
  margin: 21px 0 0;
  display: inline-block;
  font-weight: 600;
  line-height: 42px;
}

.about-page .location-group .location-content p {
  font-size: 15px;
}

.about-page .location-outer-group > div:last-child {
  margin-bottom: 0;
}

/*  End  */

.home-layout .banner-area .banner-column .fusion-column-wrapper {
    padding: 0 20px;
}

.book-demo .body-container-wrapper {
    padding-left: 30px;
    padding-right: 30px;
}

.full-width-layout .main-content {
    padding-top: 55px;
}

/* Two Column Left Page Styling  */

.two-col-left .row1-group {
  font-size: 16px;
  padding: 55px 30px 40px;
}

.two-col-left .main-content {
  width: calc(100% - 300px) !important;
  float: right !important;
  padding: 2px;
}

.two-col-left .sidebar.right {
  width: 300px !important;
  margin: 0 !important;
  float: left;
  padding: 72px 2px 2px 2px;
}

.two-col-left .sidebar.right ul {
  list-style-type: none;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 16px 0;
}

.two-col-left .sidebar.right ul li {
  float: none !important;
  border-bottom: 1px solid #FFFFFF;
}

.two-col-left .sidebar.right ul li ul {
  display: none;
}

.two-col-left .sidebar.right ul > li.active > a {
  font-weight: bold;
}

.two-col-left .main-content h2 {
  font-size: 24px;
  line-height: 28px;
  margin-top: 0em;
  margin-bottom: .7em;
}

.two-col-left .main-content h4 {
  font-size: 24px;
  color: #333333;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0px;
  margin-top: 1.33em;
  margin-bottom: 0.5em;
}

.two-col-left .main-content img {
  vertical-align: top;
}

.two-col-left .main-content ul li,
.two-col-left .main-content ol li{
  border-bottom: 1px solid #FFFFFF;
}

.two-col-left .main-content ul {
  list-style-type: none;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.two-col-left .body-container-wrapper {
  padding-bottom: 0;
}

.two-col-left .sidebar.right ul li.hs-item-has-children.active-branch ul {
  display: block;
}

.two-col-left .sidebar.right ul ul {
  list-style-type: none;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0;
  position: relative !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.two-col-left.type2-layout .header-wrapper .page-center {
  max-width: 100% !important;
}

.two-col-left.type2-layout .body-container-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.two-col-left.type2-layout .banner-area {
  min-height: 300px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 30px;
}

.two-col-left.type2-layout .banner-area .banner-column {
  width: 100%;
  margin: 0 0 14px;
}

.two-col-left.type2-layout .banner-area .banner-column .fusion-column-wrapper {
  padding: 0;
}

.two-col-left.type2-layout .banner-area .banner-column h1 {
  font-size: 60px;
  line-height: 80px;
  margin-bottom: 0;
  margin-top: 0;
}

.two-col-left.type2-layout .banner-area .page-center {
  position: absolute;
  top: 50%;
  width: calc(100% - 60px);
  padding: 0;
  z-index: 5;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  left: 30px;
  right: 30px;
}

.two-col-left.type2-layout .main-content > .row-fluid-wrapper {
  padding: 20px 0 0;
}

.two-col-left.type2-layout .overviwe-group {
  margin-bottom: 40px;
}

.two-col-left.type2-layout .main-content {
  padding-right: 117px;
}

.two-col-left.type2-layout .overviwe-group .overview-inner-group h2 {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 23px;
}

.two-col-left.type2-layout .overviwe-group .overview-inner-group h2 a {
  color: #333333;
  transition: all ease .3s;
  display: block;
}

.two-col-left.type2-layout .overviwe-group .overview-inner-group h2 a:hover {
  color: #1a80b6;
}

.two-col-left.type2-layout .overviwe-group .content-group {
  color: #747474;
}

.two-col-left.type2-layout .overviwe-group a.read-more-link{
  position: relative;
  margin-right: 10px;
  text-align: right;
}

.two-col-left.type2-layout .overviwe-group a.read-more-link:after {
  transition: all .3s;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '\f105';
  top: 50%;
  padding-left: 5px;
  font-size: 14px;
  font-family: icomoon;
}

.two-col-left.type2-layout .overviwe-group .overview-inner-group {
  padding: 35px;
  background-color: #efefef;
}

.crayon-syntax.crayon-wrapped .crayon-line {
    word-break: inherit !important;
}

/*  End  */

/*========== learning center blog ===========*/

.learning-center .blog-bookmark-menu {
    background-color: #353535;
    padding: 0 20px;
}

.learning-center .body-container-wrapper {
  padding-top: 72px !important;
  padding-left: 0;
  padding-right: 0;
}

.learning-center .blog-bookmark-menu ul{
  padding:10px 0 8px;
  overflow: hidden;
}

.learning-center .blog-bookmark-menu ul li{
	float:left;
}

.learning-center .blog-bookmark-menu ul li a{
  padding: 13px 29px;
  line-height: 17px;
  font-size: 14px;
  transition: all .2s;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
}

.learning-center .blog-bookmark-menu ul li a:hover{
	color: #eaf7ff;
}

.learning-center .blog-banner-wrapper {
    padding: 4% 30px;
    background-position: left top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.learning-center .blog-banner-wrapper .hs-blog-header {
    padding: 35px 0;
    margin: 0 0 20px;
}

.learning-center .blog-banner-wrapper .hs-blog-header h1 {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    margin: 0.5em 0;
}

.learning-center .blog-three-column-wrapper {
    background-color: #e6e9ec;
    padding: 60px 0 0;
}

.learning-center .blog-three-column-wrapper .three-col {
    float: left;
    width: calc(33.33% - ( ( 4% + 4% ) * 0.3333 ) );
    margin-right: 4%;
}

.learning-center .blog-three-column-wrapper h3{
	font-weight: bold;
  margin: 0 0 12px;
}

.learning-center .three-col.column3 {
    margin: 0;
}

.learning-center a.fusion-button {
    display: inline-block;
    position: relative;
    outline: 0;
    zoom: 1;
    border: 1px solid transparent;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    box-sizing: border-box;
    transition: all .2s;
    padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
    font-family: "PT Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 0px;
    background: #ff6900;
    color: #fff;
    border-radius: 2px;
    border: none;
}

.learning-center a.fusion-button:hover{
	  background: #ffad72;
}

.learning-center .blog-three-column-wrapper .fusion-button-wrapper{
  margin: 22px 0 0;
}

.learning-center .fusion-section-separator .divider-candy {
    z-index: 100;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    height: 40px;
    width: 40px;
    border-bottom: 1px solid #E6E5E6;
    border-left: 1px solid #E6E5E6;
    background-color: transparent;
    content: "";
    bottom: -20px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: 1px solid #e6e9ec;
    border-left: 1px solid #e6e9ec;
}

.learning-center .fusion-section-separator .divider-candy-arrow {
    z-index: 2;
    position: absolute;
    left: 50%;
    margin-left: -29px;
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 29px 29px 0;
    border-top-color: #e6e9ec;
    bottom: -28px !important;
    top: auto !important;
}

.learning-center .fusion-section-separator {
    position: relative;
    padding-top: 52px;
}

.learning-center .blog-listing-wrapper-of-topics {
    padding: 95px 30px 0;
}

.learning-center .web-automation {
    background-color: #f5f8f9;
}

.learning-center .web-automation h2{
	    margin: 0 0 28px;
}

.learning-center .top-section {
    padding-bottom: 52px;
}
.learning-center .topic-post-section {
    width: calc(33.33% - ( ( 4% + 4% ) * 0.3333 ) );
    margin-right: 4%;
    float: left;
    margin-bottom: 20px;
}

.learning-center .topic-post-section .hs-featured-image-wrapper {
    border: 2px solid rgba(000,000,000,.04);
}

.learning-center .post-item-wrapper.column-left {
    width: calc(75% - ( ( 4% ) * 0.75 ) );
    margin-right: 4%;
    float: left;
    margin-bottom: 20px;
}

.learning-center .post-sidebar.column-right {
    width: calc(25% - ( ( 4% ) * 0.25 ) );
    float: left;
}

.learning-center .topic-post-section .post-title {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
}

.learning-center h3#recent-blog-posts-on-web-automation {
    line-height: 1.1;
    margin: 0 0 30px;
}

.learning-center .post-listing-content {
    font-size: 15px;
    line-height: 1.2;
    padding: 0 !important;
    margin: 0 0 20px;
}

.learning-center .post-title-blog a {
    color: #0285d1;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

.learning-center .post-title-blog{
    font-size: 16px ;
    font-weight: 600;
    line-height: 20px ;
    margin-bottom: 2px;
}

.learning-center .rec-post-date {
    font-weight: 600;
    font-size: 14px;
    padding: 0 0 12px;
}

.full-width-layout .body-container-wrapper {
    padding-left: 30px;
    padding-right: 30px;
}

.learning-center .body-container-wrapper {
    padding-left: 0;
    padding-right: 0;
}

.learning-center .blog-post-top-section-wrapper {
    background-color: #FFFFFF;
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 18px;
    padding-left: 30px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-color: #eae9e9;
    border-top-style: solid;
    border-bottom-style: solid;
    margin-top: 2px;
}

.learning-center .blog-post-top-section-wrapper .top-links {
    color: #000;
    padding-top: 20px;
    font-size: 15px;
    font-family: "MaisonNeue Extended',Helvetica,Arial,sans-serif;
    font-weight: 400;
}

.learning-center .blog-post-top-section-wrapper .top-links span a {
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "MaisonNeue Extended',Helvetica,Arial,sans-serif;
    font-weight: 400;
}

.learning-center .blog-post-top-section-wrapper h1 {
    color: #000;
    font-size: 40px;
    font-family: "MaisonNeue Extended',Helvetica,Arial,sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 3px 0 0 0;
}

.fusion-sep-clear {
    clear: both;
    display: block;
    height: 1px;
    font-size: 0;
    line-height: 0;
    width: 100%;
    overflow: hidden;
}

.fusion-separator {
    border: 0 solid #E7E6E6;
    clear: both;
    position: relative;
    z-index: 11;
}

.fusion-separator.sep-none {
    height: 1px;
    border-color: transparent;
}

.blog-post-two-column-section-wrapper {
    background-color: #f5f3f2;
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 42px;
    padding-right: 30px;
    padding-left: 30px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-color: #eae9e9;
    border-top-style: solid;
    border-bottom-style: solid;
    position: relative;
}

.blog-post-two-column-section-wrapper .left-section {
  margin-top: 0px;
  margin-bottom: 20px;
  width: 65.3333%;
  margin-right: 4%;
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  background-color: rgb(255, 255, 255);
  float: left;
}

.blog-post-two-column-section-wrapper .left-section .fusion-column-wrapper {
    padding: 56.25% 0 0 0;
    position: relative;
}

.blog-post-two-column-section-wrapper .left-section .wistia_responsive_wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.blog-post-two-column-section-wrapper .left-section .wistia_embed {
    display: inline-block;
    height: 100%;
    width: 100%;
}

.blog-post-two-column-section-wrapper .right-section {
    margin-top: 0px;
    margin-bottom: 20px;
    width: 30.6666%;
    display: inline-block;
    vertical-align: top;
    margin-left: 0;
    margin-right: 0;
    background-color: rgb(255, 255, 255);
}

.tab-content {
    border: 1px solid #f5f8fb;
    padding: 15px;
    max-width: 100%;
    position: relative;
    z-index: 9;
    margin: -1px 0 0 0;
}

.fusion-tabs .nav ul.nav-tabs {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  border-bottom:none;
  margin: 0;
}

.fusion-tabs .nav ul.nav-tabs li {
    display: inline-block;
    position: relative;
    float: none;
    text-align: center;
    background: #fff;
    z-index: 999;
}

.fusion-tabs .nav ul.nav-tabs li a.tab-link {
  border-top: 3px solid #f5f8fb;
  padding: 11px 15px;
  display: block;
  position: relative;
  margin: 0;
  color: #747474;
  transition: all .2s;
  line-height: normal;
  cursor: pointer;
  background: #f5f8fb;
  border-left: 0;
  border-right: 0;
}

.fusion-tabs .nav ul.nav-tabs li.active a {
  border-color: #ffffff;
  background: #ffffff;
}

.fusion-tabs .nav ul.nav-tabs li a.tab-link h4 {
    color: #49090b;
    font-size: 24px;
    font-family: "MaisonNeue Extended',Helvetica,Arial,sans-serif;
    font-weight: 300;
    line-height: 1.41;
    letter-spacing: 0px;
    margin: 0;
}

.blog-post-two-column-section-wrapper .right-section .fusion-tabs {
	padding-bottom: 50px;
}

.fusion-tabs .nav ul.nav-tabs li a.tab-link h4 i {
    margin-right: 10px;
}

.tab-content h4 {
    font-size: 21px;
    line-height: 29px;
    font-family: "MaisonNeue Extended',Helvetica,Arial,sans-serif;
    font-weight: 300;
    margin-top: 1.33em;
    margin-bottom: 0.5em;
}

.post-wrapper {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 52px;
    padding-bottom: 88px;
}

.post-description {
    border-bottom: 1px solid #f5f8fb;
}
.post-description ul {
    background-color: #ffffff;
    margin: 0 0 -1px;
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    padding: 0;
    border: 1px solid #F1F2F2;
    border-bottom: none;
}
.post-description ul:after, 
.post-description ul:before {
    content: " ";
    display: table;
}
.post-description ul li{
        position: relative;
    float: none;
    text-align: center;
        display: inline-block;
}

.post-description ul li a{
    background-color: #f5f8fb;
    padding: 11px 15px;
        display: block;
    position: relative;
    margin: 0;
        outline: 0;
    line-height: 1.41;
    border: none;
    border-top: 0px solid #f5f8fb;
        color: #333;
    cursor: pointer;
    transition: all .2s;
    font-size:24px;
    font-family: "MaisonNeue Extended',Helvetica,Arial,sans-serif;
    font-weight: 300;
}

.post-description ul li a:hover{
        background-color: #ffffff;
    border-top-color: #ffffff;
}

.post-description ul li a.active{
    border-color: #1a80b6;
        background-color: #ffffff;
}

.description-content {
    padding: 15px;
    max-width: 100%;
    border: 1px solid #F1F2F2;
    border-top: none;
}

.learning-center .main-section-content p strong span,
.learning-center .main-section-content p span strong {
    color: #993366;
}

.free-trial .body-container-wrapper {
    padding-left: 30px;
    padding-right: 30px;
}

.product .banner-area .banner-column .fusion-column-wrapper {
    padding-left: 20px;
    padding-right: 20px;
}

.full-width-layout.with-banner .main-content {
    padding-top: 0;
}

.post-description ul li a i {
    margin-right: 10px;
}

.learning-center .topic-post-section:nth-child(3n) {
    margin-right: 0;
}

.dark-grey {
    background-color: #e6e9ec;
}

.blog-listing-wrapper-of-topics .fusion-column-wrapper {
    position: relative;
    min-height: 1px !important;
}

.learning-center .blog-listing-wrapper-of-topics .fusion-section-separator {
  position: relative;
  padding-top: 0;
  margin: 0 !important;
}

.learning-center .topic-post-section:nth-child(3n+1) {
    clear: left;
}

.light-grey {
    background-color: #f5f8f9;
}

.fusion-column-wrapper b {
    -webkit-font-smoothing: antialiased;
}

.blog-bottom-row {
    padding: 134px 30px 74px 30px;
    text-align: center;
}

.learning-center .blog-bottom-row a.fusion-button{
  padding: 17px 40px;
  line-height: 21px;
  font-size: 18px;
}

/*======== accordion styling ==========*/

.fusion-accordian {
  width: 100%;
  padding: 10px 0;
}

.fusion-accordian .panel-heading .panel-title {
    margin: 0;
}

.fusion-accordian .fusion-panel.fusion-toggle-no-divider .panel-title a {
    padding: 10px 0;
}

.accordian h4 a {
    font-size: 18px !important;
    color: #000000 !important;
}

.fusion-accordian .panel-title .fusion-toggle-icon-wrapper {
    float: left;
}

.fusion-accordian .panel-title a .fa-fusion-box {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background-color: #333;
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    font-family: IcoMoon;
    -webkit-font-smoothing: subpixel-antialiased;
}

.fusion-accordian .panel-title a .fa-fusion-box {
    background-color: #333333;
}

.fusion-accordian .panel-title .fusion-toggle-heading {
    margin-left: 40px;
}

.collapse {
    display: none;
}

.fusion-accordian .panel-body {
  padding: 10px 0 15px;
  border: none;
  display: none;
  line-height: 1.69;
  width: 100% !important;
}


.learning-center .blog-post-wrapper .post-body blockquote {
  border-color: #1a80b6;
  font-style: italic;
  color: #444444;
  font-size: 18px;
  line-height: 1.69;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: 0px;
  background-color: #f6f6f6;
  border-left: 4px solid #1a80b6;
  padding: 15px;
}

.hs-content-id-5682774117.hs-blog-post .left-section, .hs-content-id-5682774117.hs-blog-post .right-section {
	display: none;
}

.blog-post-two-column-section-wrapper .top-text {
  text-align: center;
  padding: 20px 20px 40px;
}

.blog-post-two-column-section-wrapper .right-section .right-rich.text a:hover img {
  opacity: .9;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.blog-post-two-column-section-wrapper .right-section .right-rich.text a img {
  opacity: 1;
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
  transition: opacity 1s,-webkit-transform 1s;
  transition: opacity 1s,transform 1s;
  transition: opacity 1s,transform 1s,-webkit-transform 1s;
}
.blog-post-two-column-section-wrapper .right-section .right-rich.text {
  padding: 20px;
  text-align: center;
}

.hs-content-id-5682774117 .blog-post-two-column-section-wrapper .top-text p {
	padding: 0 20px 40px;
}

.hs-content-id-5682774117 .blog-post-two-column-section-wrapper .top-text {
  text-align: center;
  padding: 20px 0px 40px;
}

.blog-accordion-column .fusion-column-wrapper {
    background-color: #eeeeee;
    padding: 20px;
    margin-top: 20px;
}

.blog-accordion-column {
    width: 65.3333%;
}

.blog-accordion-column .fusion-column-wrapper h2{
	margin-bottom:0.7em;
}

.fusion-accordian .panel-title .fusion-toggle-heading {
    margin-left: 40px;
}

.fusion-toggle-icon-wrapper {
    float: left;
}

.fusion-accordian .fa-fusion-box {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background-color: #333;
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    font-family: IcoMoon;
    -webkit-font-smoothing: subpixel-antialiased;
}

.fusion-accordian .fa-fusion-box:before{
  font-family: IcoMoon;
  content: "\e61d";
  font-style: normal;
  line-height: 22px;
  font-size: 13px;
  display: block;
}

.fusion-toggle-heading {
    margin-left: 40px;
    font-size: 18px !important;
    color: #000000 !important;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
}

.panel-heading {
    line-height: 1.3;
  	cursor:pointer;
}

.blog-accordion-column .fusion-accordian{
	border-bottom: 1px solid #E5E4E3;
  
}

.panel-heading:hover .fa-fusion-box{
  background-color: #1a80b6;
  border-color: #1a80b6;
}

.panel-heading.accordian-active .fa-fusion-box{
  background-color: #1a80b6;
  border-color: #1a80b6;
}

.panel-heading.accordian-active .fa-fusion-box:before{
	content: "\e61c";
}

.tab-content > h4,
.tab-content {
   display: none;
}

.blog-post-wrapper .post-body h4 {
    font-size: 24px;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.41;
    letter-spacing: 0px;
    margin-top: 1.33em;
    margin-bottom: 0.5em;
}


.download .main-content ul li h4 {
  color: #333333;
  font-size: 24px;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.41;
  letter-spacing: 0px;
  margin-top: 1.33em;
  margin-bottom: 0.5em;
}

.site-page .body-container .page-center,
.landing-page .body-container .page-center,
.error-template .body-container .page-center,
.password-template .body-container .page-center,
.subscription-template .body-container .page-center{
	padding:30px;
}

.error-template.one-column .body-container {
	padding: 55px 30px 45px;
}

.error-template.one-column .body-container .page-center{
	padding:0;
}

.subscription-template.one-column .body-container #email-prefs-form {
  width: 100% !important;
  max-width: 100%;
}

.author-page .blog-banner-area {
	display:none !important;
}

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

@media (min-width: 768px) {
	.mobile-accordion {
    display: none;
  }
}


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

@media (max-width: 1160px) {
	.two-col-left.type2-layout .main-content {
    padding-right: 96px;
  }
  
  .post-listing {
    margin: 0;
  }
  
  .blog-pagination {
      padding: 0 20px;
  }
  
  .blog-three-column-wrapper .page-center{
  	padding-left: 10px;
    padding-right: 10px;
    max-width: 1120px;
  }


}

@media (max-width: 1120px) {

  .pricing-page .banner-area .banner-column h1 {
    line-height: 4.39vw;
  }
}

@media (max-width: 1100px) {
  .header-wrapper {
    padding-top: 20px;
    padding-bottom: 19px;
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
  
  .free-trial .header-wrapper.type2 .custom-menu-primary .hs-menu-wrapper > ul > li:last-child a {
    border: 0;
    text-transform: uppercase;
    font-family: "PT Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    padding-left: 53px;
  }
  
  .free-trial .right-col .hs-form-field {
    margin: 16px 0;
    padding-right: 0;
  }

  .logo {
    margin: 0;
    width: 100% !important;
    display: block !important;
    padding-left: 30px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6) > a {
    font-size: 16px;
    background-color: #df143a;
    color: #FFFFFF;
    border-radius: 2px;
    border-color: #ffffff;
    font-family: "PT Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 0px;
    padding: 11px 23px;
    line-height: 16px;
    margin-top: 0;
    margin-left: 30px;
    margin-right: 30px;
    width: auto !important;
    display: inline-block;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:before{
  	content:none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6) {
    background: #f9f9f9;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li a:hover {
    border-color: #dadada;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li:hover a {
    color:#333;
  }


  .custom-menu-primary .hs-menu-wrapper > ul li a:hover {
    color: #333;
    background: #f6f6f6;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6):hover {
    background: #f6f6f6;
  }

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

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: #ffffff;
    min-width: 100% !important;
    border-top: 1px solid #dadada;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 300;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    line-height: 1.69;
    transition: opacity .2s ease-in !important;
    margin-top: 0px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    padding-top: 9px;
    padding-bottom: 9px;
    color: #333333;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 13px;
    border-bottom: none;
    text-decoration: none;
    line-height: 39px;
    border: 0;
    padding: 0 39px;
    height: auto;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,height 0s,line-height 0s;
    vertical-align: middle;
    min-height: 39px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a:before {
    content: "-";
    margin-right: 2px;
  }

  h1 {
    color: #333333;
    font-size: 45px;
  }

  h3 {
    font-size: 28px;
    color: #333333;
  }

  .automation-banner-area .left-column h1 {
    font-weight: 600;
    text-align: left;
    line-height: 53px;
    padding-top: 2px;
  }

  .mobile-only {
    display: none;
  }

  .two-column-content-with-image .content-wrapper h2 {
    font-size: 33.912px;
    line-height: 42px;
  }

  .automation-layout .row3-wrapper .two-column-content-wrapper a.fusion-button.red-button {
    padding: 17px 41px;
    margin: 0;
  }

  .automation-layout .row3-wrapper .two-column-content-wrapper .right-column a.fusion-button.trans-button {
    padding: 17px 63px;
  }

  .automation-layout .row4-wrapper h2,
  .automation-layout .row6-wrapper h2,
  .automation-layout .row7-wrapper h2,
  .automation-layout .row8-wrapper h2 {
    font-size: 33.912px;
    line-height: 40.694px;
  }

  .automation-banner-area-bottom h1 {
    font-size: 38.756px;
    line-height: 46.508px;
  }


  .banner-area .banner-column {
    margin-right: 0;
    margin-top: 0px;
    margin-bottom: 18px;
    width: 100%;
    clear: none;
  }

  .body-container-wrapper{
  	padding-top:0;
  }

  .automation-layout .row3-wrapper {
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
  }

  .product.type2 .banner-area .banner-column .fusion-column-wrapper {
    padding: 0 20px;
  }

  .banner-area .banner-column h1 {
    font-size: 60px;
    line-height: 65px;
    margin: 25px 0 31px;
  }
  
  .features .automation-banner-area .left-column {
    width: 48%;
  }

  .features .automation-banner-area .left-column h1 {
    font-size: 33.282px;
    line-height: 39.938px;
    margin-top: 0em;
    margin-bottom: .7em;
    padding-top: 0;
  }
  
  .features .automation-banner-area .left-column h1 span {
    font-size: 33.282px;
  }
  
  .free-trial .top-column h1 {
    padding-top: 7px;
    padding-bottom: 5px;
  }
    
  .post-listing{
    padding:0 10px;
    margin:0;
  }

  .blog-listing-wrapper .post-listing .post-item{
    width: 32.33%;
  }
  
  .book-demo .top-column h1 {
    color: #333333;
    font-size: 4.37vw;
  }
  
  .full-width-layout.with-banner .banner-area .page-center {
    padding-top: 68px;
    padding-bottom: 64px;
  }
  
  .pricing-page .row2-group h1 {
    font-size: 3.6vw;
  }
  
  .resources-layout .banner-area .banner-column h1 {
    margin-bottom: 7px;
  }
  
  .resources-layout .banner-area .banner-column h2 {
    font-size: 39.367px;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 47.241px;
    letter-spacing: 0px;
  }
  
  .resources-layout .banner-area {
    padding-left: 60px;
    padding-top: 79px;
    padding-bottom: 97px;
    background-position: left top;
  }
  
  .resources-layout .row2-content h2 {
    font-size: 39.52px;
    line-height: 47.424px;
  }
  
  .about-page .location-group .location-image {
    display: block;
    float: none;
    margin: 0;
  }
  
  .about-page .location-group .location-content {   
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  
  .two-col-left.type2-layout .main-content {
    padding-right: 0;
  }
  
  .two-col-left.type2-layout .banner-area .banner-column h1 {
    font-size: 5.37vw;
    line-height: 7.1vw;
  }
  
  .learning-center .body-container-wrapper {
    padding-top: 0px !important;
    padding-left: 0;
    padding-right: 0;
  }
  
  .learning-center .blog-post-top-section-wrapper {
    margin-top: 2px;
  }
  
  .learning-center .blog-post-top-section-wrapper h1 {
    color: #49090b;
    font-size: 39.629px;
  }
  
  .learning-center .blog-post-top-section-wrapper .top-links {
    color: #49090b;
    padding-top: 19px;
  }
  
  .hs-blog-post.blog .body-container-wrapper {
    padding-top: 53px !important;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch {
    border-color: #dadada;
  }
  
  .learning-center .blog-bookmark-menu ul li {
    width: auto;
  }
  
  .learning-center .header-wrapper{
  	padding-bottom: 24px;
  }

}

@media (max-width: 1025px) {
  .automation-banner-area .left-column .fusion-button-wrapper {
    display: none;
  }
  .automation-banner-area .mobile-only {
    display: block !important;
  }

  .automation-banner-area .mobile-only .fusion-button-wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }

  .automation-banner-area .left-column .fusion-column-wrapper {
    padding: 0px 0px 0px 20px;
    min-height: auto;
  }

  .automation-banner-area .mobile-only {
    display: block !important;
    padding-left: 20px;
  }

  .automation-banner-area .mobile-only a.fusion-button.red-button,
  .automation-banner-area .mobile-only a.fusion-button.trans-button {
    width: 100% !important;
    display: block;
    max-width: 100% !important;
    margin-bottom: 20px;
  }

  .automation-layout .row3-wrapper .two-column-content-wrapper .left-column {
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
    clear: left;
    position: relative;
    float: none;
    text-align: center;
  }

  .automation-layout .row3-wrapper .two-column-content-wrapper .right-column {
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    vertical-align: top;
    text-align: center;
  }

  .automation-layout .row3-wrapper .two-column-content-wrapper a.fusion-button.red-button,
  .automation-layout .row3-wrapper .two-column-content-wrapper a.fusion-button.trans-button {
    width: 100% !important;
    display: block;
    max-width: 100% !important;
  }

  .automation-layout .row3-wrapper .two-column-content-wrapper {
    margin-top: 6px;
    margin-bottom: 30px;
  }

  .automation-banner-area-bottom .fusion-button-wrapper {
    padding-top: 1px;
    display: block;
    margin: 0px auto;
    float: none;
    max-width: 100%;
    margin-bottom: 80px;
  }

  .automation-banner-area-bottom a.fusion-button.red-button {
    padding: 17px 53px;
    margin-right: 0;
    margin-bottom: 19px;
    margin-top: 12px;
    display: block;
    width: 100%;
  }

  .automation-banner-area-bottom a.fusion-button.trans-button {
    padding: 17px 75px;
    margin-left: 0;
    margin-top: 3px;
    margin-bottom: 18px;
    width: 100%;
  }

  .banner-area .fusion-button-wrapper {
    margin-top: 50px;
    display: block;
  }

  .banner-area .fusion-button-wrapper a.fusion-button.red-button {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }

  .banner-area a.fusion-button.trans-button {
    border-color: #000;
    color: #000;
    width: 100%;
    display: block;
  }

  .product.type2 .banner-area .banner-column h1 {
    font-size: 45.591px;
    line-height: 45.591px;
  }

  .product.type2 .banner-area .banner-column {
    margin-right: 0;
    margin-top: 0px;
    margin-bottom: 18px;
    width: 100%;
    clear: none;
  }

  .product.type2 .banner-area .fusion-button-wrapper {
    margin-top: 50px;
    display: block;
  }
  
  .home-layout .banner-area .banner-column {
    width: 100%;
  }
  
  .home-layout .banner-area .fusion-button-wrapper {
    margin-top: 50px;
  }

}

@media (max-width: 1000px) {
  h1 {
    color: #333333;
    font-size: 43px;
  }

  h3 {
    font-size: 27px;
    color: #333333;
  }

  .automation-banner-area .left-column h1 {
    line-height: 49.78px;
    padding-top: 2px;
  }

  .automation-banner-area .left-column h2 {
    font-size: 36.204px;
    line-height: 43.444px;
  }

  .two-column-content-with-image .content-wrapper h2, h2 {
    font-size: 31.678px;
    line-height: 38.014px;
  }

  .automation-layout .row4-wrapper h2, .automation-layout .row6-wrapper h2, .automation-layout .row7-wrapper h2, .automation-layout .row8-wrapper h2 {
    font-size: 31.678px;
    line-height: 38.014px;
  }

  .automation-banner-area-bottom h1 {
    font-size: 36.204px;
    line-height: 43.444px;
    padding: 0;
  }

  .automation-banner-area-bottom h2 {
    margin-bottom: 15px;
    color: #333333;
  }

  .two-column-content-with-image .content-wrapper {
    width: 47%;
  }
  
  .blog .hs-blog-header h1{
    font-size:40px;
    line-height: 1.2;
  }

  .blog .hs-blog-header p{
    font-size: 30px;
  }
  
  .features .automation-banner-area .left-column h1 {
    font-size: 31.755px;
    font-weight: 600;
    text-align: left;
    line-height: 38.105px;
    margin-top: 0em;
    margin-bottom: .7em;
    padding-top: 0;
  }
  
  .features .automation-banner-area .left-column h1 span {
    font-size: 31.755px;
  }
  
  .automation-layout.type2.hs-content-id-5672916281 .automation-banner-area .left-column .fusion-column-wrapper {
    padding: 1px 0px 0px 20px;
    min-height: auto;
  }
  
  .support-layout .banner-area .page-center {
    padding-top: 68px;
    padding-bottom: 64px;
  }
  
  .blog .hs-blog-header h1{
    font-size:40px;
    line-height: 1.2;
  }

  .blog .hs-blog-header p{
    font-size: 30px;
  }
  
  .home-layout .three-column-icon-wrapper .three-column {
    margin-bottom: 29px;
    width: 30%;
    margin-right: 15px;
  }
  
  .three-column-icon-wrapper .three-column .content-container {
    width: 72%;
  }
  
  .full-width-layout.with-banner .banner-area .page-center {
    padding-top: 67px;
    padding-bottom: 63px;
  }
  
  .resources-layout .banner-area {
    padding-left: 60px;
    padding-top: 75px;
    padding-bottom: 95px;
    background-position: left top;
  }
  
  .resources-layout .banner-area .banner-column h1 {
    margin-bottom: 5px;
  }
  
  .resources-layout .row1-content h2 {
    text-align: center;
    margin-top: 27px;
    margin-bottom: 60px;
    font-size: 37.316px;
    line-height: 44.78px;
  }
  
  .resources-layout .banner-area .banner-column h2 {
    font-size: 37.316px;
    line-height: 44.78px;
    letter-spacing: 0px;
  }

  .resources-layout .row2-content h2 {
    font-size: 37.273px;
    line-height: 44.727px;
  }
  
  .two-column-bottom-pane-wrapper .left-column h1 {
    font-size: 37.229px;
    line-height: 52.121px;
    color: #fff;
    margin: 0 0 13px;
    font-weight: bold;
  }
  
  .learning-center .blog-post-top-section-wrapper .top-links {
    color: #000;
    padding-top: 17px;
  }
  
  .learning-center .blog-post-top-section-wrapper h1 {
    color: #000;
    font-size: 37.447px;
    line-height: 44.937px;
    margin-top: 2px;
  }
  
  .learning-center .blog-post-top-section-wrapper {
    padding-bottom: 16px;
  }
}


@media (max-width: 992px) {
  .free-trial .top-column h1 {
    padding-top: 11px;
    padding-bottom: 9px;
  }
  
  .book-demo .top-column h1 {
    font-size: 41.585px;
  }
  
    .pricing-page .row2-group h1 {
    font-size: 36.705px;
  }

  .pricing-page .banner-area .banner-column h1 {
    line-height: 44.047px;
    font-size: 44.047px;
  }

  .pricing-page .banner-area .banner-column {
    margin-bottom: 14px;
  }
}


@media (max-width: 900px) {
  h1 {
    color: #333333;
    font-size: 41px;
  }

  .automation-banner-area .left-column h1 {
    padding-top: 2px;
    line-height: 46.42px;
  }

  .automation-banner-area .left-column h2 {
    font-size: 33.76px;
    line-height: 40.512px;
  }

  .two-column-content-with-image .content-wrapper h2, h2 {
    font-size: 29.578px;
    line-height: 35.494px;
  }

  .automation-layout .row4-wrapper h2, .automation-layout .row6-wrapper h2, 
  .automation-layout .row7-wrapper h2, .automation-layout .row8-wrapper h2 {
    font-size: 29.578px;
    line-height: 35.494px;
  }

  .automation-banner-area-bottom h1 {
    font-size: 33.804px;
    line-height: 40.564px;
    padding: 0;
  }

  .automation-banner-area-bottom h2 {
    line-height: 40px;
  }
  
  .blog-listing-wrapper .post-listing .post-item{
    width:50% ;
  }

  .post-header h2{
    font-size: 28px;
  }
  
  .features .automation-banner-area .left-column h1 {
    font-size: 29.807px;
    font-weight: 600;
    text-align: left;
    line-height: 35.769px;
    margin-top: 0em;
    margin-bottom: .7em;
    padding-top: 0;
  }
  
  .post-header h1{
    font-size: 30px;
  }

  .features .automation-banner-area .left-column h1 span {
    font-size: 29.807px;
  }
  
  .support-layout .banner-area .page-center {
    padding-top: 66px;
    padding-bottom: 61px;
  }
  
  .blog-listing-wrapper .post-listing .post-item{
    width:48% ;
  }

  .post-header h2{
    font-size: 28px;
  }
  
  .full-width-layout.with-banner .banner-area .page-center {
    padding-top: 66px;
    padding-bottom: 62px;
  }
  
  .resources-layout .banner-area .banner-column h2 {
    font-size: 34.895px;
    line-height: 41.873px;
  }
  
  .resources-layout .banner-area {
    padding-left: 60px;
    padding-top: 72px;
    padding-bottom: 94px;
    background-position: left top;
  }
  
  .resources-layout .banner-area .banner-column h1 {
    margin-bottom: 3px;
  }
  
  .resources-layout .row1-content h2 {
    text-align: center;
    margin-top: 27px;
    margin-bottom: 56px;
    font-size: 34.895px;
    line-height: 41.873px;
  }
  
  .resources-layout .row2-content h2 {
    text-align: center;
    margin-bottom: 28px;
    font-size: 34.895px;
    line-height: 41.873px;
  }
  
  .two-column-bottom-pane-wrapper .left-column h1 {
    font-size: 35.2px;
    line-height: 49.28px;
  }
  
  .learning-center .blog-post-top-section-wrapper .top-links {
    color: #000;
    padding-top: 15px;
  }
  
  .learning-center .blog-post-top-section-wrapper h1 {
    color: #000;
    font-size: 35.265px;
    line-height: 42.319px;
    margin-top: 2px;
  }
  
  .learning-center .blog-post-top-section-wrapper {
    padding-bottom: 15px;
  }
}


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

@media (max-width: 800px) {
  .fusion-footer-column.widget.social_links {
    padding-left: 0;
  }
  .footer-top .footer-col {
    width: 100% !important;
    display: block;
    margin: 0 0 50px;
  }

  .social-wrapper {
    margin: 0 !important;
    width: 100% !important;
  }

  .contact.footer-col p:last-child {
    margin-bottom: 0;
  }
  h1 {
    color: #333333;
    font-size: 46px;
  }

  h3 {
    font-size: 29px;
    color: #333333;
  }

  .automation-banner-area .left-column {
    margin-top: -2px;
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
    display: block;
    vertical-align: top;
  }

  .automation-banner-area .left-column h1 {
    padding-top: 0;
    line-height: 54.216px;
    font-size: 47.316px;
  }

  .automation-banner-area .left-column h2 {
    font-size: 39.43px;
    line-height: 47.316px;
  }

  .automation-banner-area .right-column .fusion-column-wrapper {
    padding: 30px 0px 0px 20px;
  }

  .automation-banner-area .right-column .fusion-column-wrapper {
    padding: 56px 0px 0px 0px;
  }

  .fusion-button-wrapper {
    margin-top: 0;
    display: inline-block;
  }

  .two-column-content-with-image .image-wrapper {
    width: 100%;
    display: block;
    margin: 0 0 20px;
    vertical-align: top;
    position: relative;
    clear: none;
  }

  .two-column-content-with-image .content-wrapper {
    width: 100%;
    margin: 0;
    display: block;
    vertical-align: top;
    position: relative;
  }

  .two-column-content-with-image .content-wrapper h2, h2 {
    font-size: 34.501px;
    line-height: 41.402px;
  }

  .two-column-content-with-image.right-align .image-wrapper {
    float: none;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  .two-column-content-with-image.right-align .content-wrapper {
    float: none;
    margin-right: 0;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .automation-layout .row4-wrapper h2, .automation-layout .row6-wrapper h2, .automation-layout .row7-wrapper h2, .automation-layout .row8-wrapper h2 {
    font-size: 34.501px;
    line-height: 41.402px;
  }

  .automation-layout .row4-wrapper .three-column-content-wrapper .three-column {
    display: block;
    vertical-align: top;
    margin-top: 0px;
    margin-bottom: 40px;
    width: 100%;
    margin-right: 0;
    position: relative;
    float: none;
  }

  .one-column-top-icon-wrapper p {
    font-size: 16px;
    text-align: justify;
    margin: 0;
  }

  .automation-layout .row6-wrapper .icon-outer-wrapper .icon-outer {
    margin-bottom: 55px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    vertical-align: top;
  }

  .automation-layout .row7-wrapper .icon-outer-wrapper .icon-outer {
    padding: 30px;
    width: 100%;
    display: block;
    vertical-align: top;
    margin-bottom: 77px;
  }

  .automation-layout .row8-wrapper .icon-outer-wrapper .icon-outer {
    margin-bottom: 20px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    vertical-align: top;
  }

  .automation-banner-area-bottom h1 {
    font-size: 39.43px;
    line-height: 47.316px;
    padding: 0;
  }

  .automation-banner-area .right-column {
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    vertical-align: top;
  }

  .two-column-content-with-image .content-wrapper h2, h2 {
    font-size: 32.48px;
    line-height: 38.976px;
  }

  .automation-layout .row4-wrapper h2, .automation-layout .row6-wrapper h2, .automation-layout .row7-wrapper h2, .automation-layout .row8-wrapper h2 {
    font-size: 32.48px;
    line-height: 38.976px;
  }

  .three-column-icon-wrapper .three-column {
    margin-right: 0;
    margin-top: 0px;
    width: 100%;
    display: block;
    margin-bottom: 40px;
  }

  .three-column-icon-wrapper .three-column .heading-with-icon {
    width: 60px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
  }

  .banner-area {
    padding-right: 0;
    padding-bottom: 5%;
    padding-left: 0px;
  }
  
  .features .automation-banner-area .left-column {
    width: 100%;
  }
  
  .features .automation-banner-area .left-column h1 {
    font-size: 34.501px;
    font-weight: 600;
    text-align: left;
    line-height: 41.402px;
    margin-top: 0em;
    margin-bottom: .7em;
    padding-top: 0;
  }
  
  .features .automation-banner-area .left-column h1 span {
    font-size: 34.501px;
  }
  
  .automation-banner-area {
    padding-right: 20px;
    padding-bottom: 5%;
    padding-left: 20px;
  }
  
  .features .automation-banner-area .left-column .fusion-column-wrapper {
    padding: 0;
    min-height: auto;
  }
  
  .automation-banner-area .left-column .fusion-column-wrapper {
    padding: 0;
    min-height: auto;
  }
  
  .features .automation-banner-area .right-column .fusion-column-wrapper {
    padding: 0;
    margin-top: 50px;
  }
  
  .automation-banner-area .mobile-only {
    display: block !important;
    padding-left: 0;
  }
  
  .automation-layout.type2.hs-content-id-5672916281 .automation-banner-area .left-column .fusion-column-wrapper {
    padding: 0;
    min-height: auto;
  }
  
  .automation-layout.type2.hs-content-id-5672916281 .automation-banner-area .right-column .fusion-column-wrapper {
    padding: 70px 0px 0px 0px;
  }
  
  .automation-banner-area .right-column .fusion-column-wrapper {
    padding: 62px 0px 0px 0px;
  }
  
  .free-trial .top-column h1 {
    padding-top: 8px;
    padding-bottom: 7px;
  }
  
  .free-trial .left-col {
    width: 100% !important;
    margin: 40px 0 39px;
    padding-right: 20px;
  }
  
  .free-trial .right-col {
    width: 100% !important;
    margin: 40px 0 20px !important;
    display: inline-block;
  }
  
  .body-container .widget-type-form, 
  .body-container .widget-type-blog_subscribe,
  .body-container .widget-type-google_search,
  .body-container .hs_cos_wrapper_type_password_prompt,
  .body-container #email-prefs-form, 
  .body-container .hs_cos_wrapper_type_form,
  #comment-form {
 		max-width: 100%;
  }
  
  .free-trial .custom-slider-group {
    margin-top: 0;
    padding: 50px 30px 90px;
  }
  
  .free-trial .custom-slider-group .hs_cos_gallery {
    width: 100%;
  }
  
  .support-layout .banner-area .page-center {
    padding-top: 69px;
    padding-bottom: 66px;
  }
  
  .support-outer-wrapper .support-outer {
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
    display: block;
    vertical-align: top;
    float: none;
  }
  
  .home-layout .three-column-icon-wrapper .three-column {
    margin-bottom: 29px;
    width: 100%;
    margin-right: 0;
  }
  
  .home-layout .banner-area .fusion-button-wrapper {
    margin-top: 70px;
  }
  
  .book-demo .top-column h1 {
    font-size: 47.316px;
  }

  .book-demo .left-col {
    width: 100% !important;
    margin: 81px 0 0px;
  }

  .book-demo .right-col {
    width: 100% !important;
    margin: 0px 0 20px !important;
  }

  .book-demo .left-col .hs_cos_wrapper_type_form {
    width: 70%;
    float: none;    
  }
  
  .full-width-layout.with-banner .banner-area .page-center {
    padding-top: 69px;
    padding-bottom: 68px;
  }
  
  .full-width-layout.with-banner .two-column-left-image-wrapper .left-image {
    margin-top: 8px;
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
    clear: none;
    display: block;
    vertical-align: top;
  }
  
  .full-width-layout.with-banner .two-column-left-image-wrapper .right-content {
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
    display: block;
    vertical-align: top;
    text-align: center;
  }
  
    .pricing-page .banner-area .banner-column h1 {
    line-height: 47.316px;
    font-size: 47.316px;
  }

  .pricing-page .banner-area .banner-column {
    margin-bottom: 18px;
    width: 100%;
  }

  .pricing-page .row1-group .left-col {
    width: 100% !important;
    margin: 0 0 53px;
  }

  .pricing-page .row1-group .right-col {
    width: 100% !important;
  }

  .pricing-page .row2-group .page-center > .row-fluid-wrapper {
    width: 100%;
    margin: 0 auto 20px;
  }

  .pricing-page .row2-group {
    padding: 142px 30px 123px;
    background-color: #ffffff;
  }

  .pricing-page .row2-group h1 {
    font-size: 39.31px;
  }
  
  .resources-layout .row1-content h2 {
    text-align: center;
    margin-top: 27px;
    margin-bottom: 56px;
    font-size: 39.31px;
    line-height: 47.172px;
  }
  
  .resources-outer-wrapper .resources-outer {
    margin-top: 0px;
    margin-bottom: 5px;
    width: 100%;
    margin-right: 0;
    display: block;
    vertical-align: top;
  }
  
  .resources-layout .row2-content h2 {
    text-align: center;
    margin-bottom: 28px;
    font-size: 39.31px;
    line-height: 47.172px;
  }
  
  .resources-layout .row3-content {
    max-width: 100%;
    padding: 20px;
    margin: 45px auto 0 !important;
    float: none;
  }
  
  .two-column-bottom-pane-wrapper .left-column {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
    position: relative;
    float: none;
  }
  
  .two-column-bottom-pane-wrapper .right-column {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    display: block;
    vertical-align: top;
  }
  
   .about-page .location-outer-group > div {
    width: 100%;
    margin: 0 0 40px !important;
    display: block;
    vertical-align: top;
  }
  
  .about-page .location-group .location-content {
    display: block;
    text-align: left;
  }
  
  .about-page .location-group .location-image {
    display: inline;
    float: right;
    margin-left: 15px;
  }
  
  .about-page .location-group {
    background-color: rgb(255, 255, 255);
    padding: 0px 0px 0px 15px;
    min-height: auto;
    display: inline-block;
    width: 100%;
  }
  
  .two-col-left .main-content {
    width: 100% !important;
    float: none !important;
    padding: 2px;
  }

  .two-col-left .sidebar.right {
    width: 100% !important;
    margin: 0 !important;
    float: none;
    padding: 72px 2px 2px 2px;
  }

  .two-col-left .sidebar.right ul {
    padding-left: 0;
  }

  .two-col-left.type2-layout .banner-area .banner-column h1 {
    font-size: 7.37vw;
    line-height: 9.8vw;
  }
  
  .learning-center .blog-post-top-section-wrapper .top-links {
    color: #000;
    padding-top: 19px;
  }
  
  .learning-center .blog-post-top-section-wrapper h1 {
    color: #000;
    font-size: 39.49px;
    line-height: 47.388px;
    margin-top: 3px;
  }
  
  .learning-center .blog-post-top-section-wrapper {
    padding-bottom: 18px;
  }
  
  .blog-post-two-column-section-wrapper .left-section {
      margin-top: 0px;
      margin-bottom: 20px;
      width: 100%;
      margin-right: 0;
      display: inline-block;
      vertical-align: top;
      min-height: auto;
      padding: 20px;
      background-color: rgb(255, 255, 255);
      float: none;
  }

    .blog-post-two-column-section-wrapper .right-section {
      margin-top: 0px;
      margin-bottom: 20px;
      width: 100%;
      display: block;
      vertical-align: top;
      margin-left: 0;
      margin-right: 0;
      min-height: auto;
      background-color: rgb(255, 255, 255);
  }
}

@media (max-width: 767px) {
  h1 {
    color: #333333;
    font-size: 44px;
  }
  
  .blog-accordion-column {
    width: 100%;
  }

  h3 {
    font-size: 27px;
    color: #333333;
  }
  
  .site-page .main-content ,
  .landing-page .main-content {
    margin-bottom: 20px;
  }
  
  .blog-post-two-column-section-wrapper .right-section .nav {
    display: none;
  }

  .tab-content > h4, 
  .tab-content {
    display: block;
  }

  .tabber-content {
    display: none;
  }

  .automation-banner-area .left-column h2 {
    font-size: 37.12px;
    line-height: 44.544px;
  }

  .automation-banner-area .left-column h1 {
    padding-top: 0;
    line-height: 51.04px;
    font-size: 44.544px;
  }

  .automation-layout .row7-wrapper .icon-outer-wrapper .icon-outer {
    padding: 30px 0;
  }

  .product.type2 .banner-area .banner-column h1 {
    font-size: 42.636px;
    line-height: 42.636px;
  }
  
  .features .automation-banner-area .left-column h1 {
    font-size: 29.671px;
    font-weight: 600;
    text-align: left;
    line-height: 35.606px;
    margin-top: 0em;
    margin-bottom: .7em;
    padding-top: 0;
  }
  
  .features .automation-banner-area .left-column h1 span {
    font-size: 29.671px;
  }
  
  .blog-listing-wrapper .post-listing .post-item{
    width:100%;
    float:none;
    left: 0 !important;
  }

  .blog .hs-blog-header h1 span{
    font-size: 40px;
  }

  .blog .hs-blog-header p{
    line-height: 1;
  }

  .blog .hs-blog-header p span{
    font-size: 20px;
  }

  .blog-sidebar{
    margin-top:30px; 	
  }

  .blog .body-container .widget-type-google_search{
    max-width:100% !important;
  }
  
  .book-demo .top-column h1 {
    font-size: 6.3vw;
    line-height: 1;
  }

  .book-demo .top-column {
    margin: 97px 0 40px;
  }

  .book-demo .left-col .hs_cos_wrapper_type_form {
    width: 100%;
    float: none;
  }

  .book-demo .left-col form .hs-form-field,
  .book-demo .left-col form .hs-input {
    max-width: 100%;
    max-width: 100%;
    padding: 0;
    width: 100% !important;
    float: none !important;
  }

  .book-demo .left-col form fieldset.form-columns-2 {
    width: 100%;
  }

  .book-demo .left-col form fieldset.form-columns-2 > .hs-form-field .hs-input {
    max-width: 100%;
    margin-right: 0;
  }
  
  .pricing-page .row2-group h1 {
    font-size: 36.1px;
  } 
  
  .three-column-icon-wrapper .three-column .content-container {
    width: calc(100% - 86px);
  }
   
  .two-column-bottom-pane-wrapper .left-column h1 {
    font-size: 38.02px;
    line-height: 53.228px;
  }
  
  .resources-layout .banner-area {
    padding-left: 20px;
    padding-top: 50px;
    padding-bottom: 70px;
    background-position: left top;
    padding-right: 20px;
  }
  
  .resources-layout .row3-content .two-column-left-image-wrapper .left-image {
    width: 100%;
    display: block;
    vertical-align: middle;
    margin-right: 0;
    margin-bottom: 10px;
  }
  
  .resources-layout .row3-content .two-column-left-image-wrapper .right-content {
    width: 100%;
    display: block;
    vertical-align: top;
  }
  
  .about-page .banner-area {
    padding: 50px 30px;
  }
  
  .about-page .banner-area .banner-column h1 {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 25px 0 28px;
  }
  
  .about-page .row1-group h1 {
    font-size: 57.75px;
    line-height: 69.3px;
  }
  
  .about-page .location-group .location-content h3 {
    line-height: 40.425px;
    font-size: 28.875px;
  }
  
  .two-col-left .main-content img {
    vertical-align: top;
    display: block;
    margin: 0 auto;
  }

  .two-col-left .main-content h1 {
    font-size: 43.104px;
    line-height: 1;
  }	
  
  .learning-center .blog-post-top-section-wrapper .top-links {
    color: #000;
    padding-top: 18px;
  }
  
  .learning-center .blog-post-top-section-wrapper h1 {
    color: #000;
    font-size: 5.2vw !important;
    line-height: 1.2 !important;
    margin-top: 2px;
  }
  
  .learning-center .blog-post-top-section-wrapper {
    padding-bottom: 16px;
  }
  
  .fusion-tabs .nav ul.nav-tabs ,
  .fusion-tabs .nav ul.nav-tabs li {
    display: block;
  }
  
  .post-description ul li {
    position: relative;
    float: none;
    text-align: center;
    display: block;
  }
  
  .post-description ul {
    background-color: #ffffff;
    margin: 0 0 -1px;
    display: block;
  }

  
  .learning-center .blog-three-column-wrapper .three-col {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  
  .blog-listing-wrapper-of-topics h2.topic-heading {
    font-size: 37.69px;
    line-height: 45.228px;
  }
  
  .learning-center .post-item-wrapper.column-left {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  
  .learning-center .topic-post-section {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 40px;
  }
  
  .learning-center .topic-post-section .hs-featured-image-wrapper{
    max-width: 260px;
    margin: 0 auto;
  }
  
  .learning-center .post-sidebar.column-right {
    width: 100%;
    float: none;
  }

  #descrip p,
  .description-content p,
  .description-content ul{
    word-break: break-word;
  }
  
  .learning-center .blog-three-column-wrapper .fusion-button-wrapper {
    margin-bottom: 25px;
  }
  
  .fusion-tabs{
 	display:none;
 }
 .mobile-accordion .active .tabber-content {
   display: block;
  }
  
  a.tab-link {
    border-top: 3px solid #f5f8fb;
    padding: 11px 15px;
    display:  block;
    background-color: #f5f8fb;
    color: #747474;
    cursor: pointer;
    transition: all .2s;
    outline: 0;
    line-height: normal;
    font-size: 24px;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  }

  a.tab-link h4 {
    margin:  0;
    font-weight: 300;
    line-height: 1.41;
    letter-spacing: 0px;
    font-size: 24px;
    text-align:  center;
    color: #333333;
  }

  a.tab-link h4 i {margin-right:  10px;}

  .active a.tab-link {
    border-color: #1a80b6;
    background-color: #ffffff;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  }

  a.tab-link:hover {
    background:  #fff;
  }

  .tabber-content {
    padding: 15px;
  }
  
}

@media (max-width: 600px) {
  h1 {
    color: #333333;
    font-size:39px;
  }

  .automation-banner-area .left-column h1 {
    padding-top: 0;
    line-height: 44.11px;
    font-size: 38.496px;
  }

  .automation-banner-area .left-column h2 {
    font-size: 32.08px;
    line-height: 38.496px;
  }

  .automation-banner-area .right-column .fusion-column-wrapper {
    padding: 62px 0px 0px 20px;
  }

  .two-column-content-with-image .content-wrapper h2, h2 {
    font-size: 28.07px;
    line-height: 33.684px;
  }

  .automation-layout .row4-wrapper h2, .automation-layout .row6-wrapper h2, 
  .automation-layout .row7-wrapper h2, .automation-layout .row8-wrapper h2 {
    font-size: 28.07px;
    line-height: 33.684px;
  }

  .automation-banner-area-bottom h1 {
    font-size: 32.08px;
    line-height: 38.496px;
    padding: 0;
  }

  .automation-banner-area-bottom h1 {
    font-size: 27px;
    line-height: 32.4px;
    padding: 0;
  }

  .product.type2 .banner-area .banner-column h1 {
    font-size: 39.9px;
    line-height: 39.9px;
  }
  
  .support-layout .banner-area .page-center {
    padding-top: 67px;
    padding-bottom: 58px;
  }
  
  .full-width-layout.with-banner .banner-area .page-center {
    padding-top: 65px;
    padding-bottom: 64px;
  }
  
  .resources-layout .row1-content h2 {
    text-align: center;
    margin-top: 27px;
    margin-bottom: 56px;
    font-size: 31.3px;
    line-height: 37.56px;
  }
  
  .resources-layout .row2-content h2 {
    text-align: center;
    margin-bottom: 28px;
    font-size: 31.39px;
    line-height: 37.668px;
  }
  
  .book-demo .top-column h1 {
      font-size: 40.152px;
      line-height: 1;
  }
  
  .learning-center .blog-post-top-section-wrapper .top-links {
      color: #000;
      padding-top: 14px;
  }
  
  .learning-center .blog-post-top-section-wrapper h1 {
    margin-top: 1px;
  }
  
  .learning-center .blog-post-top-section-wrapper {
    padding-bottom: 13px;
  }
}

@media (max-width: 560px) {
	.two-col-left.type2-layout .banner-area {
    min-height: 48.5vw;
  }	
  
  .learning-center .blog-post-top-section-wrapper .top-links {
    color: #000;
    padding-top: 12px;
  }
    
   .wistia_popover_embed {
    margin-left: -10px;
  }
}


@media (max-width: 479px) {
  h1 {
    color: #333333;
    font-size:35px;
  }

  .automation-banner-area .left-column h1 {
    padding-top: 0;
    line-height: 40.81px;
    font-size: 35.616px;
  }

  .automation-banner-area .left-column h2 {
    font-size: 29.68px;
    line-height: 35.616px;
  }

  .two-column-content-with-image .content-wrapper h2, h2 {
    font-size: 27px;
    line-height: 32.4px;
  }

  .automation-layout .row4-wrapper h2, .automation-layout .row6-wrapper h2, .automation-layout .row7-wrapper h2, .automation-layout .row8-wrapper h2 {
    font-size: 27px;
    line-height: 32.4px;
  }

  .automation-banner-area-bottom h1 {
    font-size: 29.68px;
    line-height: 35.616px;
    padding: 0;
  }

  .automation-layout .row8-wrapper .icon-outer-wrapper .icon-outer h2 {
    text-align: left;
    padding-left: 10px;
  }

  .product.type2 .banner-area .banner-column h1 {
    font-size: 33.996px;
    line-height: 33.996px;
    margin: 23px 0;
  }
  
  .free-trial .top-column h1 {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 21px;
  }
  
  .full-width-layout.with-banner .banner-area .page-center {
    padding-top: 63px;
    padding-bottom: 61px;
  }
  
  .pricing-page .row2-group h1 {
    font-size: 6.2vw;
  }
  
  .about-page .banner-area .banner-column h1 {
    margin: 13px 0 18px;
  }
  
  .about-page .row1-group h1 {
    font-size: 9.3vw;
    line-height: 11.1vw;
  }
  
  .about-page .location-group .location-image {
    display: block;
    float: none;
    margin: 0;
  }
  
  .about-page .location-group .location-content {   
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 0 15px;
  }
  
  .about-page .location-group {
  	padding: 0px;
  }
  
   .two-col-left .main-content h1 {
    font-size: 35.832px;
  }	
}

@media (max-width: 400px) {
	.two-col-left.type2-layout .banner-area {
    min-height: 200px;
  }	
  
  .learning-center .body-container{
  	font-size: 16px;
  }
}



@media (max-width: 350px) {
  .logo img {
    max-width: 76%;
  }

  .mobile-trigger {
    top: -40px;
  }

  .automation-banner-area .left-column h1 {
    padding-top: 0;
    line-height: 34.54px;
    font-size: 30.144px;
  }

  .automation-banner-area {
    padding-right: 20px;
  }
  
  .features .automation-banner-area .left-column h1 {
    font-size: 27px;
    font-weight: 600;
    text-align: left;
    line-height: 32.4px;
    margin-top: 0em;
    margin-bottom: .7em;
    padding-top: 0;
  }

  .features .automation-banner-area .left-column h1 span {
    font-size: 27px;
  }
  
  .book-demo .top-column h1 {
    font-size: 30.612px;
    line-height: 1;
  }
  
  h1 {
    color: #333333;
    font-size: 30.144px;
    line-height: 30.144px;
}
  
  .learning-center .blog-banner-wrapper .hs-blog-header h1{
  	line-height:1;
  }
  
}

@media (max-width: 320px) {	
  .two-col-left .main-content h1 {
    font-size: 30.108px;
  }	  
}
/* =============== Landscape phones and smaller devices =============== */

