/* ==========================================================================
   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=Poppins:400,600');
@import url('//fonts.googleapis.com/css?family=Open+Sans:400,300');
@import url('//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css');

@font-face {
    font-family: Ionicons;
    src: url(//cdn2.hubspot.net/hubfs/3294554/Kubicle%20April%202017/Font/ionicons.eot?v=2.0.0);
    src: url(//cdn2.hubspot.net/hubfs/3294554/Kubicle%20April%202017/Font/ionicons.eot?v=2.0.0#iefix) format("embedded-opentype"), 
    url(//cdn2.hubspot.net/hubfs/3294554/Kubicle%20April%202017/Font/ionicons.ttf?v=2.0.0) format("truetype"), 
    url(//cdn2.hubspot.net/hubfs/3294554/Kubicle%20April%202017/Font/ionicons.woff?v=2.0.0) format("woff");
    font-weight: 400;
    font-style: normal
}
/* The_Kubicle_Apr2017-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: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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





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

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

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

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

body {
    font-family: Open Sans, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    color: #2b2c2d;
    font-size: 12px;
    line-height: 1.75em;
    background-color: #fff;
}
body.blog {
    font-family: Open Sans, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
}


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

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


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

/* Basic text */
p {
    text-align: left;
} 

small {}
strong {
    font-weight: 700;
}
em {}
cite {}
code {}
pre {}
address, blockquote, dl, ol, p, pre, table, ul {
    margin: 0;
    padding: 0;
    margin-bottom: 1.75em;
}
sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: #2b2c2d;
    clear: both;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 27.8543898685px;
    margin-top: .9424008253em;
    line-height: 1.4em;
    margin-bottom: .1884801651em;
}
h2 {
    font-size: 23.5370033519px;
    margin-top: 1.1152651681em;
    line-height: 1.1383182017em;
    margin-bottom: .2514831227em;
}
h3 {
    font-size: 19.888804939px;
    margin-top: 1.3198379732em;
    line-height: 1.5838055678em;
    margin-bottom: .3037841038em;
}
h4 {
    font-size: 16.8060715286px;
    margin-top: 1.5619355157em;
    line-height: 1.8743226189em;
    margin-bottom: .3681503615em;
}
h5 {
    font-size: 14.2011569368px;
    margin-top: 1.8484409486em;
    line-height: 2.2181291384em;
    margin-bottom: .3696881897em;
}
h6 {
    font-size: 12px;
    margin-top: 2.1875em;
    line-height: 2.625em;
    margin-bottom: .5104166667em;
}

/* Anchor Links */
a { color: #1177bb;    text-decoration: none; }
a:hover, a:focus { color: #1177bb; }

/* Lists */
ul, ol {}
ul{
    list-style: circle;
    padding-left: 30px; 
}

#cta_button_3294554_23605509-158f-4f64-9db2-55b2c7c8c116 ul{
    list-style: none;
    padding-left: 0px; 
}


ol {
    list-style-type: decimal;
    padding-left: 30px; 
}
.body-container ul li{
    margin-bottom: .618em;
}
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 {}
.header-container.container-fluid .page-center{
    max-width:100% !IMPORTANT;
}
.header-container-wrapper {
    margin-top: -1px;
}
.hs-header{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    min-height: 50px !important;
    margin-bottom: 20px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding-left: 15px;
    padding-right: 15px;
}

.hs-header-blog{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    min-height: 50px !important;
    margin-bottom: 20px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding-left: 15px;
    padding-right: 15px;
}

.hs-logo img {
    max-width: 170px;
}

.hs-logo {
    position: relative;
    z-index: 1;
    padding: 12px;
    padding-left: 20px
    margin-top: 5px;
}
.custom-menu-primary.js-enabled {
    text-align: right;
}
.header.img-bg.text-center.classic {
    text-align: center;
    height: 40vh;
    position: relative;
    background-size: cover;
}

.header-blog.img-bg.text-center.classic {
    text-align: center;
    height: 40vh;
    position: relative;
}



#hs_cos_wrapper_module_1493276735519771 .header.img-bg.text-center.classic {
    text-align: center;
    height: 40vh;
    position: relative;
}

.header.img-bg.text-center.classic .page-center {
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.outer {
    display: table;
    width: 100%;
    height: 100%;
}
.inner {
    display: table-cell;
    vertical-align: middle;
}
.header.classic h2.title {
    font-size: 34.82px;
}

.header h2.title {
    margin-top: 0.1152651681em;
}

.header h5.subtitle {
    margin-top: 0.8152651681em;
}

.header h2 {
    color: white;
}
.header.classic .subtitle {
    font-family: "Open Sans",sans-serif;
     color: white;
    font-weight: 400;
}
.btn {
     font-family: Poppins, sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #fff;
    border-radius: 30px;
    background-color: #F44E26;
    font-weight: bold;
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
    border: 1px solid transparent;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 1.4px;
    font-weight: 600;
}
.btn.se-btn-black:hover {
    background: #fff;
    color: #2b2c2d;
}

.custom-menu-primary.right .hs-menu-wrapper > ul > li:last-child>a,.custom-menu-primary.mobile .hs-menu-wrapper > ul > li:last-child>a, .hs-top-footer a {
    color: #fff;
    display: inline-block;
    font: 400 14px Poppins,sans-serif;
	  line-height: 1em;
    border: 1px solid transparent;
    border-radius: 30px;
    white-space: nowrap;
    touch-action: manipulation;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 12px 30px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    letter-spacing: .1em;
    text-transform: uppercase;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: #F44E26;
    font-weight: 600;
	  border-radius: 4px;
}


.custom-menu-primary.mobile .hs-menu-wrapper > ul > li:last-child>a {
    margin-top: 7px;
    margin-bottom: 7px;
}

.body-scrolled .custom-menu-primary .hs-menu-wrapper > ul > li:last-child>a{
    /*line-height: 40px;*/
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child>a:hover,.hs-top-footer a:hover {
    background-color: #f56436;
} 

#hs_cos_wrapper_module_1493191902300788 a {
     background-color: #F44E26;
}

#hs_cos_wrapper_module_1493191902300788 a:hover {
      background-color: #fff;
    color: #2b2c2d !important;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li:nth-last-child(2)>a{
    color: white;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2)>a:hover,.hs-top-footer a:hover {
    background-color: #fff;
    color: #2b2c2d !important;
} 

.body-scrolled .hs-header {
    background: #1177bb;
    box-shadow: 0 2px 10px 1px rgba(0,0,0,.1);
}

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

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

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


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

.footer-container-wrapper {}
.footer-container {}
.hs-footer {
    padding-top: 50px;
    background: #116bb2;
	  position: relative;
    padding-top: 60px;
}
.hs-footer-subscribe {
		padding-bottom: 20px;  
}

.hs-footer-subscribe:before {
    top: 0;
    -webkit-transform: skewY(3deg);
    transform: skewY(3deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    height: 5.24078vw;
    left: 0;
    position: absolute;
    right: 0;
}

.hs-footer-subscribe:after {
    background: inherit;
    content: '';
    display: block;
    height: 50%;
    height: 5.24078vw;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
    z-index: 1;
}

.hs-footer-bottom {
		background: linear-gradient(#084f7c, #003663);
    color: #fafafa;
	  padding-top: 150px;
}

.hs-footer-bottom a, .hs-footer p, .hs-copyright p {
 		color: white; 
}

.hs-footer-bottom ul {
		list-style: none;
}

.hs-top-footer {
    background: #1177bb;
    padding: 30px 0 60px; 
    text-align: center;
    color: #fff;
}

.hs-top-footer h3 {
    color: #fff;
    font-weight: 500;
}
.hs-copyright p {
    margin: 0;
    font-size: 13.5px;
    margin-bottom: 0;
}

.hs-bottom-col-group {
    padding: 20px 0;
}

.hs-footer-bottom-link a {
    display: inline-block;
    font: 600 12px Poppins,sans-serif;
    color: white;
    padding: 0 10px;
    margin: 0;
    letter-spacing: .1em;
    line-height: 2.625em;
    text-transform: uppercase;
}
.hs-top-footer a {
    margin-top: 0;
}
.hs-footer-bottom-link {
    text-align: right;
}

.hs-bottom-col-group .row-fluid .span6 {
    width: 50%;
    margin-left: 0;
     padding-left: 15px;
    padding-right: 15px;
}



.hs-footer .page-center {
        padding: 0 15px 0 25px;
}

.hs-footer .page-center > div {
    margin-left: -25px;
    margin-right: -15px;
}


.hs-footer-col-group .row-fluid .span2 {
    width: 16.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
}

.hs-footer-col-group .row-fluid .span6 {
    width: 33.3333333333%;
    margin-left: 0;
     padding-left: 15px;
    padding-right: 15px;
}

.hs-footer-col-group .row-fluid .span2 ul {
    padding-left: 0;
    list-style: none;
}

.hs-footer-col-group .row-fluid .span2 ul li {}

.hs-footer-col-group .row-fluid .span2 ul li a {
    color: white;
    font-size: 90%;
    white-space: nowrap;
}

.hs-footer-col-group h3 {
    letter-spacing: 1.35px;
    font-size: 13.5px;
    margin-top: 0;
    margin-bottom:7px;
    line-height: 35px;
	  color: white;
}

.hs-footer-col-group .row-fluid .span2 ul li a:hover{
        color: #4aa3df
}

.hs-footer-col-group .span6 h3 {
    text-align: center;
}





.hs-footer .page-center > div {
   
}

.hs-footer-bottom-link {
    padding-right: 15px !IMPORTANT;
}

.hs-footer-form  .hs-form-field > label {
    display: none;
}

.hs-footer-form .hs-form-field {
    display: table-cell;
	  width: 100%;
}

.hs-footer-form .hs_submit {
    display: table-cell;
}

.hs-footer-form form > div {
    display: table-cell;
    vertical-align: top;
}
.hs-footer-form .hs-input {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
  	min-width: 580px;
    max-width: 100%;
    margin-bottom: 0;
    background: #fff;
    padding: 9px 15px;
    font-family: Poppins,sans-serif;
    min-height: 40px;
    border-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.hs-footer-form .hs_cos_wrapper_type_form .hs-button.primary.large {
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    font-family: Poppins,sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
    height: 46px;
    line-height: 40px;
    padding: 0 50px;
    margin-bottom: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 2;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background: #07aaa3;
    font-weight: 600;
	  position: relative;
}
.hs-footer-form .hs_cos_wrapper_type_form .hs-button.primary.large:hover {
    background-color: #08c2bb;
}

.hs-footer-form h3 {
 		color: white; 
	  font-weight: 500;
	  margin-top: 0px;
}

#hs-blog-form  .hs-form-field > label {
    display: none;
}

#hs-blog-form .hs-form-field {
    display: table-cell;
}

#hs-blog-form .hs_submit {
    display: table-cell;
}

#hs-blog-form form > div {
    display: table-cell;
    vertical-align: top;
}
#hs-blog-form .hs-input {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    background: #fff;
    padding: 6px 15px;
    font-family: Poppins,sans-serif;
    min-height: 40px;
    border-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

#hs-blog-form .hs-button.primary, #subscribe_scroll_to {
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    font-family: Poppins,sans-serif;
    letter-spacing: .1em;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    margin-bottom: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 2;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background: #07aaa3;
    font-weight: 600;
}

#subscribe_scroll_to {
  	border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

#hs-blog-form .hs-button.primary:hover, , #subscribe_scroll_to:hover  {
    background-color: #08c2bb;
}

#hs-blog-form ul.hs-error-msgs.inputs-list {
    margin: 0;
    color: #ffffff;
    font-size: 1em;
    font-weight: normal;
    display: none !important;
}

#blogbanner {
    background-image: url("https://cdn2.hubspot.net/hubfs/3294554/banner%20images/blog-banner-angle.png");
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 100px;
    float: left;
    width: 100%;
    background-size: 100% 100%;
}

#blogbanner h1 {
    text-align: center;
    color: white;
    font-size: 45px;
}


#blogbanner h2 {
    text-align: center;
    color: white;
    font-size: 25px;
    margin-top: 5px;
    font-weight: normal;
}

@media screen and (max-width:991px) {
    #hs-blog-form .hs-button.primary {
        padding: 0 10px;
    }
    
    #hs-blog-form {
        width: 280px;
        bottom: 35px !important;
    }
    
    .hs-footer-col-group .row-fluid .widget-type-rich_text.span2 {
        width: 33%;
    }
    
    .hs-footer-col-group .row-fluid .widget-type-form.span6 {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .hs-footer-col-group .row-fluid .widget-type-rich_text.span2 {
        width: 100%;
    }
    
}

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


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

/* Parent List */
.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;
    padding: 15px 15px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: .05em;
    line-height: 30px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
        font-family: Arial;
            color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
        display: inline-block;
    content: '\f0d7';
    font-family: FontAwesome;
    font-size: 12px;
    position: relative;
    right: -5px;
    top: 50%;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
    min-width: 200px;
    font-size: 14px;
    text-align: left;
    border-radius: 0;
    padding: 20px 0;
    background: white;
    box-shadow: none;
    transition: opacity .4s;
    padding-top: 0px;
    padding-bottom: 0px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
    position: relative;
    padding: 0 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    display: block;
    clear: both;
    padding: 3px 0;
    font-weight: 400;
    font-family: Arial;
    color: #1177bb;
    transition: color .3s;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover{
    background-color: #1177bb ;
    color: white ;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover a{
   
    color: white ;
}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:992px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
    .custom-menu-primary.mobile{
        display: none !IMPORTANT;
    }
       .body-scrolled  .custom-menu-primary .hs-menu-wrapper > ul > li {
        margin-bottom: -7px;
    }
  

}

  .body-scrolled .custom-menu-primary .hs-menu-wrapper>ul ul li a {
        line-height: 36px;
    }
/* =============== Mobile Toggle Menu =============== */

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

@media (max-width: 991px){

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

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 0px;           /* Position Button at right of screen */
    right: 10px;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000;
    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; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #fff;
    background-color: #000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color: #fff;
    background-color: #000; 
    border-color: transparent;
  }

  /* 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: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000; /* Icon color */
    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: #fff; /* Icon color */
  }

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

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

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #fff;
    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{
   
  }

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

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

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    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                                        
   ========================================================================== */
 #blogbanner {
     position: relative;
 }

 #hs-blog-form, #subscribe_scroll_to {
     position: fixed;
     /* commenting out the below as it was causing the blog title to be unclickable - PK*/
     /*padding-top: 200px;*/
    top: 10px;  
    right: 60px; 
    transform: translate(-50%, 0%); 
    z-index: 10000;
}
}
 
 

 

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

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

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

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

.hs-blog-listing .hs-blog-wrapper.padd-90 {
    padding-top: 20px;
}

.post-listing {
    width: 100%;
    display: block;
    float: left;
    display: flex;
    flex-wrap: wrap;
}

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

.blog-topics {
    height: 50px;
  	margin-top: -270px;
}

.blog-topics .blog-topic-link a {
  color: #eee;  
  line-height: 3em;
  font-size: 16px;
  text-align: center;
  display: block;
  position: relative;
  font-weight: 400;
}

.blog-topics .blog-topic-link a:hover {
    cursor: pointer;
    color: white;  
}

.blog-filters{
		border-bottom: 2px #eee solid;
		position: relative;
}

.blog-topic-link {
 	margin-bottom: -1px; 
}

.blog-topic-link a {
		margin-bottom: -2px;
}

.blog-topic-link a.active {
		border-bottom: 4px solid #2dc0ea;
}

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

.blog .blog-content {}

.hs-blog-listing .blog-content {  
    margin-top: -170px;
    position: relative;
}

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

.blog-listing-wrapper h1 {
    text-align: center;
    color: #004572;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
}

/* 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 {
    text-align: left;
    margin-bottom: 40px;
    min-height: 492px;
}

.hs-author-listing-header {
    text-transform: capitalize;
}

.blog-listing-wrapper .post-listing .post-item:nth-child(3n + 1) {
    margin-left: 0px;
}

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

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

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

/* 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 {
  margin-bottom: 30px;
  margin-top: 30px;
}
.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: 1px solid #ccc;
  padding: 0 0 40px 0;
  margin: 0 0 40px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

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

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

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

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


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


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

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

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

/* Labels and Legends */
label {}
.hs-form-field > label {
    display: block;
    padding-bottom: .21875em;
    margin-bottom: -.1458333333em;
}

/* 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 {
    display: block;
    max-width: 500px;
    width:100%;
    font-size: 12px;
    margin-bottom: 1.2833333333em;
    border: 1px solid #ececec;
    background: #fff;
    padding: .618em 1em;
    font-family: Poppins, sans-serif;
    box-shadow: none;
    min-height: 40px;
    width: 100%;
    display:block;
    color: inherit;
    margin: 0;
        line-height: 26.2px;
}

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,
input[type="text"]:hover,
input[type="password"]:hover, 
input[type="datetime"]:hover, 
input[type="datetime-local"]:hover, 
input[type="date"]:hover, 
input[type="month"]:hover, 
input[type="time"]:hover, 
input[type="week"]:hover, 
input[type="number"]:hover, 
input[type="email"]:hover, 
input[type="url"]:hover, 
input[type="search"]:hover, 
input[type="tel"]:hover, 
input[type="color"]:hover,
input[type="file"]:hover,
textarea:hover,
select:hover{
        border: 1px solid #d3d3d3;
    outline: 0;
    box-shadow: none;
}

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

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

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

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

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

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

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


:-ms-input-placeholder {} /* IE10 */


.blog-sidebar .widget-type-google_search  ::-webkit-input-placeholder {
    color: rgb(43, 44, 45);
    opacity: 1
} /* Webkit Browsers */
.blog-sidebar .widget-type-google_search :-moz-placeholder {
    color: rgb(43, 44, 45);
    opacity: 1
} /* Firefox 18- */
.blog-sidebar .widget-type-google_search ::-moz-placeholder {
    color: rgb(43, 44, 45);
    opacity: 1
} /* Firefox 19+ */
.blog-sidebar .widget-type-google_search  :-ms-input-placeholder {
     color: rgb(43, 44, 45);
    opacity: 1
} /* 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"] {}
.hs_error_404_page .main-content .blog-sidebar .widget-type-google_search input[type="text"] {
    max-width: 100%;
    width: 80%;
}
.hs_error_404_page .main-content .blog-sidebar .widget-type-google_search label{
    display:none
}
.hs_error_404_page .main-content {
    text-align: center;
    padding: 28px 0 95px;
}

.hs_error_404_page .main-content h2 {
    color: #2b2c2d;
    font-size: 28px;
    font-weight: 300;
    font-style: italic;
    margin: 25px 0;
}

.hs_error_404_page .main-content h1 {
    font-size: 82px;
    padding: 10px 15px;
    text-transform: uppercase;
    letter-spacing: .05em;
    line-height: 30px;
}

.hs_error_404_page a.home-link {
    color: #4aa3df;
    text-transform: uppercase;
    padding: 7px 24px;
    background-color: #2b2c2d;
    border: 1px solid #2b2c2d;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 30px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.hs_error_404_page a.home-link:hover {
    background-color: #fff;
    color: #2b2c2d;
    box-shadow: 0 0 7px #777;
}



.hs_error_404_page .main-content .blog-sidebar form {
    width: 70%;
    margin: 0 auto;
}

.hs_error_404_page .blog-sidebar .widget-type-google_search .hs-button.primary {
    width: 20%;
    line-height: 27.25px;
}
 .blog-sidebar .widget-type-google_search .hs-button.primary:hover {
    background-color: #fff;
    color: #2b2c2d;
    border-left-color: transparent;
}
/* ==========================================================================
   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;
    display: block;
    cursor: pointer;
    font-size: 12px;
    padding: .4375em 1.75em;
    margin-bottom: 1.1375em;
    outline: none!important;
    box-shadow: none!important;
	  border: none;
    border-radius: 30px;
    color: #fff;
    font-family: Poppins,sans-serif;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    text-transform: uppercase;
    transition: all .4s ease-in-out;
    background: #F44E26;
    font-weight: 700;
    display:inline-block;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background-color: #fff;
    color: #4aa3df;
}

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

/* ============= Product Play Icon =====================*/

.wistia_click_to_play {
    width: 210px;
}

.wistia_click_to_play .fa {
    font-size: 1.5em;
    color: inherit;
}

.wistia_click_to_play a {
    color: white;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: -30px;
    float: left;
    line-height: 40px;
    margin-left: 15px;
    white-space: nowrap;
}

.wistia_click_to_play a .watch-video-text {
    display: block;
    float: right;
     margin-top: 1px;
    font-size: 0.8em;
    margin-left: 10px;
}

/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */
 .hs-feature-details-page .header.main-header {
    height: 50vh;
    position: relative;
    text-align: center;
}


#comment-form .hs-richtext h3 {
      color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    font-size: 15px;
    padding: 10px 15px;
    border: 1px solid #ddd;
    margin-top: 0;
    margin-bottom: 15px;
}
div#comment-form {
    border: 1px solid #ddd;
    padding-top: 0;
}
div#comment-form .hs_submit {
    PADDING-LEFT: 15PX;
}
div#comment-form  input.hs-button.primary {
    font-family: Poppins,sans-serif;
    border-radius: 30px;
    background-color: #4aa3df;
    border: 1px solid #4aa3df;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    transition: all .4s ease-in-out;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    margin-right: 15px;
    margin-bottom: 15px;
}
div#comment-form  .hs-form-field{
    padding:0 15px;
}
div#comment-form  input.hs-button.primary:HOVER {
    background-color: #fff !important;
    color: #333 !important;
}
.hs-feature-details-page .header.main-header {
    background-color: rgba(0, 111, 186, 0.9);
    padding-top: 19px;
}

.hs-feature-details-page .header.main-header h2 {
    font-size: 34.82px;
}
.hs-feature-details-page .header.classic h2 {
    color: #fff;
}

.hs-feature-details-page .header.main-header h5.subtitle {
        color: #fff;
    font-weight: 400;
    font-family: "Open Sans",sans-serif;
}

.hs-feature-details-page .header.main-header .page-center {
    height: 100%;
}

.hs-feature-details-page .primary-trans-bg {
    height: 100%;
}
   .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px
}

.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    left: 5px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.hs-hs-home-section1 {
    border-top: 1px solid #ececec;
    padding-top: 50px;
     border-bottom: 1px solid #ececec;
     padding-bottom: 30px;
}
.hs-four-col-left-icon-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}
.hs-hs-home-section1 .hs_cos_wrapper_type_rich_text {
    text-align: center;
}

.hs-hs-home-section1 .hs_cos_wrapper_type_rich_text h2 {
    margin-top: 0 !IMPORTANT;
}

.hs-hs-home-section1 .hs_cos_wrapper_type_rich_text h3 {
    margin-top: 0;
    position: relative;
    padding-bottom: .667em;
    margin-bottom: 1.5em;
}

.hs-hs-home-section1 .hs_cos_wrapper_type_rich_text h3:after {
    content: "";
    width: 32px;
    height: 1px;
    background: #c2c2c2;
    position: absolute;
    bottom: 0;
    left: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hs-three-col {
    width: 33.33333333%;
    float: left;
    padding: 0 15px;
    position: relative;
}

.hs-three-col-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

.hs-three-col-inner .one-step .text {
    position: absolute;
    color: rgba(17, 119, 187, 0.14);
    font-family: Poppins,sans-serif;
    font-weight: 600;
    font-size: 6.236em;
    font-style: italic;
    z-index: -1;
    top: 25%;
    transform: translateY(-25%);
}

.hs-three-col-inner .one-step h4:after {
    display: none;
}

.hs-three-col-inner .one-step h4 {
    padding-bottom: 0 !IMPORTANT;
    margin-bottom: .3569977099em !IMPORTANT;
}
.hs-home-section2.hs-feature-details-section3 .hs-six-col .hs-six-col-inner {
    padding-top: 0;
}

.hs-home-section2.hs-feature-details-section3 .hs_cos_wrapper_type_rich_text {
    padding: 0;
}

.hs-home-section2.hs-feature-details-section3 {
    padding-bottom: 45px;
   padding-top: 15px; 
}
.hs-home-section3,.hs-home-section4 {
    padding-top: 50px;
    overflow: hidden;
}
.hs-home-section4{
    border-top: 1px solid #ececec;
}
.hs-three-col-right-col.col3 img {
    position: absolute;
}
.hs-two-col-right-wrapper {
   
    position: relative;
}
.hs-row.clearfix{
     margin-left: -15px;
    margin-right: -15px;
}
.hs-three-col-right-col {
    padding: 0 15px;
}
.hs-three-col-right-col.col1 {
    width: 41.66666667%;
    float: left;
}
.hs-three-col-right-col {
    padding: 0 15px;
}

.hs-three-col-right-col.col2 {
    width: 8.33333333%;
    float: left;
}
.hs-three-col-left-col.col1 {
    width: 50%;
    padding-top: 35px;
    position: absolute;
    left: 0;
}

.hs-three-col-left-col {
    float: left;
    padding: 0 15px;
}

.hs-three-col-left-col.col2 {
    width: 8.33333333%;
}

.hs-three-col-left-col.col3 {
    float: right;
    width: 41.66666667%;
}

.hs-three-col-left-col.col1 img {
    position: absolute;
    right: 0;
}

.hs-two-col-left-wrapper {
    position: relative;
}
span.spacer {
    padding: 10px;
}
.hs-three-col-right-col.col3 {
    float: left;
    width: 50%;
    padding-top: 35px;
    position: absolute;
    right: 0;
}
.hs-three-col-left-col h2, .hs-three-col-right-col h2 {
    margin-bottom: 1em;
}
.hs-three-col-left-col h2,.hs-three-col-right-col h2 {
    margin-bottom: 1em;
}

.hs-three-col-right-col a.btn,.hs-three-col-left-col a.btn {
    margin-top: 0;
}

.hs-home-secion5 {
    padding-top: 35px;
    background-color: #f9f9f9;
    padding-bottom: 50px;
}

.hs-home-secion5 .footer-counter.clearfix {
    padding-top: 35px;
}
.ion-android-create:before {
    content: "\f37e";
}
.ion-android-person-add:before {
    content: "\f39f";
}
span.count-icon.ion-fa-signal {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: left;
    font-size: 4.236em;
    color: #787878;
    margin-right: 10px;
}

span.count-icon.ion-fa-signal:before {
    content: "\f012";
}
.ion-cash:before {
    content: "\f316";
}
.hs-home-section6 .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
    margin: 0;
        
}
.hs-home-section6 .slick-slide-inner-wrapper {
    display: block !IMPORTANT;
    max-width: 768px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.hs-home-section6 .slick-slide-inner-wrapper img {
    width: auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.content-slide.modern {
    text-align: center;
    color: #fff;
}

.hs-home-section6 .hs_cos_gallery_main {
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 9;
}

.hs-home-section6 {
    background-color: #1177bb;
    padding-top: 40px;
    padding-bottom: 20px;
        position: relative;
            cursor: e-resize;
}

span.info-author {
    display: block;
    color: #fff;
    font-size: 12px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.hs-our-story-section1 .slick-dots li:hover button:before {
    color: #869791;
    opacity: 1;
}
.hs-home-section6 .hs_cos_gallery_main .slick-dots {
    position: relative;
    bottom: 10px;
    margin: 20px 0 3px;
}
.hs-home-section6:after {
    background: rgba(44,44,44, .5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}
.hs-home-section6 .slick-dots li button:before {
    display: none;
}

.hs-home-section6 .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 8px;
    width: 8px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 0;
    cursor: pointer;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .2;
}
.body-container .hs-home-section6 .slick-dots li {
    position: relative;
    display: inline-block;
    height: 8px;
    width: 8px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.body-container .hs-home-section6  .slick-dots li.slick-active button{
     background: #fff;
     opacity:1;
}
.hs-home-section6 .slick-prev,.hs-home-section6 .slick-next{
    display:none !important;
}
.hs-js-import {
    display: none !IMPORTANT;
}

.homepage-video-container {
    padding-left: 40px;
}

.homepage-video-box {
    padding-top: 100px;
}

@media only screen and (min-width: 1600px){

.hs-home-section3,.hs-home-section4 {
      padding-bottom: 60px;
}

}
@media only screen and (min-width: 2200px){

.hs-home-section4 {
      padding-bottom: 60px;
}

}
@media only screen and (max-width: 1599px){
.hs-home-section4,.hs-home-section3 {
    padding-bottom: 60px ;
}
}
.hs-footer-col-group .row-fluid .span6 p {
    font-size: 85%;
    font-style: italic;
    color: #777;
    text-align: center;
}
.hs-footer-bottom-link a:hover {
    color: #4aa3df;
}
h4,h6{
       position: relative;
    padding-bottom: .667em;
    margin-bottom: 1.5em !important; 
}
h4:after,h6:after {
    content: "";
    width: 32px;
    height: 1px;
    background: #c2c2c2;
    position: absolute;
    bottom: 0;
    left: 0;
}
.pb-md-90 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.hs-our-story-section1 .slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 7px;
    padding: 0;
    cursor: pointer;
}
.hs-our-story-section1 .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 10px;
    width: 10px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 4px;
    cursor: pointer;
}
.hs-our-story-section1 .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 10px;
    height: 10px;
    font-family: "slick";
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    color: #d6d6d6;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hs-our-story-section1 .slick-dots li .slick-active button:before{
    color:#869791;
     opacity: 1;
}
.hs-our-story-section1 .hs_cos_gallery_main {
    padding: 0;
    margin: 0;
}
.hs-our-story-section1 .hs_cos_gallery_main .slick-dots {
    margin-bottom: 0;
    margin-top: 0;
}
.hs-our-story-section1 .slick-prev,.hs-our-story-section1 .slick-next {
    display: none !IMPORTANT;
}
.hs-our-story-section1 .btn {
    margin-top: 0;
    margin-bottom: 7px;
}
.body-container .page-center {
    padding-left: 15px;
    padding-right: 15px;
}
.hs-our-story-section2 {
    border-top: 1px solid #ececec;
}
ul.hs-list {
    list-style: none;
    padding: 0;
}

ul.hs-list li:before {
    content: '\f122';
    font-family: Ionicons;
    display: inline-block;
    margin-right: 10px;
}
.hs-our-story-section3 {
    background-color: #f9f9f9;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.hs-four-col-left {
    width: 25%;
    float: left;
        padding: 0 30px;
}
 .count-icon {
    float: left;
    font-size: 4.236em;
    color: #787878;
    margin-right: 10px;
}
.ion-thumbsup:before {
    content: "\f251";
}
 .count-info {
    float: left;
    text-align: center;
}
.count-info h4 {
    margin-top: 0;
    margin-bottom: 0 !IMPORTANT;
    padding: 0 !IMPORTANT;
}
.hs-four-col-left p {
    margin-bottom: 0;
    color: #787878;
}
.hs-our-story-section3 h4:after{
    display:none
}
.ion-happy-outline:before {
    content: "\f3c6";
}
.ion-coffee:before {
    content: "\f272";
}
.ion-ios-flame-outline:before {
    content: "\f42e";
}
span.count-icon,.ion-ios-information-outline:before{
        display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hs-twocol-equal {
    width: 50%;
    float: left;
    padding: 0 15px;
}

.hs-two-column-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}
.ion-grid:before {
    content: "\f13f";
}
.ion-android-list:before {
    content: "\f391";
}
.ion-android-arrow-dropright-circle:before {
    content: "\f362";
}
.ion-filing:before {
    content: "\f134";
}
.ion-play:before {
    content: "\f215";
}

.hs-feature-details1 {
    padding-bottom: 30px;
    background-color: #f9f9f9;
}

.hs-feature-details1 .footer-counter {
    padding-top: 35px;
}
.hs-feature-details1 {
    padding-bottom: 30px;
    background-color: #f9f9f9;
}

.hs-feature-details1 .footer-counter {
    padding-top: 35px;
}

.hs-feature-details-section2 {
    padding-bottom: 10px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.hs-author-col1 {
    float: left;
    width: 25%;
        padding: 0 15px;
}

.hs-feature-details-section2-flexi {
    padding-top: 10px;
}

.hs-author-col1.col1 .hs-wpb_single_image {
    padding-top: 25px;
    margin-bottom: 35px;
    text-align: right;
}

.hs-author-col1.col1 {}

.hs-wpb_single_image {
    margin-bottom: 35px;
}

.hs-author-col1.col2 img {
    max-width: 150px;
}

.hs-vc_message_box {
    border: 1px solid transparent;
    display: block;
    overflow: hidden;
    margin: 0 0 21.74px;
    padding: 1em 1em 1em 4em;
    position: relative;
    font-size: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    color: #5d564b;
    border-color: #ffeccc;
    background-color: #fff4e2;
    padding-right: 45px;
    width: 80%;
}

.hs-author-col1.col3 {
    width: 50%;
}

.hs-author-col1.col3 .hs-wpb_wrapper {
    padding-top: 35px;
}
.hs-vc_message_box p {
    margin: 0;
}
.vc_message_box-icon {
    position: absolute;
    font-weight: 400;
    font-style: normal;
        bottom: 0;
    font-size: 1em;
    left: 0;
    top: 0;
    width: 4em;
        color: #fcb53f;
}
.vc_message_box-icon>.fa {
       font-size: 1.7em;
    line-height: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}
.hs-author-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}
.hs-feature-details-section3 {
    background-color: #f9f9f9;
    /* border-top: 1px solid #ececec; */
    border-bottom: 1px solid #ececec;
 /*   padding-bottom: 20px; */
}

.hs-home-feature-details-section3 {
    background-color: #f9f9f9;
    border-top: 1px solid #ececec; 
    border-bottom: 1px solid #ececec;
   padding-top: 15px;
   padding-bottom: 40px;
}


.hs-feature-details-section3 .hs_cos_wrapper_type_rich_text {
  /*  padding-top: 25px; */
    margin-bottom: 35px;
}

.hs-six-col {
    width: 16.66666667%;
    float: left;
}



.hs-six-col .hs-six-col-inner {
    padding: 0 15px;
    padding-top: 35px;
}

.hs-six-col-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

.hs-six-col .hs-six-col-inner img {
    max-width: 150px;
}
.panel.panel-default {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: 0;
    color: #333;
    border: 1px solid transparent;
   
    border-color: #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    border-color: #ddd;
    margin-bottom: 5px;
}

h6.panel-title {
    margin-top: 0;
    margin-bottom: 0 !IMPORTANT;
    font-size: 1em;
    padding: 0 !IMPORTANT;
}
.hs-feature-details-section4 .hs_cos_wrapper_type_custom_widget {
    position: relative;
}
h6.panel-title:after {
    display: none;
}

.panel-title a .icon {
    float: right;
    display: inline-block;
    line-height: inherit;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
     -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
   
.panel-heading.active span.icon.fa.fa-plus.trans {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.panel-collapse {
    display: none;
}
.panel-body {
    padding: 15px;
    border-top: 1px solid #ddd;
}

.panel-heading {
    padding: 10px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.hs-feature-details-section4 .hs_cos_wrapper_type_custom_widget {
    position: relative;
}

.hs-one-col-wrapper h4 {
    margin-bottom: 10px !IMPORTANT;
    padding: 0 !important;
}

.hs-one-col-wrapper h4:after {
    display: none;
}

.hs-feature-details-section4 .row-fluid .span8 {
    margin-bottom:15px;
}
.count-info h4:after {
    display: none;
}
.hs-pricing-table-col {
    width: 100%;
    float: left;
    padding: 0 15px;
}
.se-plan {
    border: 1px solid #ececec;
    margin-bottom: 1em;
}
.se-plan .plan-header {
    background: #2b2c2d;
    color: #fff;
    text-align: center;
    padding: 2.618em 1em;
}

.se-plan .plan-header > span {
    text-decoration: line-through;
}

.hs-pricing-table-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

.se-plan .plan-header > span > span {
    display: inline-block;
    text-decoration: line-through;
}

.se-plan .plan-header > span > span:before {
    content: '/';
    padding-left: 3px;
}
.se-plan .plan-header h2 {
    color: #fff;
    margin-top: 0;
}

.se-plan .plan-header h2 small {
    font-size: 60%;
    color: #fff;
    font-weight: normal;
    line-height: 17.65px;
}

.se-plan .plan-header h2 small span:before {
    content: '/';
    padding-left: 3px;
}
.se-plan p{
    margin:0;
}
.se-plan.plan-popular .plan-header {
    background: #1177bb;
    position: relative;
}
.se-plan.plan-popular .plan-header:before {
    content: 'Volume Discount (5+ Users)';
    position: absolute;
    top: -30px;
    background: #0c5382;
    line-height: 30px;
    width: 100%;
    left: 0;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
}
.se-plan .plan-features ul {
    margin-top: 10px;
    padding-left: 0;
    margin-bottom: 10px;
        list-style-type: square;
    list-style-position: inside;
}
.se-plan .plan-features li {
    line-height: 4.618em;
    padding-left: 20px;
    border-bottom: 1px dotted #ececec;
    margin: 0;
        position: relative;
}
.se-plan .plan-features li .icon-price {
    float: right;
    margin-right: 20px;
    font-size: 1.618em;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11.5px;
}
.ion-ios-information-outline:before {
    content: "\f44c";
}
.se-plan .plan-features li:last-child {
    border-bottom: 0;
}
.hs-pricing-section2 {
    border-top: 1px solid #ececec;
   
}


.hs-pricing-section2 .hs_cos_wrapper_type_custom_widget + .hs_cos_wrapper_type_custom_widget .hs-twocol-equal {
    padding-top: 35px;
}
.hs-full-width-section1 .widget-type-widget_container {
    color: #787878;
    max-width: 780px;
    margin: 0 auto !IMPORTANT;
    float: none !IMPORTANT;
}

.hs-full-width-section1 {
    padding-top: 27px;
}

.hs-full-width-section1 .widget-type-widget_container h5 {
    position: relative;
    padding-bottom: 11px;
    margin-bottom: 27px;
    float: left;
    width: 100%;
}

.hs-full-width-section1 .widget-type-widget_container h5:after {
    content: "";
    width: 32px;
    height: 1px;
    background: #c2c2c2;
    position: absolute;
    bottom: 0;
    left: 0;
}

.hs-full-width-section1-flexi2 {
    padding-top: 90px ;
}

.hs-full-width-section1-flexi3 {
    padding-top: 90px ;
    padding-bottom: 90px ;
}
.hs-full-width-section1 .widget-type-widget_container .hs_cos_wrapper_type_widget_container{
       display: block;
    padding: 0 15px; 
}
.hs-contact-section1 {
    background-color: #1177bb;
    padding-bottom: 143px;
}

.hs-contact-section5 {
    background-color: #FFFFFF;
    padding-bottom: 20px;
}

.hs-contact-us-form .hs-form-field > label {
    font-weight: 700;
    display: block;
    padding-bottom: .21875em;
    margin-bottom: 24px;
    color: #fff;
}

.hs-contact-us-form span.hs-form-required {
    display: none;
}

.hs-contact-us-form .hs-input {
    max-width: 100% !important;
}

.hs-contact-us-form  form.hs-form fieldset .hs-form-field:last-child {
    padding-right: 0;
    margin-right: 0;
}

.hs-contact-us-form .hs-form-2b9256dc-74a0-4361-b67d-9138eee8e3c5_46ac08fb-2c57-4633-8865-d3fb503984f4 fieldset.form-columns-2 .hs-form-field,
.hs-contact-us-form .hs-form-2b9256dc-74a0-4361-b67d-9138eee8e3c5_46ac08fb-2c57-4633-8865-d3fb503984f4 fieldset.form-columns-2 .hs-form-field{
    padding: 0;
    width: 48.5% !IMPORTANT;
    margin-right: 2.5%;
}
.hs-contact-us-form textarea {
    min-height: 281px;
}
.hs-contact-us-form input.hs-button.primary.large {
    margin-top: 11px;
}
.hs-contact-us-form .hs_message.field.hs-form-field {
    margin-top: 11px;
}

.hs-contact-section1 h6 {
    color: #fff;
    margin-top:0;
}

.hs-contact-section1 .sidebar.right ul{
        list-style-type: square;
    list-style-position: inside;
    color: #fff;
    padding: 0;
}
.hs-contact-section1 .sidebar.right ul li{
        margin: 0;
}
.hs-contact-section1 .sidebar.right {
    padding-top: 35px;
}
ul.hs-error-msgs.inputs-list {
    margin: 0;
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
}
.hs-footer-form ul.hs-error-msgs.inputs-list {
    margin: 0;
    display: inline-block !important;
    position: absolute;
    top: 110%;
    left: 10%;
    border: 1px solid #c7c7c7;
    z-index: 10;
    box-shadow: 0 2px 1px #c7c7c7;
    color:#000;
}
.hs-footer-form ul.hs-error-msgs.inputs-list li {
    margin: 0;
    background-color: #fff;
    background-image: url(//cdn2.hubspot.net/hubfs/2471845/ClariLegal_Nov2016/Img/error-mesz-style.png);
    background-repeat: no-repeat;
    padding: 13px 15px 13px 40px;
    background-position: left 10px center;
}
.hs-footer-form ul.hs-error-msgs.inputs-list li:before {
    content: "";
    border-bottom: 8px solid #c7c7c7;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    top: -16px;
    left: 9px;
}
.hs-footer-form ul.hs-error-msgs.inputs-list li:after {
    content: "";
    border-bottom: 7px solid #fff;
    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    position: absolute;
    top: -14px;
    left: 10px;
}
.hs-footer-form form {
    position:relative;
}

.hs-footer-form p {
	margin-top: 4px;
  margin-left: 2px;  
}

.hs-blog-section-header h1 {
    color: #fff;
}
.padd-90 {
    padding: 90px 0;
}
.post-item {
    margin-bottom: 80px;
    -webkit-box-shadow: 0px 3px 4px 1px rgba(204,204,204,1);
    -moz-box-shadow: 0px 3px 4px 1px rgba(204,204,204,1);
    box-shadow: 0px 3px 4px 1px rgba(204,204,204,1);

}
.entry-image img {
    margin: auto;
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}
.entry-meta  p {
    margin-bottom: 10px;
}
.entry-meta ul, .entry-meta p {
    display: inline-block;
}

.post-item .entry-title h2 {
    margin-left: 16px;
    margin-right: 16px;
    /*margin-bottom: 16px;*/
    margin-top: 24px;
    font-size: 18px;
    line-height: 1.3em;
}

.post-item .entry-title a {
    color: #1177bb;
    transition: all .4s ease-in-out;
}

.text-muted {
    color: #777;
    font-size: 85%;
    font-style: italic;
}
.entry-meta ul li:after, .entry-meta .text-muted:after {
    content: '|';
    color: #777;
    display: inline-block;
    padding: 0 2px;
}
.entry-meta ul {
    padding-left: 0;
}
.entry-meta ul li, .entry-meta ul li a {
    display: inline-block;
    color: #4aa3df;
    font-size: 13px;
    font-style: italic;
}
.entry-title a:hover {
    color: #4aa3df!important;
}
.entry-meta ul li:last-child:after {
    display: none;
}

.entry p {
    margin-bottom: 10px;
}
.blog .blog-sidebar .widget-type-google_search label {
    display: none;
}

.blog .blog-sidebar h3 {
    position: relative;
    padding-bottom: .667em;
    margin-bottom: 1.5em;
    margin-top: 30px;
    font-size: 17.75px;
}

.blog .blog-sidebar h3:after {
    content: "";
    width: 32px;
    height: 1px;
    background: #c2c2c2;
    position: absolute;
    bottom: 0;
    left: 0;
}

 .blog-sidebar .widget-type-google_search input[type="text"] {
     /*  border: 1px solid #2b2c2d; */
    font-family: Open Sans,sans-serif;
    letter-spacing: .3px;
    width: 70%;
    display: inline-block;
    font-weight: bold;
    outline: 0;
    color: rgb(43, 44, 45);
}

 .blog-sidebar .widget-type-google_search .hs-button.primary {
    background-color: #1177bb;
    border-color: #1177bb;
    width: 30%;
    padding: 9.5px;
    display: inline-block;
    float: right;
    border-radius: 0;
    min-height: 1px;
    line-height: inherit;
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
    font-weight: normal;
    height: auto;
    text-align: center;
}
.blog .blog-sidebar .widget-type-google_search {
    margin-bottom: -18px;
}
.blog .blog-sidebar .widget-type-google_search {
    margin-bottom: -18px;
}

.blog .blog-sidebar .widget-type-post_filter ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.blog .blog-sidebar .widget-type-post_filter ul li {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.blog .blog-sidebar .widget-type-post_filter ul li a {
    color: #4aa3df;
}

.blog .blog-sidebar .widget-type-post_filter ul li a:hover {
    color: #1177bb;
}

.blog .blog-sidebar .widget-type-post_filter ul li a span.filter-link-count {
    display: none;
}
.hs-blog-side-page-link ul {
    list-style: none;
    padding-left: 0 !IMPORTANT;
}

.hs-blog-side-page-link ul li {
    margin: 0;
    padding: 0;
}

.hs-blog-side-page-link ul li a {
    color: #787878;
    font-size: 90%;
}

.hs-blog-side-page-link ul li a:hover {
    color: #4aa3df;
}
.blog .blog-sidebar .widget-type-google_search .hs-button.primary:hover {
    background-color: #fff;
    color: #1177bb;
    border-left-color: #fff;
}
.post-item .post-excerpt {
    padding: 16px;
    font-size: 0.9em;
    line-height: 1.5em;
    color: #656565;
    text-align: left;
}
.post-excerpt p {
    margin-bottom: 10px;
    text-align: left;
}
a.moretag {
    display: none;
}
.hs-section-post-header h4 {
    margin-top: 0;
}

.hs-blog-post .entry-meta {
    margin-bottom: -8px;
}

.section.post-body >span > img {
    display: block;
    margin-bottom: 30px;
}

.section.post-body p {
    margin-bottom: 30px;
    text-align: justify;
}

blockquote.hs-pr20 {
    width: 50%;
    padding-right: 20px;
    padding-left: 15px;
    font-style: italic;
    font-size: 17.5px;
    border-left: 5px solid #eee;
    float: left;
}

blockquote.hs-pr20 p small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777;
    margin-top: 10px;
}

blockquote.hs-pr20 p small:before {
    content: '\2014 \00A0';
}

pre {
    padding: .875em;
    margin-bottom: 1.75em;
    font-size: 13px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0;
    display: block;
    font-family: Menlo, Monaco, Consolas, Courier New, monospace;
}
hr.mt60.mb60 {
    margin-top: 80px;
    margin-bottom: 60px;
    border-top: 1px solid #eee;
}

.hs-panel-author-post {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    border-color: #ddd;
	  float: left;
}

.hs-panel-heading {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    float: left;
}
#comments-listing.no-comments {
    display: none;
}
.hs-panel-heading h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1em;
}

.hs-panel-body {
    padding: 15px;
    width: 15%;
    float: left;
}

.info-author {
    padding: 15px;
    float: left;
    width: 85%;
}

.info-author:before {
    margin-right: 5px;
}
.vc_video-bg {
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;

}
.video-placeholder {
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: url('https://cdn2.hubspot.net/hubfs/3294554/banner%20images/hubspot_homepage_background.jpg');
    background-size: cover;
    background-position: center; 
}
.hs-home-page .header.main-header.text-center.parallax-bg {
       height: calc(100vh);
    text-align: center;
    /* padding-top: 35px; */
}
.hs-panel-heading h5 a {
    color: rgb(51, 51, 51);
}

.hs-panel-heading h5 a:hover {
    color: #1177bb;
}
.blog-post-wrapper .post-body p a:hover {
    color: #1177bb;
}

.blog-post-wrapper .post-body p a {
    color: #4aa3df;
}

div.submitted-message {
    color: #ffffff;
}

.hs-home-page .main-header .primary-trans-bg {
    height: 100%;
    background-color: rgba(23, 102, 179, 0.79);
    opacity: .9;
    color: #fff;
}

.hs-home-page .main-header .h1,.hs-home-page .main-header .title {
    font-size: 4.236em;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    color: #fff;
}
.hs-home-page .main-header .subtitle {
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    color: #fff;
    margin-bottom: 1.618em;
    letter-spacing: .04em;
}
.hs-home-page .btn.se-btn-white {
    background-color: #F44E26;
    font-weight: bold;
    opacity: 1;
    color: white;
        margin-top: 0;
}
.hs-home-page .btn.se-btn-white:hover {
    background: #4aa3df;
    color: #fff !important;
}
.hs-home-page .header.main-header.text-center.parallax-bg .page-center {
    height: 100%;
       
}
.hs-header.no-navigation .hs-logo {
    margin-bottom: 3px;
}

.hs-normle-pages .body-container .page-center {
    padding-top: 30px;
    padding-bottom: 30px;
}
.hs-normle-pages .header.img-bg.text-center.classic .page-center {
    padding: 0 !IMPORTANT;
}
.hs_error_page  .hs-header {
    background: #1177bb;
}

.hs_error_page 
 .header-container-wrapper {
    min-height: 68px;
}
.hs-our-story-section1 .slick-dots li.slick-active button:before {
    color: #869791;
    opacity: 1;
}
 .body-scrolled .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        line-height: 36px;
    }
 .hs-feature-details-page .header.main-header.text-center.parallax-bg .btn:hover {
    background: #fff;
    color: #2b2c2d;
}
/* Styles that do not fit into any of the available sections above can go here. */


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

/* =============== Screen sizes smaller than .page-center =============== */
@media (min-width: 600px){
    h6 {
        font-size: calc(12px + 3 * ((100vw - 600px) / 540));
    }
    h1 {
        font-size: calc(27.8543898685px + 6.9636 * ((100vw - 600px) / 540));
    }
    h2 {
        font-size: calc(23.5370033519px + 5.88425 * ((100vw - 600px) / 540));
    }
    h3 {
        font-size: calc(19.888804939px + 4.9722 * ((100vw - 600px) / 540));
    }
    h4 {
        font-size: calc(16.8060715286px + 4.20152 * ((100vw - 600px) / 540));
    }
    h5 {
        font-size: calc(14.2011569368px + 3.55029 * ((100vw - 600px) / 540));
    }
    h6 {
        font-size: calc(12px + 3 * ((100vw - 600px) / 540));
    }
    body, html {
        font-size: calc(12px + 3 * ((100vw - 600px) / 540));
    }
     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 {
      font-size: calc(12px + 3 * ((100vw - 600px) / 540));
    }
    .hs-button.primary,
    input[type="submit"],
    input[type="button"] {
           font-size: calc(12px + 3 * ((100vw - 600px) / 540));
    }
}
@media (min-width: 1140px){
    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 {
       font-size: 15px; 
        margin-bottom: .5395833333em;
    }
    body, html {
        font-size: 15px;
    }
    h1 {
        font-size: 34.8179873356px;
        margin-top: .9424008253em;
        line-height: 1.4em;
        margin-bottom: .1884801651em;
    }
    h2 {
        font-size: 29.4212541899px;
        margin-top: 1.1152651681em;
        line-height: 1.5em;
        margin-bottom: .2457971048em;
    }
    h3 {
        font-size: 24.8610061737px;
        margin-top: 1.3198379732em;
        line-height: 1.5838055678em;
        margin-bottom: .295820802em;
    }
    h4 {
        font-size: 21.0075894107px;
        margin-top: 1.5619355157em;
        line-height: 1.8743226189em;
        margin-bottom: .3569977099em;
    }
    h5 {
        font-size: 17.751446171px;
        margin-top: 1.8484409486em;
        line-height: 2.2181291384em;
        margin-bottom: .3696881897em;
    }
    h6 {
        font-size: 15px;
        margin-top: 2.1875em;
        line-height: 2.625em;
        margin-bottom: .4739583333em;
    }
    .hs-button.primary,
    input[type="submit"],
    input[type="button"] {
        font-size: 15px;
        margin-bottom: 1.3125em;
    }
}
@media (max-width:1199px){
    .container-fluid .row-fluid .page-center {
      max-width: 970px;
    }
    .hs-our-story-section1 .btn {
        margin-top: 0;
        margin-bottom: 0px;
    }
    .hs-full-width-section1 .widget-type-widget_container {
        max-width: 616px;
        
    }
    .hs-full-width-section1 .widget-type-widget_container .hs_cos_wrapper_type_widget_container{
       
        padding: 0 ; 
    }
    .hs-contact-us-form .hs_email.field.hs-form-field {
        margin-top: 18px;
    }
    .hs-six-col .hs-six-col-inner img {
        max-width: 100%;
    }
    .hs-feature-details-page .header.main-header {
        padding-top: 0;
    }
    .hs-about-us-page .hs-four-col-left{
        padding:0 12px;
    }
    .blog-listing-wrapper .post-listing .post-item {
        min-height: 530px;
    }
}
@media (max-width: 1048px){
.hs-logo {
    padding: 15px 0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 10px 12px;
    text-align: center;
}
}
@media only screen and (max-width: 1024px){
    .hs-home-section4, .hs-home-section3,.hs-hs-home-section1 {
        padding-bottom: 50px ;
        padding-top: 50px ;
    }

    .pb-md-90 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .hs-pricing-table-col {
        margin-bottom: 50px;
    }
    .hs-full-width-section1-flexi2 {
        padding-top: 50px !IMPORTANT;
    }

    .hs-full-width-section1-flexi3 {
        padding-top: 50px !IMPORTANT;
        padding-bottom: 50px !important;
    }
    .hs-contact-section1 {
      
        padding-bottom: 90px;
    }
}
@media (max-width:991px) and (min-width:768px){
    .count-icon {
    font-size: 2.4em;
    margin-right: 0;
    }
}
@media (max-width:991px){
    .hs-header.no-navigation .nav-menu-icon {
        display: none !important;
    }
    .hs-header.no-navigation .hs-logo {
         margin-bottom: 0;
    }
    
    div.span12.widget-span.widget-type-cell.blog-topics {
        display: none;
    }
    
    div#blogbanner {
        padding-top: 35px;
        min-height: 370px;
    }
    
    .hs-blog-wrapper.padd-90 .row-fluid .span9,.hs-blog-wrapper.padd-90 .row-fluid .span3 {
        width: 100%;
        margin-left: 0;
    }
    .hs-three-col-right-col.col2,.hs-three-col-left-col.col2,.hs-three-col-left-col.col1,.hs-three-col-right-col.col3  {
        display: none;
        position: static;
    }
    .hs-three-col-left-col,.hs-three-col-right-col {
        width: 100% !important;
    }
    
    .hs-home-secion5 .footer-counter.clearfix {
        margin-bottom: 30px;
    }
    .hs-three-col-right-col.col2 {
        display: none;
    }
    .hs-home-secion5 .footer-counter.clearfix {
        margin-bottom: 30px;
    }
    blockquote.hs-pr20 {
        width: 100%;
        float: none;
    }
    .hs-contact-us-form .hs-input {
        max-width: 100% !important;
        line-height: 23.2px;
    }
    .hs-contact-section1 {
        padding-top: 6px;
    }
    .hs-contact-section1 .sidebar.right {
        padding-top: 28px;
    }
    .hs-contact-us-form textarea {
        min-height: 248px;
    }
    .hs-full-width-section1 .widget-type-widget_container {
        max-width: 470px;
    }
    .hs-full-width-section1 {
        padding-top: 25px;
    }
    .container-fluid .row-fluid .page-center {
      max-width: 750px;
    }
    .custom-menu-primary.js-enabled {
        position: relative;
        padding-top: 0;
        margin: 0;
        text-align: left;
        width: 100%;
        margin-left: 0;
    }
    .nav-menu-icon {
        position: absolute;
        right: 0;
        top: 0;
        margin-top: 25px;
        margin-right: 15px;
        padding: 9px 10px;
        z-index: 1;
        display: block;
        cursor:pointer;
    }
    .nav-menu-icon .icon-bar {
        display: block;
        background: white;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        position: relative;
    }
    .nav-menu-icon .icon-bar:before, .nav-menu-icon .icon-bar:after {
        content: '';
        display: block;
        background: #2b2c2d;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        position: absolute;
    }
    .nav-menu-icon .icon-bar:before {
        top: -5px;
    }
    .nav-menu-icon .icon-bar:before, .nav-menu-icon .icon-bar:after {
        background: white;
    }
    .nav-menu-icon .icon-bar:after {
        top: 5px;
    }
    .custom-menu-primary.js-enabled > div {
        margin-left: -15px;
        margin-right: -15px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        text-transform: uppercase;
        letter-spacing: .05em;
        line-height: 30px;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        display: block;
        padding: 10px 22px;
        font-family: Arial;
        color: #2b2c2d;
    }
    .custom-menu-primary.js-enabled .hs-menu-wrapper{
       top: 8px;
           padding: 0 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul {
        padding: 0 10px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li {
        position: relative;
        padding: 0 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
        background: #1177bb;
        text-align: center;
        /*padding: 7px 0 16px;*/
    }
    
        .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2) {
        background: #1177bb;
        text-align: center;
        /*padding: 7px 0 16px;*/
    }
    
    .mobile-open .hs-header {
        background: #1177bb;
        bottom: auto;
    }
    .body-scrolled .custom-menu-primary .hs-menu-wrapper > ul > li > a {
       
        line-height: 36px;
    }
   
    .mobile-open .nav-menu-icon .icon-bar:after {
        transform: rotate(-90deg);
        top: 0;
    }
    .mobile-open .nav-menu-icon .icon-bar:before {
        display:none;
    }
    .mobile-open .nav-menu-icon .icon-bar {
        transform: rotate(45deg);
        transition: all .3s ease-out;
    }
    .hs-bottom-col-group .row-fluid .span6 {
        text-align: center;
        width: 100%;
    }
    .hs-footer-col-group .row-fluid .span6 {
        width: 66.6666666667%;
        margin-left: 16.6666666667%;
    }
    .hs-footer-col-group .row-fluid .span2 {
        width: 25%;
    }
    .hs-footer .page-center > div {
        margin-left: -15px;
        margin-right: -15px;
    }
    .hs-footer {
        padding: 50px 0 50px;
    }
    .hs-feature-details1 .footer-counter {
        padding-top: 35px;
        margin-bottom: 30px;
    }
    .hs-feature-details-section2 {
        padding-bottom: 0;
    }
    .hs-six-col .hs-six-col-inner img {
        max-width: 100%;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 10px 22px;
    text-align: center;
  
    }
    .custom-menu-primary.desktop.js-enabled {
        display: none !IMPORTANT;
    }
    .custom-menu-primary .hs-menu-wrapper>ul ul li a{
        line-height: 24.08px;
    }
    .hs-home-page .hs-four-col-left{
            padding: 0 12px;
    }
    .hs_error_404_page .main-content .blog-sidebar .widget-type-google_search input[type="text"],
    .hs_error_404_page .blog-sidebar .widget-type-google_search .hs-button.primary {
        line-height: 28px;
    }
    .hs-footer .widget-type-form.hs-footer-form {
        display: none;
    }
    
    .blog-topics .blog-filters {
        width: 95%;
    }

    .blog-topics .blog-filters-margin {
        width: 0%;
    }    
    
    .blog-topics .blog-topic-link a {
        font-size: 15px;
    }
  
  #hs-blog-form, #subscribe_scroll_to {
  	display: none;
  }
}

@media (max-width: 1024px) {

}

@media (max-width: 767px) and (min-width:601px){
    .hs-footer-form form {
        position: relative;
        display: inline-flex;
    }
    .hs-footer-col-group .row-fluid .span6{
            text-align: center;
    }
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
    .hs-author-col1.col1 .hs-wpb_single_image {
        text-align: center;
    }
    .hs_error_page .header-container-wrapper {
        min-height: 1px;
        height: 12vw;
    }
    .vc_video-bg.vc_hidden-xs {
        display: none !important;
    }
    .hs-feature-details-page .header.main-header {
        height: 100vh;
    }
    .hs-feature-details-page .primary-trans-bg {
        height: 100%;
        opacity: 1;
        background-color: rgb(17, 119, 187);
    }
   .hs-home-page .vc_hidden-xs {
        display: none;
    }
    .hs-home-page .main-header .primary-trans-bg {
        background: #1177bb;
        opacity: 1;
    }
    .hs-home-section4, .hs-home-section3 {
        padding-bottom: 40px;
    }
    .hs-three-col-right-col.col1 {
        margin-bottom: 36px;
    }
    .hs-home-section4 {
        padding-bottom: 50px;
    }
    .hs-three-col {
        width: 100%;
    }
    span.count-icon.ion-fa-signal {
        display: table !important;
        margin: 0 auto 10px!IMPORTANT;
        float: none;
    }
    .hs-home-section6 {
        padding-top: 97px;
    }
    .hs-home-section6 .hs_cos_gallery_main .slick-dots {
        
        margin: 70px 0 3px;
        padding: 0;
    }
    .hs-home-section2 .hs-wpb_single_image {
        text-align: center;
    }
    .hs-three-col-right-col.col3 img {
        position: relative;
        max-width: 100%;
    }
    .hs-three-col-right-col.col3,.hs-three-col-left-col.col1 {
        display: block;
            padding-top: 0;
    }
    .hs-three-col-left-col.col1 {
        margin-bottom: 35px;
    }
    .hs-three-col-left-col.col1 img {
        position: static;
        right: 0;
        max-width: 100%;
        top: 0;
    }
    .blog .blog-sidebar .widget-type-google_search {
        margin-bottom: -13px;
        float: left;
        width: 100%;
    }
     .blog-sidebar .widget-type-google_search input[type="text"] {
        font-size: 12px;
        line-height: 21px;
    }
    .body-container .entry-meta ul {
        padding-left: 0 !IMPORTANT;
    }
    .blog .blog-sidebar {
        margin-top: 50px;
    }
    .hs-contact-us-form .hs_email.field.hs-form-field {
        margin-top: 15px;
    }
    .hs-contact-us-form .hs-form-field > label {
        margin-bottom: 20px;
    }
        
    .hs-contact-us-form .hs-input {
        line-height: 22.2px;
    }
    .hs-contact-us-form .hs_message.field.hs-form-field {
        margin-top: 7px;
    }
    .hs-contact-section1 .sidebar.right {
        padding-top: 78px;
    }
    .hs-contact-us-form textarea {
        min-height: 237px;
    }
    .hs-twocol-equal,.hs-pricing-table-col {
        width: 100%;
        float: left;
        padding: 0 15px;
    }
    .hs-full-width-section1 .widget-type-widget_container {
        max-width: 100%;
    }
    .hs-pricing-table-col.col3 {
        margin-bottom: 0;
    }
    .header.img-bg.text-center.classic {
        height: 100vh;
    }
    .hs-header {
        background-color: #1177bb;
        padding: 5%;
    }
    .hs-logo {
        padding: 0;
    }
    .hs-logo img {
        max-width: 126px;
    }
    .custom-menu-primary.js-enabled > div {
        margin-left: -5.5%;
        margin-right: -5.5%;
    }
    .mobile-open .custom-menu-primary.js-enabled {
        position: relative;
        padding-top: 5.6%;
    }
    .hs-footer-col-group .row-fluid .span6 {
        width: 100%;
        margin-left: 0;
    }
    .mobile-open .hs-header {
       
        padding-bottom: 10px;
    }
    .hs-full-width-section1 {
        padding-top: 23px;
    }
    .body-container ul,.body-container ol {
        padding-left: 15px;
    }
    .hs-feature-details-section4 {
        margin-bottom: 35px;
    }
    .hs-footer-col-group .span6 h3 {
        text-align: center;
        margin-bottom: 7px;
    }
    .hs-footer-col-group .row-fluid .span2 {
        width: 100%;
    }
    .hs-footer-bottom-link {
        padding-right: 15px !IMPORTANT;
    }
    .hs-our-story-section1 .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
        margin: 0;
    }
    .hs-our-story-section1 .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper {
        margin: 0 auto;
        display: block !IMPORTANT;
    }
    .hs-our-story-section1 .hs_cos_gallery_main {
        padding: 0;
        margin: 10px 0 0;
    }
    .pb-md-90 .row-fluid [class*="span"],
    .hs-feature-details-section2 .row-fluid [class*="span"],
    .hs-feature-details-section4 .row-fluid [class*="span"]{
        float: left;
        width: 100%;
    }
    .hs-four-col-left {
        width: 100%;
        float: none;
        margin-bottom: 30px;
        text-align: center;
    }
    span.count-icon {
        display: table;
        margin: 0 auto 10px !IMPORTANT;
        float: none;
    }
    .count-info {
        float: none;
        text-align: center;
    }
    .hs-author-col1 {
        float: left;
        width: 100%;
        padding: 0 15px;
    }
    .hs-author-col1.col3 {
        width: 100%;
        margin-top: 13px;
    }
    .hs-six-col {
        width: 100%;
        text-align: center;
        margin-bottom: 0;
    }
    .hs-six-col .hs-six-col-inner {
        padding: 0 15px;
        padding-top: 35px;
    }
    .hs-six-col .hs-six-col-inner img {
        max-width: 150px;
    }
    .hs-footer .page-center {
        padding: 0 15px 0 15px ;
    }
    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%;
    }
    .hs_error_404_page .main-content .blog-sidebar .widget-type-google_search input[type="text"] {
        line-height: 30px;
    }
    
    .hs-author-wrapper {
    text-align: center;
    }
    
    .widget-type-global_group.blog-topics {
        display: none;
    }

    .wistia_click_to_play a .watch-video-text {
        line-height: 32px;
    }
    
    .wistia_click_to_play {
        margin-top: 15px;
        margin-bottom: -15px;
    }
    
    .video-placeholder {
        display: none;
    }
    
    .hs-home-page .hs_cos_wrapper_type_rich_text p {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .homepage-video-container {
        padding-left: 0px;
    }
    .homepage-video-box {
        padding-top: 35px;
    }
    
    .hs-feature-details-page .hs-four-col-left {
        width: 25%;
        float: left;
        margin-bottom: 0px;
    }
}  

@media (max-width: 600px){
    .hs-home-page .main-header .h1,.hs-home-page .main-header .title {
        font-size: 32px;
    }
    .hs-footer-form .hs_cos_wrapper_type_form .hs-button.primary.large {
        position: absolute;
            right: 15px;
        z-index: 4;
        height: 41px;
            top: 0;
                right: 0;
    }
    .hs-footer-form .hs-input {
      width: 98%;
      min-width: 200px;
    }
    .hs-footer-form form > div {
        display: block;
        vertical-align: top;
    }
    .hs-footer-form .hs-form-field {
        display: block;
    }
   .hs-footer-col-group .span6 h3 {
        text-align: center;
        margin-bottom: 6px;
    }
    .hs-bottom-col-group {
        margin-top: 1px;
    }
    .hs-footer-form form {
        position: relative;
        display: block;
        float: left;
        width: 100%;
    }
    .hs-footer-form .hs-input {
        line-height: 21px;
    }
    
    #blogbanner h1 {
        margin-top: 20vw;
    }
    
}
/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
    .hs_error_404_page .blog-sidebar .widget-type-google_search .hs-button.primary {
        width: 100%;
        line-height: 27.25px;
        margin-top: 10px;
    }
    .hs_error_404_page .main-content .blog-sidebar .widget-type-google_search input[type="text"] {
        max-width: 100%;
        width: 100%;
    }
    .hs-feature-details-page .header.main-header {
        height: 70vh;
    }
    .header.main-header.text-center.parallax-bg {
        height: calc(65vh + 35px);
    }
    .hs-home-page .header.main-header.text-center.parallax-bg {
        height: calc(65vh + 35px);
    }
    .header.img-bg.text-center.classic{
            height: 70vh;
    }
    .hs-form-field {
        display: block;
        margin-bottom: 30px;
        width: 100% !important;
        margin-right: 0 !IMPORTANT;
        padding-right: 0 !important;
    }
    .hs-contact-us-form .hs_email.field.hs-form-field {
        margin-top: 0;
    }
    .hs-contact-us-form .hs_message.field.hs-form-field {
        margin-top: -9px;
    }
    .hs-contact-us-form textarea {
        min-height: 226px;
    }
    .hs-contact-us-form input.hs-button.primary.large {
        margin-top: -9px;
    }
    .hs-copyright {
        display: none !important;
    }
    .hs_error_404_page .blog-sidebar .widget-type-google_search .hs-button.primary:hover {
      
        border-left-color: #2b2c2d;
    }
    .hs_error_404_page .main-content {
        text-align: center;
        padding: 40px 0 91px;
    }
    .hs-footer {
        padding-bottom: 0px;
        padding-top: 25px;
    }

    .hs-footer-form .hs_cos_wrapper_type_form .hs-button.primary.large {
        padding: 0 15px;
    }
    .hs-footer-form .hs-input {
        width: 85%;
    }
    .blog .header.img-bg.text-center.classic {
        height: 50vh;
    }
}
@media (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px){

    .hs-contact-us-form .hs-input {
        width: 100% !IMPORTANT;
    }

}
@media(max-width:350px){
    .hs-feature-details-page .header.main-header h2 {
        font-size: 29.82px;
    }
}

.kub-animate-in {
    visibility: visible;
    -webkit-transform: translateY(60px) scale(1);
    opacity: 0;
    transform: translateY(60px) scale(1);
    opacity: 0;
    transition: transform 1.2s ease-in-out 0s, opacity 0.6s ease-in-out 0s;
}

.kub-animate-in.col2 {
    transition: transform 1.2s ease-in-out 0.2s, opacity 0.6s ease-in-out 0.2s;
}

.kub-animate-in.col3 {
    transition: transform 1.2s ease-in-out 0.4s, opacity 0.6s ease-in-out 0.4s;
}

.kub-animate-in.appear {
    visibility: visible;
    -webkit-transform: translateY(0px) scale(1);
    opacity: 1;
    transform: translateY(0px) scale(1);
}

#scrolldownarrow {
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -30px;
    width: 60px;
}

#scrolldownarrow:hover {
    cursor:pointer;
}


.svg-logo {
    fill: white;
    height: 40px;
    margin-top: 12px;
}
.svg-logo .animate-path {
    stroke: white;
    stroke-width: 1px;
    fill: white;
    stroke-dasharray: 100px, 100px;
    stroke-dashoffset: 0px;
    animation: animatePath 3s linear forwards;
}


@keyframes animatePath {
    0% {
      stroke-dashoffset: 100px;
      stroke-width: 1px;
      fill: rgba(255,255,255,0)
    }
    
    50% {
      stroke-dashoffset: 50px;
      stroke-width: 1px;
      fill: rgba(255,255,255,0)
    }
    
    100% {
      stroke-dashoffset: 0;
      stroke-width: 0px;
      fill: rgba(255,255,255,1)
    }
}

/** lesson preview hover effect **/

figure.effect-phoebe {
    background: #1176bb;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    max-width: 100%;
    width: 360px;
    height: 202px;
    text-align: center;
    cursor: pointer;
}

figure.effect-phoebe img {
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    max-width:100%;
    height: auto;
}

figure.effect-phoebe:hover img {
    opacity: 0.6;
}

figure figcaption, figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.effect-phoebe h4 {
    color: white;
    margin-top: 2em;
    -webkit-transition: transform 0.35s;
    transition: transform 0.35s, color 0.5s;
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
}
figure.effect-phoebe .play-button-overlay {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAP4AAACiCAYAAABh2nDdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAulJREFUeNrs3d1tGlEQBtAlSgEpgXSAO8AdxB2QDuwONhWQDpxUAB14OyAdmA5IB+SOvDdCSHnLn/WdI91XP4z1aYY77DIMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAvnc/nQzsrlYCs4JdTOxvVgKzgd7t23qkKZAW/PLezVhnICn43qg7kBb88tbNUJcgKfr/4+6BSkBX8buviD/KCf7bzh8zgd/cqB3nBt/OH0OD3i7+1KkJW8O38ITj4/eJvqaKQFXw7fwgNfvfo4i/PQgleV/D/0J8+tnO3WCy+qXKGN0pAU5/3D3b+Oj5ZHf/SNHf/7yqu45Nj3Y7n/AWfQHXZV4/5bpXCqE/GqH+tLvw+uvjT8cmymrv/Ril0fHI6/qX93P1d/Ak+QcEvx8HO36hPnOXwsvMflULHJ6fjX5oGO38dnzjr4WXn72EfwSdM7fx3XvBp1Cdn1L9m56/jE6jv/D3so+MT1PEv2fnr+ASqC7+Dh30EnzzLefQflcKoT8aof60u/Grnf/Sf1PHJsZpHfzt/wSfMz52/Ugg+WWrk/6oMgk+OL+3c+oLPv/dWCfgLapdfO/29Uuj4ZJjauRF6wSfHpxb4Wys8oz4ZjvNoPymFjk+G/TzaC73gE6Au8B5a4L2Rx6hPCM/h6/iE+dwCfyP0Oj45o73dvOATZBq8XdeoT5S+mxd6HZ8Ax8Ev6Oj4ROm7eaEXfAL0Czyf5436hPCqLB2fMH03L/Q6PiGj/Z3v2ev45Kiwvxd6wSfHg908/KfOv1+97nqlspAT/Ec/aw05wT/5UQvICn6N9kuVhJzgjyoIOcE/+alqyAr+zgUe5AS/uvy9ikFO8O3mISz4W6M95ATfbh7Cgv9kNw9ZwR9VBXKC/+wCD7KCbzcPYcHfqAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAvE4/BBgAB9Vp0xXzB8AAAAAASUVORK5CYII=) 0px 0px / 127px 81px no-repeat transparent;
    cursor: pointer; 
    display: block; 
    height: 60px; 
    outline: none; 
    position: absolute; 
    width: 100px; 
    z-index: 1; 
    right: 13px;
    bottom: 10px;
}

figure.effect-phoebe .play-button-background {
    position: absolute;
    width: 100px;
    height: 60px;
    bottom: 0;
    z-index: 1;
    background-color: rgba(17, 118, 187, 0.5);
    right: 0px;
    transition: all 80ms ease-out;
    mix-blend-mode: multiply;
    transition: width 0.5s, height 0.5s;
    -webkit-transition: width 0.5s, height 0.5s;
}

figure.effect-phoebe:hover .play-button-background {
    width: 100%;
    height: 100%;
}


figure.effect-phoebe h4:after {
    content: none;
}

figure.effect-phoebe:hover h4 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    color: white;
}

figure.effect-phoebe p {
    text-align: center;
    margin-top: 85px;
}

figure.effect-phoebe p a {
    color: #fff;
    font-size: 140%;
    opacity: 0;
    position: relative;
    display: inline-block;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
figure.effect-phoebe p a {
    color: #fff;
    font-size: 140%;
    opacity: 0;
    position: relative;
    display: inline-block;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,60px,0);
    transform: translate3d(0,60px,0);
}

figure.effect-phoebe:hover p a {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-phoebe:hover figcaption {
    z-index: 2;
}

figure.effect-phoebe .video-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    opacity: 0.75;
    background-color: #1176bb;
}

.hs-one-col-wrapper {
    float: left;
}

/** lesson preview hover effect end **/

/** Left Alignednavbar **/

.span3.widget-span.widget-type-rich_text.hs-logo {
    width:auto;
    padding-left: 0px;
}

.widget-type-menu.custom-menu-primary.desktop.right {
    float: right;
}

.custom-menu-primary.js-enabled.left {
    text-align: left;
    margin-left: 10px;
}


/** EDITS **/

div.hs_formal_excel_training.field.hs-form-field > div > ul > li > label > span {
    color: white;
}

div.hs_current_excel_abilities.field.hs-form-field > div > ul {
    color: white;
}

div.hs_wanted_excel_abilities.field.hs-form-field > div > ul > li > label > span {
    color: white;
}

/*** Blog Post page *****/


.hs-blog-post .hs-blog-wrapper {
    position: relative;
    z-index: 1;
}

.hs-blog-post .blog-topics {
    display: none;
}

.hs-blog-post #blogbanner {
    position: absolute;
	  background-size: 100% 100%;
    height: 370px;
    min-height: 370px;
}

.hs-blog-post #blogbanner h1, .hs-blog-post #blogbanner h2 {
    display: none;
}

.hs-section-post-header h1, .blog-post-wrapper .author, .blog-post-wrapper .publish-date, .author a {
    color: white;
}

hs-section-post-header h1 {
	margin-top: 0;
}

.publish-date .topic-link {
 	color: #2dc0ea; 
}

.hs-blog-post .hs-blog-wrapper {
    padding-top: 30px;
}

.blog-post-image img {
    border-radius: 4px;
}

.blog-section .post-body {
	position: relative;
  float: left;
  margin-top: 20px;
}
.grey-angled-container {
	background: #e6ecf5;
  padding-bottom: 100px;
  position: relative;
  float: left;
  width: 100%;
}

.grey-angled-container:before {
  top: 0;
  -webkit-transform: skewY(-3deg);
  transform: skewY(-3deg);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  height: 5.24078vw;
  left: 0;
  position: absolute;
  right: 0;
}

.grey-angled-container .info-author {
	position: relative;
  z-index: 10;
}

.author-image {
	margin-bottom: 20px;  
}

.author-image img {
	width: 100%;
}

.hs-panel-author-title {
	margin-top: 0px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 20px;
}

.blog-post-wrapper .blog-title-container {
	min-height: 280px !important;
}

