/* ==========================================================================
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 =============== */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
html, body, p, div, ul, span, h1, h2, h3, h4, h5, h6, a {
     font-family: "Inter", sans-serif;
}

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

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

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

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

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

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

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

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

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

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

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

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

/* Vertical Menu
   ========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 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 {
  background: #fff;
  color: #2e394a;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.8;
}

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

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


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

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 10px;
  letter-spacing: -0.6px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 45px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}

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

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

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

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 0px;
  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 =============== */
/* 7-11-2024 */
/* .header-container-wrapper {
    position: sticky !important;
    top: 0px;
} */
.header-container-wrapper {}
.header-container .page-center{
  padding:0 15px;
}

.custom-header-group{
  border-bottom: 1px solid #F2F5F8;
}


.custom-logo {
  padding: 13px 0 10px;
}
.custom-logo img{
  max-height: 46px;
}
.span12.widget-span.widget-type-cell.client-logos-section {
    padding-bottom: 50px;
}
.row-fluid.centerzImage {
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-banner-area{
  background-color: #F2F5F8;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  color: #2E394A;
  padding: 50px 0;
}
.custom-banner-inner{
  height: 35vh;
  -webkit-box-align: center ;
  -ms-flex-align: center ;
  /*align-items: center ;*/
  display: -webkit-box;
  display: -ms-flexbox;
  /*display: flex;*/
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.custom-banner-inner-content{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 150px;
}
.custom-banner-inner-contect {
    width: 100%;
}
.custom-banner-text{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  position: center;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  color: #2E394A;
}

.custom-banner-text-white{
  height: 50vh;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  position: center;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15vh;
  color: #FFFFFF;
}
.custom-banner-area h1{
  font-size: 45px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 10px 0;
  letter-spacing: -0.6px;
  text-align: center;
}
.custom-banner-area h5{
  font-size: 22px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 10px 0;
  letter-spacing: 0.6px;
  text-align: center;
}
.custom-banner-center h1{
  font-size: 45px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 10px 0;
  letter-spacing: -0.6px;
  justify-content: center;
}
.custom-banner-area p{
  color: inherit;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  line-height: 1.8;
  margin: 0 0 20px 0;
  font-size:16px;
  text-align: center;
}
.custom-banner-cta {
  height: 45px;
  border-radius: 100px;
  background-color: #e82980;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  margin: 0 5px 10px 0;
  padding: 8px 22px;
  border: none;
}

.custom-banner-center {
  margin: auto;
  display: table;
}
/* =============== Content =============== */

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

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


/* =============== Footer =============== */
.custom-footer-menu-group{
  border-top: 1px solid #CED7E5;
  padding-top: 60px;
}
.custom-footer-menu-group .page-center .row-fluid-wrapper.row-depth-1.row-number-3 > .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: calc(100% + 30px);
}

.custom-footer-menu-group-global{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width:auto !important;
  margin:0 !important;
  padding:0 15px;
}
.custom-demo-blog .page-center > div.row-fluid-wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  width:calc(100% + 30px);
}
.custom-wr-re-content{
  margin:0  0 40px !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.custom-wr-re-content p{
  color: #92A2B9;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
.custom-wr-re-content a {
  border: none;
  border-radius: 30px;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  padding: 12px 40px;
  text-align: center;
  background-color: #e82980;
  color: #fff;
}
.custom-social-image{
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding:0 15px;
  margin:0 !important;
}
.custom-social-image p{
  font-family: "Inter", sans-serif;
  font-weight: normal;
  line-height: 1.8;
  margin: 44px 0 19px 0;
  font-size: 14px;
  color: #ff6600;
}

.custom-marketing-tips-wrapper{
  margin-top: 50px;
  background-color: #2E394A;
  color: #fff;
  padding: 50px 0;
}
.custom-marketing-tips-wrapper .page-center > div.row-fluid-wrapper  > div{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width:calc(100% + 30px);
  -webkit-box-align: center ;
  -ms-flex-align: center ;
  align-items: center ;
}

.custom-marketing-tips{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  width:auto !important;
  padding:0 15px;
}
.custom-marketing-tips h2{
  font-size: 36px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 10px 0;
  letter-spacing: -0.6px;
}
.custom-marketing-tips p{
  color: #92A2B9;   
  font-family: "Inter", sans-serif;
  font-weight: normal;
  line-height: 1.8;
  margin: 0 0 20px 0;
  font-size:16px;
}
.custom-blog-email-form{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  width:auto !important;
  padding:0 15px;
  margin:0 !important;
}

.custom-blog-email-form .hs-form-field > label {
  display: block;
  color: #92A2B9;
  margin:20px 0 0;
  font-size:16px;
  line-height:18px;
}
.custom-blog-email-form .hs-form-required{
  display:none !important;
}
.custom-blog-email-form input[type="email"]{
  border: 2px solid #CED7E5;
  border-radius: 3px;
  font-size: 16px;
  width: 100%;
  border-bottom: 1px solid #92A2B9;
  color: #92A2B9;
  min-height: 50px;
  padding:0 10px;
  font-family: "Inter", sans-serif;
  margin:0 0 20px;
}
.custom-blog-email-form input[type="submit"]{
  border: none;
  border-radius: 30px;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  padding: 12px 40px;
  background-color: #ff6600;
  color: #fff;
  margin:0 0 20px;
  -webkit-transition: 0.3s background-color ease-in-out;
  transition: 0.3s background-color ease-in-out;
  font-family: "Inter", sans-serif;
}
.custom-blog-email-form input[type="submit"]:hover{
  background-color: #eb4590;
}

.form-open .custom-overlay{
  background-color: rgba(46, 57, 74, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;


}

.custom-get-form-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  float: none !important;

  -webkit-overflow-scrolling: touch;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
}
.form-open .custom-get-form-wrapper {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s opacity ease-in-out,0.3s -webkit-transform ease-in-out;
  transition: 0.3s opacity ease-in-out,0.3s -webkit-transform ease-in-out;
  transition: 0.3s transform ease-in-out,0.3s opacity ease-in-out;
  transition: 0.3s transform ease-in-out,0.3s opacity ease-in-out,0.3s -webkit-transform ease-in-out;
}
.form-open{
  overflow:hidden;
}
.custom-get-form-wrapper > div.row-fluid-wrapper{
  display: table;
  height: 100vh;
  width:100%;
}
.custom-get-form-wrapper > div.row-fluid-wrapper > div {
  display:table-cell;
  vertical-align:middle;
  width:100%;
}
.custom-get-form-wrapper-inner{
  position: relative;
  background-color: #fff;
  padding: 60px 20px;
  height: 80vh;  
  width: 80% !important;
  overflow-y: auto;
  margin: 0 auto !important;
  float: none !important;
}

.custom-get-popup-form h3.form-title{
  display:none;
}
.custom-form-titles h3{
  font-size: 30px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 10px 0;
  letter-spacing: -0.6px;
  text-align:center;
}
.custom-form-titles p{
  color: inherit;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  line-height: 1.8;
  margin: 0 0 25px 0;
  text-align:center;
  font-size:16px;
}
.cm-close {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  height: 30px;
  width: 30px;
}
.cm-form-get-group-inner .page-center > div.row-fluid-wrapper > div{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  width: calc(100% + 30px);
}
.custom-get-popup-form {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  width:auto;
  float:none !important;
  margin:0 auto !important;
  padding:0 15px;
}

.custom-get-popup-form .hs-form-required{
  display:None !important;
}
.custom-get-popup-form  li.hs-form-booleancheckbox {
  color: #92A2B9;
  font-size: 18px;
  font-weight: normal;
  line-height: 21px;
}

.header-container input[type="text"],
.header-container input[type="password"],
.header-container input[type="datetime"], 
.header-container input[type="datetime-local"],
.header-container input[type="date"], 
.header-container input[type="month"], 
.header-container input[type="time"], 
.header-container input[type="week"], 
.header-container input[type="number"],
.header-container input[type="email"], 
.header-container input[type="url"], 
.header-container input[type="search"],
.header-container input[type="tel"],
.header-container input[type="color"],
.header-container input[type="file"],
.header-container textarea,
.header-container select{
  border: 2px solid #CED7E5;
  border-radius: 3px;
  font-size: 16px;
  width: 100%;
  color: #525D69;
  min-height: 50px;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  margin: 0 0 10px;
  padding: 0 10px;
  outline: 0;
  min-height:50px;
}
.header-container input[type="submit"]{
  float: none;
  margin: .75em 0 0 0;
  clear: both;
  width: 100%;
  height: 45px;
  border-radius: 100px;
  background-color: #FD1E7C;
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.15;
  cursor:pointer;
}





.custom-footer-menu-group-global h3{
  font-weight: 400;
  font-size: 18px;
  line-height: 1.1;
  margin: 20px 0 10px 0;
  color: #2E394A;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.6px;
}
.custom-footer-menu-group-global .hs-menu-wrapper > ul{
  display:block;
}
.custom-footer-menu-group-global .hs-menu-wrapper > ul > li{
  display:block;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  font-family: "Inter", sans-serif;
  margin-bottom: 10px;
}
.custom-footer-menu-group-global .hs-menu-wrapper > ul > li > a{
  display:inline-block;
  color: #92A2B9;
  text-decoration: none;
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
.custom-footer-menu-group-global .hs-menu-wrapper > ul > li > a:hover{
  color: #ff6600;
}
.custom-footer-menu-group-global ul{
  display:block;
  margin:0;
  padding:0;
  line-height: 0;
  list-style:None;
}
.custom-footer-menu-group-global ul li{
  display:inline-block;
}
.custom-footer-menu-group-global ul li a{
  display:block;
  margin-right: 10px;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a{
  white-space: normal !important;
}

.custom-footer-bottom{
  border-top: 1px solid #CED7E5;
  padding: 20px 20px 24px;
  margin-top: 60px;
}
.custom-footer-bottom.custom-footer-bottom-lp .row-fluid-wrapper.row-depth-1.row-number-3 > .row-fluid ,
.custom-footer-bottom .page-center .row-fluid-wrapper.row-depth-1.row-number-13 > .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  width: calc(100% + 30px);
}
.custom-footer-bottom-globl {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  width:auto !important;
  margin:0 !important;
  padding:0 15px;
}
.custom-footer-bottom-globl img {
  max-height: 30px;
}
.custom-footer-bottom-globl p {
  color: #92A2B9;
  font-size: 14px;
  margin: 4px 0 0;
  text-align: center;
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  display:block;
  padding-left: 15px;
  margin: 0 0 -1px !important;
  display: table-row;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  padding: 0 5px;
  float:none !important;
  /*line-height: 70px;*/  
  vertical-align: middle;
  display: table-cell;
  position: relative;
  margin-top: 15px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color: #2E394A;
  display:block;
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
  font-size:16px;
  font-weight:400;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color: #ff6600;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
  float: right !important;
  line-height: normal;
  margin: 15px 4px 14px 0;
  margin-left: 25px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child a {
  background-color: #e82980;
  color: #fff;
  font-size: 14px;
  padding: 6px 26px 6px 25px;
  line-height:28px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  -webkit-transition: 0.3s background-color ease-in-out;
  transition: 0.3s background-color ease-in-out;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child a:hover{  
  background-color: none;
  border-bottom: none;
  color: #fff;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

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

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


/* =============== Custom Menu CTA =============== */

/* Parent List */
.custom-menu-cta .hs-menu-wrapper > ul{
  display:block;
  padding-left: 15px;
  margin: 0 0 -1px !important;
}
.custom-menu-cta .hs-menu-wrapper > ul > li{
  display: inline-block;
  padding: 0 5px;
  float:none !important;
  line-height: 70px;  
}
.custom-menu-cta .hs-menu-wrapper > ul > li > a{
  color: #2E394A;
  display:block;
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
  font-size:16px;
  font-weight:400;
}
.custom-menu-cta .hs-menu-wrapper > ul > li > a:hover{
  color: #ff6600;
}
.custom-menu-cta .hs-menu-wrapper > ul > li:last-child {
  float: right !important;
  line-height: normal;
  margin: 15px 4px 14px 0;
}
.custom-menu-cta .hs-menu-wrapper > ul > li:last-child a {
  background-color: #ff6600;
  color: #fff;
  font-size: 14px;
  padding: 6px 26px 6px 25px;
  line-height:28px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  -webkit-transition: 0.3s background-color ease-in-out;
  transition: 0.3s background-color ease-in-out;
}
.custom-menu-cta .hs-menu-wrapper > ul > li:last-child a:hover{  
  background-color: #eb4590;
}

/* Child List */
.custom-menu-cta .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.custom-menu-cta .hs-menu-wrapper > ul ul li{}
.custom-menu-cta .hs-menu-wrapper > ul ul li a{}
.custom-menu-cta .hs-menu-wrapper > ul ul li a:hover{}

/* Override max width on menu links */
.custom-menu-cta .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-cta .hs-menu-wrapper,
  .custom-menu-cta .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
}

body.blog div.custom-header-group div.row-fluid-wrapper.row-number-3 div.row-fluid {
    display: flex;
    justify-content: center;
}
.span9.widget-span.widget-type-custom_widget.custom-menu-primary {
    align-self: center;
}
.custom-logo img {
    max-height: 70px;
}

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

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



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


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

/* Blog Post and Listing Body Class */
.blog {}
.blog .body-container .page-center {
  padding: 40px 15px 0;
}
.custom-demo-blog {
  background-color: #F2F5F8;
  background-image: url('//4954141.fs1.hubspotusercontent-na1.net/hubfs/4954141/ClearViewSocial_November2018/Images/hash-reverse-background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  padding: 80px 0;
}

.custom-categories-werapper{
  border-top: 1px solid #CED7E5;
  border-bottom: 1px solid #CED7E5;
  padding: 20px 0;
  text-align: center;
  line-height:0;
}
.custom-categories ul{
  display:block;
  margin:0;
  padding:0;
  list-style:None;
}
.custom-categories ul li{
  font-size: 16px;
  margin: 0 10px;
  cursor: pointer;
  line-height:18px;
  display: inline-block;
}
.custom-categories ul li a{
  text-decoration:None;
  color: #92A2B9;
}
.custom-categories ul li.active a{
  color: #2E394A;
}

.custom-back-to-blog-wrapper{
  background-color: #F2F5F8;
  padding: 11px 0 10px; 
  line-height:0;
}
.custom-back-to-blog a{
  color: #92A2B9;
  line-height: 20px;
  font-size:16px;
  text-decoration: none;
}
.custom-back-to-blog a img {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
  position: relative;
  top: -4px;
  height: 16px;
}

/* Blog Post */
.hs-blog-post {}
.blog.hs-blog-post .body-container .page-center {
  padding: 60px 15px 0;
}
.hs-blog-post .body-container .page-center > div.row-fluid-wrapper  > div{
  -webkit-box-pack: center ;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width:calc(100% + 30px);
}
.hs-blog-post  .blog-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  padding:0 15px;
}
.post-header h1{
  text-align:Center;
  margin:0 0 15px;
}

.custom-author-date-tags-post {
  text-align: center;
  font-size:14px;
  line-height: normal;
  margin-bottom: 60px;
}
.custom-author-date-tags-post #hubspot-topic_data a.topic-link{
  color: #ff6600;
  text-decoration: none;
  line-height: 1.5;
}
.custom-sd-sharing{

}
.custom-sd-sharing h3.sd-title {
  margin: 0 0 1em 0;
  display: inline-block;
  line-height: 1.2;
  font-size: 9pt;
  font-weight: 700;
  text-transform: none;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.6px;
}

.sd-content ul {
  padding: 0;
  margin: 0 0 .7em 0;
  list-style: none;
  display:block;
  font-family: "Inter", sans-serif;
  line-height: 2;
}
.sd-content ul li {
  color: #7388a5;
  line-height: 1.8;
  margin: 0 5px 5px 0;
  margin-bottom: 10px;
  padding: 0;
  display: inline-block;
}
.sd-content ul li a{
  text-decoration: none!important;
  display: inline-block;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  border-radius: 3px;
  color: #777!important;
  background: #f8f8f8;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0,0,0,.08);
  text-shadow: none;
  line-height: 23px;
  padding: 1px 8px 0 5px;
}
.sd-content ul li a:hover{
  background: #fafafa;
  border: 1px solid #999;
}
.sd-content ul li a span{
  margin-left:3px;
}
.sd-content ul li a:before {
  position: relative;
  top: 2px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal 18px/1 social-logos;
  vertical-align: top;
  text-align: center;
}
li.share-twitter a:before {
  content: '\f202';
}
li.share-linkedin a:before {
  content: '\f207';
}
li.share-facebook a:before {
  content: '\f203';
}
li.share-print a:before {
  content: '\f469';
}
.custom-related-wrapper {
  padding-top: 1em;
  margin: 1em 0;
  position: relative;
  float: left;
  margin-right: -20px;
}
.related-post-item {
  padding-right: 20px;
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  opacity: .8;
  float: left;
  width: 33%;
  margin: 0 0 1em;
}
.related-post-item:hover{
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.custom-date-related {
  opacity: .6;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.related-image a{
  display:block;
}
.related-image img{
  margin: 40px 0;
}
.related-content h4{
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  text-transform: none;
  letter-spacing: -0.6px;
}
.related-post-item:hover .related-content h4 a{
  text-decoration:underline;
}
p.hubspot-topic-data-related {
  opacity: .6;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}
p.hubspot-topic-data-related a.topic-link {
  color: #2E394A;
}

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

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


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

.blog .blog-content {}

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

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

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header  a h2 {
  font-size: 30px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 10px 0;
  letter-spacing: -0.6px;    
  color: #2E394A;
}
.post-header a p{
  color: #92A2B9;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  line-height: 1.8;
  margin: 0 0 20px 0;
  font-size:16px;
}
.custom-author-date-tags{  
  font-size: 14px;
  color: #92A2B9;
}
a.author-link{
  font-weight: 600;
  margin-bottom: 0;
  color: #2E394A;
  font-size: 14px;
  line-height: 1.5;
}
.custom-date{
  color: #92A2B9;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  line-height: 1.8;
}
/* 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 {
  border: 1px solid #CED7E5;
  border-radius: 6px;
  padding: 22px;
  margin-bottom: 40px;
}
.post-item-inner{
  -webkit-box-align: center ;
  -ms-flex-align: center;
  align-items: center ;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.hs-featured-image-wrapper{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding:0 15px;
}
.post-header-listing{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding:0 15px;
}
.custom-author-date-tags{
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  border-left: 1px solid #CED7E5;
  padding:20px 15px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

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

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

/* Blog Topics List */
#hubspot-topic_data {
  margin:0;
}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  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: left; display:block; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }


.hs-blog-listing .body-container-wrapper {
  padding: 0;
}                          
.hs-blog-post .custom-demo-blog{
  display:none !important;
}
/* Numbered Pagination */
.blog-pagination{
  display: block;
  text-align: center;
  padding:80px 0 60px;
  font-size: 16px;
  line-height:18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: center ;
  -ms-flex-pack: center ;
  justify-content: center ;
}

.blog-pagination > div.blog-pagination-left{
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding:0 15px;
  text-align: left;
  position: relative;
  top: -3px;
}
.blog-pagination > div.blog-pagination-center{
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  text-align: center;
  padding:0 15px;
}
.blog-pagination > div.blog-pagination-right{
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding:0 15px;
  text-align: right;
  position: relative;
  top: -3px;
}



.blog-pagination a{
  color: #92A2B9;
  display: inline-block;
  line-height: 20px;
  margin: 0 3px;
  text-decoration: none;
  font-family: "Inter", sans-serif;
}

.blog-pagination a:hover,
.blog-pagination a:focus{
  text-decoration: none;
}

.blog-pagination a.elipses{
  border: 0;
}

.blog-pagination a.active{
  color: #2E394A;
  pointer-events: none;
  cursor: default;
}

.blog-pagination a.next-link,
.blog-pagination a.prev-link{
  color: #ff6600;
  text-decoration: none;
}
.blog-pagination a.next-link:hover,
.blog-pagination a.prev-link:hover{}



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

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

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

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

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


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


/* =============== Global Form Styles =============== */
.body-container .hs-search-field__bar form,
.body-container .custom_error_message form,
.body-container .widget-type-form,
.body-container .widget-type-blog_subscribe,
.body-container .widget-type-google_search,
.body-container .widget-type-password_prompt.custom_error_message,
.body-container .widget-type-email_simple_subscription,
#comment-form {
  padding: 0px 20px;
  border: 1px solid #CED7E5;
  margin: 20px 0 40px;
}
.form-title{
  font-size: 30px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 10px 0;
  letter-spacing: -0.6px;
}
.custom-form{
  width:50% !important;
}
.hs-error-msgs{
  color: #f00;
  padding: 0;
  margin: 10px 0;
  list-style: none;
  font-weight: normal;
}
/* Form Field */
.hs-form-field {}

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

/* Labels and Legends */
label {}
.body-container .hs-form-field > label {
  display: block;
  color: #0F1B24;
  margin:0 0 15px;
}

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
  border: 2px solid #CED7E5;
  border-radius: 3px;
  font-size: 16px;
  width: 100%;
  color: #525D69;
  min-height: 50px;
  font-family: "Inter", sans-serif;
  font-weight:normal;
  margin:0 0 15px;
  padding:0 10px;
  outline:0;
}

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

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

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  background-color: #ff6600;
  color: #fff;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  padding: 12px 40px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight:normal;
  -webkit-transition: 0.3s background-color ease-in-out;
  transition: 0.3s background-color ease-in-out;
  margin:15px 0;
}

.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
  background-color: #0caffa;
}

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


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

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


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

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


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

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


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

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


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

.custom-sd-sharing h3.sd-title:before {
  content: "";
  display: block;
  width: 100%;
  min-width: 30px;
  border-top: 1px solid #ddd;
  margin-bottom: 1em;
}

.cm-social-share{
  display:none !important;
}

.blog .cm-social-share{
  display:block !important;
}

.custom-get-form-wrapper-inner .custom-sd-sharing {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  width: auto;
  float: none !important;
  margin: 20px auto 0 !important;
  padding: 0 15px;
}

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

.client-logos-section {
  display: block;
  width: 100%;
  background: #E8EDF1;
}

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


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

@media (max-width:1199px) {
  .container-fluid .row-fluid .page-center {
    max-width: 960px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding-left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 0 4.6px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 14px;
  }
  .custom-footer-bottom-globl p {
    margin: 0;
  }
  .custom-footer-bottom {
    padding: 20px;
  }
  .custom-footer-bottom-globl img {
    position: relative;
    top: -2px;
  }
}


@media (max-width:991px) {
    .custom-banner-inner{
        height: 30vh;
    }
  .container-fluid .row-fluid .page-center {
    max-width: 720px;
  }
  .custom-logo img {
    max-height: 40px;
  }
  .custom-logo {
    padding: 11px 0 8px;
    width: 100% !important;
    position: relative;
  }
  .custom-banner-area h1 {
    font-size:32px;
  } 

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

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 15px;           /* Position Button at right of screen */
    right: 14px;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding:0;
    background:transparent ; /* Background color */
    border: 0;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #fff;
    border-color: transparent;
  }

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

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -3px;
  }
  .mobile-open .mobile-trigger i{
    top:-4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
    background:#CED7E5;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 32px; /* Icon line width */
    height: 2px; /* Icon line height */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -7px; } /* Position top line */
  .mobile-trigger i:after{ top: 7px; } /* Position bottom line */

  .mobile-open .mobile-trigger i:before{
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top:0;
  }
  .mobile-open .mobile-trigger i:after{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top:0;
  }

  /* ===== 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-header-group .page-center {
    position: relative;
  }


  .custom-menu-primary.js-enabled{
    padding-top: 0;
    margin: 0 !important;
    width: calc(100% - 70px) !important;
    background-color: #2E394A;
    border-radius: 3px;
    -webkit-box-shadow: 1px 4px 18px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 4px 18px rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 20px;
    right: 20px;
    top: 80px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.001);
    transform: scale(0.001);
    margin: 0 auto !important;
  }
  .mobile-open .custom-menu-primary.js-enabled{
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out, 0.3s -webkit-transform ease-in-out;
    transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out, 0.3s -webkit-transform ease-in-out;
    transition: 0.3s transform ease-in-out, 0.3s opacity ease-in-out, 0.3s visibility ease-in-out;
    transition: 0.3s transform ease-in-out, 0.3s opacity ease-in-out, 0.3s visibility ease-in-out, 0.3s -webkit-transform ease-in-out;
  }

  /* Hide menu on mobile */
  .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: transparent;
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    display: block;
    padding: 15px 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    color: #fff;
    font-family: "Inter", sans-serif;
    line-height: 2;
    display: inline-block;
    font-size:16px;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    float: none !important;
    padding-bottom: 41px;
    margin: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child:before {
    content: "Schedule a demo to find out why tens of thousands of users trust Clearview Social.";
    display: block;
    border-top: 1px solid #92A2B9;
    margin: -15px 0 0px;
    padding: 20px 0 20px 0;
    color: #92A2B9;
    font-family: "Inter", sans-serif;
    font-weight: normal;
    line-height: 1.8;
    font-size: 16px;
  }
  .custom-banner-inner-contect {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .custom-footer-menu-group-global{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .hs-featured-image-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .post-header-listing {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .custom-author-date-tags {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    border-left: 0;
    padding: 20px 15px;
  }

  .custom-marketing-tips {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .custom-blog-email-form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hs-blog-post .blog-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
  }
  .custom-get-popup-form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: auto;
    float: none !important;
    margin: 0 auto !important;
    padding: 0 15px;
  }

  .custom-get-form-wrapper-inner .custom-sd-sharing {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}


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

@media (max-width: 767px) {
  .container-fluid .row-fluid .page-center {
    max-width: 540px;
  }
  .custom-banner-area h1 {
    font-size:24px;
  }  
  h1 {
    font-size:24px;
  }  
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  .custom-footer-bottom-globl {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: auto !important;
    margin: 0 !important;
    padding: 0 15px;
    text-align: center;
  }
  .custom-footer-bottom-globl img {
    top: 0;
    margin: 0 0 24px;
  }
  .custom-footer-menu-group {
    padding-top: 24px;
  }
  .custom-footer-menu-group-global {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 4px !important;
  }
  .custom-footer-menu-group-global h3{
    margin: 16px 0 10px 0;
  }
  .custom-form{
    width:100% !important;
  }
  .custom-categories ul li {
    font-size: 14px;
  }
  .custom-wr-re-content {
    margin: 0 0 40px !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }
  .custom-social-image {
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 !important;
  }
  .custom-social-image img{
    width:100%;
    max-width:200px;
  }
  .custom-demo-blog {
    padding: 40px 0;
  }
  .related-post-item {
    width: 50%;
  }
  .custom-related-wrapper {
    margin-right: 0;
  }
  .custom-get-form-wrapper-inner {
    height: 90vh;
    width: 90% !important;
  }
  .custom-form-titles h3 {
    font-size: 20px;
  }
  .hs-author-profile .hs-author-avatar {
    float: none;
    margin:0 0 15px;
  }
}

/* ===============Landing Page Styles ====================*/
.lead-magnet-section {
  background-color: #2E394A;
}
  
.hash-section {
  background-color: #F2F5F8;
  background-image: url('//4954141.fs1.hubspotusercontent-na1.net/hubfs/4954141/ClearViewSocial_November2018/Images/hash-reverse-background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  padding: 80px 0;
}

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

@media (max-width: 575px) {
    .custom-banner-inner{
        height: 25vh;
    }
  .container-fluid .row-fluid .page-center {
    max-width: 100%;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow: auto;
  }
  .related-post-item {
    width: 100%;
  }
  .subscribe-options label {
    margin-left: 0;
    margin-right: 0;
  }
  .body-container .hs-button.primary, 
  .body-container input[type="submit"], 
  .body-container input[type="button"] {
    padding: 12px 30px;
    white-space: normal;
  }
}

@media (max-width: 400px) {
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {

    max-width: 200px;
    overflow-x: auto !important;
  }
}
/*****CVS-DM-Schedule Demo Page****/
.page-center.custom-row-1, .page-center.custom-row-2, .page-center.custom-row-3, .page-center.custom-row-4 {
    margin-top: 50px !important;
}
.page-center.custom-row-1{
  margin-bottom: 50px !important;
}
.page-center.custom-row-1 h1, .page-center.custom-row-2 h1, .page-center.custom-row-3 h1, .page-center.custom-row-4 h1 {
    margin-top: 0;
    text-align: center;
    font-size: 30px;
    font-family: "Inter", sans-serif;
    color: #ff6600;
}
.page-center.custom-row-3 {
    margin-bottom: 70px !important;
}
.page-center.custom-row-3 h2 {
    margin-bottom: 50px;
}
.span12.widget-span.widget-type-cell.custom-row-2 {
    background: #ff6600;
    padding: 50px 10%;
    text-align: center;
}
.span12.widget-span.widget-type-cell.custom-row-2 h2, .span12.widget-span.widget-type-cell.custom-row-2 p{
  color: #fff;
}
.span5.widget-span.widget-type-widget_container.rich-right.demoForm {
    padding: 3% 5%;
    border: 2px solid #ff6600;
}
.span5.widget-span.widget-type-widget_container.rich-right.demoForm .scheduleDmoEmbedForm{
  margin-top: 30px;
}
body.hs-landing-page div.custom-header-group div.row-fluid-wrapper.row-number-3 div.row-fluid {
    display: flex;
    justify-content: center;
}
@media (max-width: 767px){
  .mobile-hidden{
    display: none !important;
  }
  div.custom-row-1.desktop-hidden .span7.widget-span.widget-type-widget_container.rich-right.demoForm {
      padding: 3% 5%;
      border: 2px solid #ff6600;
      margin-bottom: 30px;
  }
}
@media (min-width: 768px){
  .desktop-hidden{
    display: none !important;
  }
}
.custom-menu-primary .hs-menu-wrapper>ul li a {
    font-weight: 500;
    color: #2E394A;
    position: relative;
}
.custom-menu-primary .hs-menu-wrapper>ul li a:hover {
    color: #E72B81;
    /*border-bottom: 2px solid #E72B81;*/
}
.custom-menu-primary .hs-menu-wrapper>ul li ul.hs-menu-children-wrapper {
    box-shadow: 0px 3px 18px rgb(0 0 0 / 30%);
}
.custom-menu-primary .hs-menu-wrapper>ul li ul.hs-menu-children-wrapper li{
    line-height: 20px !important;
    padding: 10px 15px;
    display: flex;
}
.custom-menu-primary .hs-menu-wrapper a:hover::after {
    background-color: #e72b81;
    border-radius: 50px;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0px;
    position: absolute;
    width: 100%;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child a:hover::after{
  display: none;
}
@media (max-width: 768px) {
  .custom-menu-primary .hs-menu-wrapper>ul li a {
      color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul{
    background: none;
  }
}
a.hs-blog-post-listing__post-button{
  background-color: #ff6600!important;
}
a.hs-blog-post-listing__post-button: hover{
  color: #fff!important;
}
.custom-banner-center a:hover{
  color: #fff;
}
/***********Custom styles by Naqash*******/
@media only screen and (max-width: 991px) {
     .container-fluid .row-fluid .page-center {
         max-width: 100%;
    }
}
h3 {
     font-weight: 600;
     font-size: 22px;
     color: #FFFFFF!important;
     text-align: center;
     font-family: "Inter", sans-serif;
     padding-top: 30px;
}
h2, h3, h4, h5, h6 {
     font-family: "Inter", sans-serif;
     color: #FF6600;
     padding-bottom: 10px;
}
.span12.widget-span.widget-type-cell.header-section {
    max-width: 1200px;
}
.menu-right-section ul {
    float: right;
}
.menu-right-section ul li{
    padding-right: 25px;
}
.menu-right-section ul li a {
    color: #252728;
    padding: 12px 15px;
}
.menu-right-section ul li a:hover{
   color: #ff6600;
}
.menu-right-section ul.hs-menu-children-wrapper {
    background-color: #0F1B24;
    border-style: solid;
    border-width: 0;
    background-clip: border-box;
    border-color: #fff;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 2px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    text-align: left;
    min-width: 200px!important;
    box-shadow: 0px 4px 5px 1px rgba(29,39,101,0.68);
}
.menu-right-section ul li:last-child {
    background: #25cc14;
    color: #ffffff;
    padding-right: 0;
    margin-left: 80px;
}
.menu-right-section ul.hs-menu-children-wrapper li:last-child {
    background: #112331;
}
.menu-right-section ul li:last-child a{
  color: #fff;
}
.menu-right-section ul.hs-menu-children-wrapper li:last-child{
    margin-left: 0px;
}
.menu-right-section ul.hs-menu-children-wrapper li:last-child a {
    color: #fff;
}
  .span12.widget-span.widget-type-cell.footer-section {
    background-image: url(https://20899921.fs1.hubspotusercontent-na1.net/hubfs/20899921/black-bg-footer.svg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding-top: 150px !important;
    padding-bottom: 30px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
 .footer-section .row-fluid-wrapper.row-depth-1.row-number-3{
    max-width: 1222px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both;
    display: block;
    width: 100%;
}
  .footer-section h4 {
    color: #FF6600;
    font-size: 18px;
    font-weight: 600;
}
  .footer-section ul {
    list-style: none;
    padding: 0;
}
  .footer-section ul a {
    background: none!important;
    padding: 5px 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}
  .footer-section a:hover {
    color: #FF6600!important;
}
@media screen and (max-width: 800px) {
  .menu-right-section{
    display: none !important;
  }
}
.testimonial-div p{
     font-family: "Inter", sans-serif;
     font-size: 16px;
     height: 150px;
     line-height: 1.5em;
}
 .testimonial-div {
     padding-bottom: 50px !important;
}
 .test-block {
     padding: 20px;
     height: 310px;
     box-shadow: 2px 5px 30px #e0dbdb;
}
 @media only screen and (max-width: 1125px){
     .test-block {
         height: 330px;
    }
     .testimonial-div p {
         height: 180px;
         font-size: 15px;
    }
}
 @media only screen and (max-width: 945px){
     .testimonial-div p {
         height: 200px;
    }
     .test-block {
         height: 350px;
    }
     .test-block{
         width: 100% !important;
         height: unset;
         margin: 10px 0px !important;
    }
     .testimonial-div p {
         height: unset;
    }
}
 @media only screen and (max-width: 768px){
     .h1-title, .testi-title h1 {
         font-size: 35px;
    }
    div#hs_cos_wrapper_module_1680600055938220 {
      text-align: center;
    }
     div#hs_cos_wrapper_module_1680600055938220 img{
          max-width: 50% !important;
     }
     .icontxt-block-icon{
      text-align: center;
     }
     .icontxt-block-description {
    text-align: center;
}
     .icontxt-block-icon img {
      max-width: 10% !important;
  }
}
 @media only screen and (max-width: 600px){
     .h1-title, .testi-title h1 {
         font-size: 28px;
    }
}
.testimonail-block {
    display: flex;
    align-items: center;
    font-family: "Inter", sans-serif;
}
.pp-testimonials-image img {
    width: 100px;
    height: 100px;
}
.pp-title-wrapper h3, .pp-title-wrapper h4 {
    margin: 5px 0px !important;
    color: #555e63 !important;
    font-size: 17px;
    text-align: left;
    font-weight: 700;
    padding-bottom: 0;
    padding-top: 0;
}
h2.headingH2 {
    color: #333;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 44px;
}
.testi-title {
    margin-bottom: 20px;
}
a.scheduleDemoBtn:hover, a.scheduleDemoBtntY:hover {
    border-color: #25cc14;
    background: #ffffff;
    color: #25CC14;
}
input.hs-button.primary.large {
    text-transform: uppercase;
}
a.scheduleDemoBtntY{
    color: #fff;
    border: 1px solid #25cc14;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: inline-block;
    line-height: 18px;
    padding: 20px 50px !important;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    background: #25cc14;
    font-size: 25px;
    border-radius: 0px !important;
}
.custom-banner-inner {
    height: 50vh !important;
    height: 50vh !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .custom-banner-inner {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
     .custom-banner-area {
    padding: 0px;
}
.custom-banner-center a {
    display: none;
}
.text-white
  {
    color: #fff !important;
  }
  #hs_cos_wrapper_widget_1669198085596 img, #hs_cos_wrapper_widget_1669198217582 img {
    border-radius: 100%;
}
  div#hs_cos_wrapper_module_1518121507361229 h3#hs_cos_wrapper_module_1518121507361229_title {
    font-family: "Inter", sans-serif;
    color: #2d3079!important;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px !important;
    padding: 0px;
}
 .hs_submit.hs-submit {
    display: flex;
    justify-content: center;
}
span#hs_cos_wrapper_module_1681051485654_ img {
    border-radius: 100%;
}
/*****************Landing Pages PPC CSS************************/
.span12.widget-span.widget-type-cell.page-center.content-wrapper.demoSection {
    -webkit-box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.75);
    -o-box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px -4px rgba(0,0,0,0.75);
    padding-top: 80px;
    padding-bottom: 80px;
    margin-right: 10%;
    margin-left: 10%;
    box-sizing: border-box;
    margin-top: 50px;
    margin-bottom: 50px;

    text-align: center;
}
.demoSection h2 {
    font-size: calc(16px + 2vw);
    line-height: 1.2;
    letter-spacing: -2px;
    text-align: center;
    text-transform: capitalize;
}
.demoSection a, .alternate-section-1 a, .alternate-section-2 a, .section-with-top-heading-2-columns a, div#hs_cos_wrapper_module_1518121502727228 a, span#hs_cos_wrapper_widget_1681207136524_ a, span#hs_cos_wrapper_module_16812072912133_ a, span#hs_cos_wrapper_module_16812073192057_ a, span#hs_cos_wrapper_module_16812073995577_ a, span#hs_cos_wrapper_module_16812073844187_ a, span#hs_cos_wrapper_module_16812137777236_ a, span#hs_cos_wrapper_module_16812074586527_ a, div#hs_cos_wrapper_module_16812074673337 a, span#hs_cos_wrapper_module_16812074222647_ a { 
    background: #25cc14;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    line-height: 18px;
    padding: 12px 24px;
    text-decoration: none;
    color: #fff;
    border: 1px solid #1b940f;
    display: inline-block;
    font-weight: 700;
}
.demoSection a:hover, .alternate-section-1 a:hover, .alternate-section-2 a:hover, .section-with-top-heading-2-columns a:hover, div#hs_cos_wrapper_module_1518121502727228 a:hover, span#hs_cos_wrapper_widget_1681207136524_ a:hover, span#hs_cos_wrapper_module_16812072912133_ a:hover, span#hs_cos_wrapper_module_16812073192057_ a:hover, span#hs_cos_wrapper_module_16812073995577_ a:hover, span#hs_cos_wrapper_module_16812073844187_ a:hover, span#hs_cos_wrapper_module_16812137777236_ a:hover, span#hs_cos_wrapper_module_16812074586527_ a:hover, div#hs_cos_wrapper_module_16812074673337 a:hover, span#hs_cos_wrapper_module_16812074222647_ a:hover {
    background: #fff;
    border: 1px solid #25cc14;
    color: #25cc14;
}
.span12.widget-span.widget-type-cell.page-center.content-wrapper.faq-section h2 {
    font-size: 55px;
    line-height: 1.2;
    letter-spacing: -3px;
    text-align: center;
    text-transform: none;
    color: #333;
}
.span12.widget-span.widget-type-cell.page-center.content-wrapper.faq-section {
    margin-top: 150px;
    margin-bottom: 50px;
}
.span12.widget-span.widget-type-cell.alternate-section-1 {
    margin-top: 80px;
}
.alternate-section-1 h2 {
    font-size: calc(16px + 1.75vw);
    line-height: 1.2;
    letter-spacing: -3px;
    text-align: left;
    text-transform: none;
}
.span12.widget-span.widget-type-cell.section-blue-with-top-heading-2-columns {
    background-color: #1d2765;
    padding-top: 90px;
    padding-bottom: 50px;
    margin-top: 50px;
}
.section-blue-with-top-heading-2-columns h2 {
    font-size: calc(16px + 2.5vw);
    line-height: 1.5em;
    letter-spacing: -3.33px;
    text-align: center;
    text-shadow: 0px 0px 2px rgba(29,39,101,0.68);
    color: #fff;
}
.section-blue-with-top-heading-2-columns p {
    color: #fff;
    font-weight: 300;
    font-size: calc(16px + 0.35vw);
}
.alternate-section-1 img.hs-image-widget, .alternate-section-2 img.hs-image-widget {
    border-top-left-radius: 55px;
    border-bottom-right-radius: 55px;
    display: inline;
    height: auto;
    max-width: 100%;
}
.alternate-section-2 .span6.widget-span.widget-type-cell.sidebar.right, .alternate-section-1 .span6.widget-span.widget-type-cell.sidebar.right{
  margin-left: 0px;
}
.alternate-section-2 .span6.widget-span.widget-type-cell.sidebar.right {
    padding-left: 35px;
}
.alternate-section-1 .span6.widget-span.widget-type-cell.main-content, .alternate-section-2 .span6.widget-span.widget-type-cell.sidebar {
    padding-top: 70px;
}
.span12.widget-span.widget-type-cell.section-with-top-heading-2-columns {
    margin-top: 100px;
    margin-bottom: 100px;
}
.span12.widget-span.widget-type-cell.section-with-top-heading-2-columns h2 {
    font-size: calc(16px + 2vw);
    line-height: 1.2;
    letter-spacing: -2px;
    text-align: center;
    text-transform: none;
    color: #333;
    margin-bottom: 0;
}
.span12.widget-span.widget-type-cell.section-with-top-heading-2-columns p {
    font-weight: 400;
    font-size: calc(16px + 0.35vw);
    text-shadow: 0px 0px 0px #555e63;
    margin-top: 0;
}
.span12.widget-span.widget-type-cell.section-with-top-heading-2-columns img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0px 0px 8px -2px rgba(0,0,0,0.75);
}
.wv-to-orange {
    color: #FF6600!important;
    transition: all 0.2s linear 0s;
}
.section-with-top-heading-2-columns .row-fluid-wrapper.row-depth-1.row-number-7 {
    margin-top: 50px;
}
.featuresList h3 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 25px;
    padding: 0 !important;
    margin: 0 !important;
    color: #333 !important;
    text-align: left;
}
.featuresList .leftIcon {
    width: 10%;
    float: left;
    flex: 1 1 auto;
}
.featuresList .leftIcon img {
    border: 0px !important;
    box-shadow: none !important;
}
.featuresList .rightIcon {
    flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.featuresList .rightIcon p {
    font-weight: normal !important;
    font-size: 18px !important;
    padding: 10px 0;
}
.integration-section p {
    font-weight: 400;
    font-size: calc(16px + 1vw);
    text-shadow: 0px 0px 0px #555e63;
    color: #5b5b5b;
}
.span12.widget-span.widget-type-cell.integration-section {
    margin-top: 30px;
}
.imageBadgeFit img {
    width: 131px;
    display: inline;
    vertical-align: middle;
    border-style: none;
    margin-right: 25px;
}
@media only screen and (max-width: 768px){
    .span12.widget-span.widget-type-cell.page-center.content-wrapper.dnd-column .span7.widget-span.widget-type-cell.main-content.dnd-column h3 {
      font-size: 36px !important;
  }
  .span12.widget-span.widget-type-cell.page-center.content-wrapper.dnd-column .span7.widget-span.widget-type-cell.main-content.dnd-column h4 {
      font-size: 22px !important;
      margin-bottom: 0px !important;
  }
  .testimonial-div h2 {
      font-size: 27px !important;
      line-height: 40px;
  }
  .section-blue-with-top-heading-2-columns h2{
    letter-spacing: 0.67px;
  }
  .alternate-section-1 h2{
    letter-spacing: 0px;
  }
  .alternate-section-1 .span6.widget-span.widget-type-cell.main-content{
    padding-top: 0px;
  }
  .alternate-section-1 img.hs-image-widget {
    margin-bottom: 30px;
  }
  .span12.widget-span.widget-type-cell.page-center.content-wrapper.faq-section{
      margin-top: 20px;
      margin-bottom: 20px;
  }
  .span12.widget-span.widget-type-cell.page-center.content-wrapper.faq-section h2{
    font-size: 35px;
  }
  .section-with-top-heading-2-columns .sidebar.right {
    margin-top: 25px;
  }
  ul.accordion-list li h3{
    font-size: 18px;
  }
  ul.accordion-list li div.answer p{
    font-size: 16px;
  }
}
.span12.widget-span.widget-type-cell.comparison-section {
    margin-top: 100px;
    text-align: center;
}
.span12.widget-span.widget-type-cell.comparison-section h2 {
    font-size: calc(16px + 2vw);
    line-height: 1.2;
    letter-spacing: -2px;
    text-align: center;
    text-transform: none;
    color: #333;
}
.span12.widget-span.widget-type-cell.comparison-section p {
    font-weight: 400;
    font-size: calc(16px + 0.25vw);
    text-align: center;
    text-shadow: 0px 0px 0px #555e63;
    color: #000000;
}
div#hs_cos_wrapper_widget_1681205625524 img, span#hs_cos_wrapper_widget_1681207101734_ img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  /*box-shadow: 0px 20px 40px 0px rgba(21,87,150,0.39);*/
}
/**********Dynamic Landing Page template****************/
.row-fluid-wrapper.row-depth-1.row-number-8.dnd-section.body_section-row-2-max-width-section-centering .span4.widget-span.widget-type-cell.dnd-column {
    border-style: solid;
    border-width: 0;
    background-clip: border-box;
    border-color: #b8bac4;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-left: 20px;
    padding-right: 20px;
    height: 320px;
}
span#hs_cos_wrapper_widget_1681206727962_ h2, span#hs_cos_wrapper_widget_1681207136524_ h2, span#hs_cos_wrapper_module_16812072912133_ h2, span#hs_cos_wrapper_module_16812073192057_ h2, span#hs_cos_wrapper_module_16812073995577_ h2, span#hs_cos_wrapper_module_16812073844187_ h2, div#hs_cos_wrapper_module_16812074492397 h2, span#hs_cos_wrapper_module_16812074586527_ h2, span#hs_cos_wrapper_module_16812074673337_ h2, span#hs_cos_wrapper_module_16812074222647_ h2, span#hs_cos_wrapper_module_16812075044367_ h2, span#hs_cos_wrapper_widget_1681207491226_ h2, span#hs_cos_wrapper_module_16812073324486_ h2, span#hs_cos_wrapper_module_16812137777236_ h2{
    font-size: calc(16px + 2vw);
    line-height: 1.2;
    letter-spacing: -2px;
    text-align: center;
    text-transform: none;
    color: #333;
    margin-bottom: 0;
}
span#hs_cos_wrapper_widget_1681206727962_ p {
    color: #000000;
    font-size: 18px;
    padding: 0 100px;
}
.row-fluid-wrapper.row-depth-1.row-number-17.body_section-row-5-max-width-section-centering.dnd-section .span4.widget-span.widget-type-cell.dnd-column {
    border-style: solid;
    border-width: 0;
    background-clip: border-box;
    border-color: #b8bac4;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
}
span#hs_cos_wrapper_widget_1681207005985_ fieldset {
    max-width: 100% !important;
}
@media only screen and (max-width: 575px) {
     span#hs_cos_wrapper_widget_1681207005985_ .form-res {
        width: 100% !important;
        margin: 0px 0px !important;
        padding: 20px;
    }
}
span#hs_cos_wrapper_widget_1681207005985_ .hs_error_rollup {
    display: none;
}
span#hs_cos_wrapper_widget_1681207005985_ .grecaptcha-badge {
  
    box-shadow: none !important;
    display: flex;
    justify-content: center;
     margin: 30px auto;
}
span#hs_cos_wrapper_widget_1681207005985_  div.hbspt-form form.hs-form div.hs-form-field ul.inputs-list{
    padding: 0px !important;
    list-style: none;
}
span#hs_cos_wrapper_widget_1681207005985_ div.hbspt-form form.hs-form div.hs-form-field ul.inputs-list label {
    float: none;
    width: auto;
    padding: 0;
    line-height: 18px;
    white-space: normal;
    font-weight: normal;
}
span#hs_cos_wrapper_widget_1681207005985_ div.hbspt-form form.hs-form div.hs-form-field ul.hs-error-msgs label {
    color: #f2545b !important;
}
span#hs_cos_wrapper_widget_1681207005985_ div.hbspt-form form.hs-form div.hs-form-field label{
    color: #33475b !important;
    font-size: 14px;
}
span#hs_cos_wrapper_widget_1681207005985_ div.hbspt-form form.hs-form div.hs-form-field input, span#hs_cos_wrapper_widget_1681207005985_  div.hbspt-form form.hs-form div.hs-form-field select{
    height: 40px;
    border-radius: 3px;
    border: 1px solid #cbd6e2;
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    letter-spacing: normal;
    padding-left: 15px;
    caret-color: #808080;
    margin-bottom: 10px;
    background-color: #f5f8fa;
    padding: 9px 10px;
    width: 100%;
    max-width: 100%;
}
span#hs_cos_wrapper_widget_1681207005985_ div.hbspt-form form.hs-form div.hs-form-field input[type=checkbox] {
    width: auto;
    margin: 3px 5px 3px 0px;
    height: auto;
    padding: 0;
}
span#hs_cos_wrapper_widget_1681207005985_ form.hs-form div.hs-form-field select{
    margin-bottom: 30px !important;
}
span#hs_cos_wrapper_widget_1681207005985_ div.hbspt-form form.hs-form div.hs-form-field input.hs-input.invalid.error{
    border: solid 1px #f2545b;
}
span#hs_cos_wrapper_widget_1681207005985_ div.hs_submit div.actions{
    text-align: center;
}
span#hs_cos_wrapper_widget_1681207005985_ div.hbspt-form form.hs-form div.hs_submit input[type="submit"]{
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 56px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 12%);
    background-color: #25cc14;
    font-size: 16px;
    font-weight: 600;
    line-height: 46px;
    color: #ffffff;
    border: none;
    padding: 0 49px;
    margin-bottom: 17px;
}
span#hs_cos_wrapper_widget_1681207005985_ legend.hs-field-desc {
    font-family: "Inter", sans-serif;
    color: #7C98B6;
    font-size: 11px;
}
span#hs_cos_wrapper_widget_1681207005985_ .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    margin-bottom: 25px;
}
body.hs-content-id-110503961859 .span12.widget-span.widget-type-cell.page-center.content-wrapper.faq-section, body.hs-content-id-110514205286 .span12.widget-span.widget-type-cell.page-center.content-wrapper.faq-section, body.hs-content-id-110519056509 .span12.widget-span.widget-type-cell.page-center.content-wrapper.faq-section, body.hs-content-id-110522062929 .span12.widget-span.widget-type-cell.page-center.content-wrapper.faq-section{
    display: none !important;
}
body.hs-content-id-110519056509 .row-fluid-wrapper.row-depth-1.row-number-8.dnd-section.body_section-row-2-max-width-section-centering .span4.widget-span.widget-type-cell.dnd-column {
    height: auto !important;
    padding: 20px;
}
/******************Guides/Webinars Template Mid 2024*************/
.footer-reskin-mid-2024 a{
  font-family: 'Roboto', sans-serif;
}
.header-container-wrapper{
  background: #112331;
  position:sticky !important;
  top:0px;
  z-index:2;
}
div.header-reskin-mid-2024 ul li a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.wv-to-orange {
    color: #FF6600 !important;
    transition: all 0.2s linear 0s;
}
.span12.widget-span.widget-type-custom_widget.footer-reskin-mid-2024 ul li {
    color: #fff;
    font-size: 16px;
    line-height: 1.6em;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: normal;
}
div.footer-reskin-mid-2024 div#hs_cos_wrapper_widget_1680596125576189 a img {
    width: 50px;
    height: 50px;
}
div.footer-reskin-mid-2024 div#hs_cos_wrapper_widget_1680596125576189 a img.hs-image-widget {
    width: 100% !important;
}
.span3.widget-span.widget-type-widget_container:nth-child(1) {
    width: 32%;
    padding-right: 50px;
}
.span3.widget-span.widget-type-widget_container:nth-child(4) {
    width: 12%;
}
.span7.widget-span.widget-type-cell.cell_16810261989243-padding.dnd-column .row-fluid-wrapper.row-depth-1.row-number-9.dnd-row, .span7.widget-span.widget-type-cell.cell_16810261989243-padding.dnd-column .row-fluid-wrapper.row-depth-1.row-number-10.dnd-row, .span7.widget-span.widget-type-cell.cell_16810261989243-padding.dnd-column .row-fluid-wrapper.row-depth-1.row-number-11.dnd-row, .span7.widget-span.widget-type-cell.cell_16810261989243-padding.dnd-column .row-fluid-wrapper.row-depth-1.row-number-12.dnd-row, .span7.widget-span.widget-type-cell.cell_16810261989243-padding.dnd-column .row-fluid-wrapper.row-depth-1.row-number-13.dnd-row {
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 5px 20px #e7e5e5;
}
a.scheduleDemoBtn{
    color: #fff;
    border: 1px solid #25cc14;
    display: inline-block;
    line-height: 18px;
    padding: 12px 24px;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    background: #25cc14;
    margin-top: 30px;
}
.span12.widget-span.widget-type-cell.page-center.content-wrapper.testimonial-div {
    margin-bottom: 100px;
}
/****************************webinars dates and time row**************************************/
.row-fluid-wrapper.row-depth-1.row-number-1.body_section-row-0-padding.body_section-row-0-background-color.body_section-row-0-max-width-section-centering.dnd-section .icontxt-block-icon {
    flex: 1 1 20%;
    max-width: 20%;
    width: 100%;
}
.row-fluid-wrapper.row-depth-1.row-number-1.body_section-row-0-padding.body_section-row-0-background-color.body_section-row-0-max-width-section-centering.dnd-section .icontxt-block-description {
    flex: 1 1 80%;
    max-width: 80%;
    width: 100%;
}
/****************************webinars form**************************************/
.span5.widget-span.widget-type-cell.sidebar.right.dnd-column .custom_heading_freetrial h2{
    font-size: 28px;
    padding: 15px 50px;
    color: #f60;
    text-align: center;
}
.span5.widget-span.widget-type-cell.sidebar.right.dnd-column .hs_error_rollup {
    display: none;
}
.span5.widget-span.widget-type-cell.sidebar.right.dnd-column div.hbspt-form form.hs-form div.hs-form-field ul.inputs-list{
    padding: 0px !important;
    list-style: none;
}
.span5.widget-span.widget-type-cell.sidebar.right.dnd-column div.hbspt-form form.hs-form div.hs-form-field ul.inputs-list label {
    float: none;
    width: auto;
    padding: 0;
    line-height: 18px;
    white-space: normal;
    font-weight: normal;
}
.span5.widget-span.widget-type-cell.sidebar.right.dnd-column div.hbspt-form form.hs-form div.hs-form-field ul.hs-error-msgs label {
    color: #f2545b !important;
}
.span5.widget-span.widget-type-cell.sidebar.right.dnd-column div.hbspt-form form.hs-form div.hs-form-field label{
    color: #000 !important;
    font-size: 14px;
}
.span5.widget-span.widget-type-cell.sidebar.right.dnd-column div.hbspt-form form.hs-form legend.hs-field-desc{
    color: #000;
}
.span5.widget-span.widget-type-cell.sidebar.right.dnd-column div.hbspt-form form.hs-form div.hs-form-field input, .span5.widget-span.widget-type-cell.sidebar.right.dnd-column div.hbspt-form form.hs-form div.hs-form-field select{
    height: 40px;
    border-radius: 3px;
    border: 1px solid #cbd6e2;
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    letter-spacing: normal;
    padding-left: 15px;
    caret-color: #808080;
    margin-bottom: 10px;
    background-color: #f5f8fa;
    padding: 9px 10px;
    width: 100%;
    max-width: 100%;
}
.span5.widget-span.widget-type-cell.sidebar.right.dnd-column div.hbspt-form form.hs-form div.hs-form-field input[type=checkbox] {
    width: auto;
    margin: 3px 5px 3px 0px;
    height: auto;
    padding: 0;
}
.span5.widget-span.widget-type-cell.sidebar.right.dnd-column form.hs-form div.hs-form-field select{
    margin-bottom: 30px !important;
}
.span5.widget-span.widget-type-cell.sidebar.right.dnd-column div.hbspt-form form.hs-form div.hs-form-field input.hs-input.invalid.error{
    border: solid 1px #f2545b;
}
.span5.widget-span.widget-type-cell.sidebar.right.dnd-column div.hs_submit div.actions{
    text-align: center;
}
.span5.widget-span.widget-type-cell.sidebar.right.dnd-column div.hbspt-form form.hs-form div.hs_submit input[type="submit"]{
    text-transform: uppercase;
    cursor: pointer;
    background-color: #25cc14;
    font-size: 16px;
    font-weight: 500;
    line-height: 46px;
    color: #ffffff;
    border: none;
    padding: 0 49px;
    margin-bottom: 25px;
    font-weight: bold;
}
.span5.widget-span.widget-type-cell.sidebar.right.dnd-column legend.hs-field-desc {
    font-family: "Inter", sans-serif;
    color: #7C98B6;
    font-size: 11px;
}
.span5.widget-span.widget-type-cell.sidebar.right.dnd-column .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    margin-bottom: 25px;
}
.span5.widget-span.widget-type-cell.sidebar.right.dnd-column .scheduleDmoEmbedForm{
    margin:0 auto;
    width: 85%;
}
.span5.widget-span.widget-type-cell.sidebar.right.dnd-column .custom_heading_freetrial{
  margin-top: 20px;
  margin-bottom: 50px;
}
span#hs_cos_wrapper_widget_1717499490347_ img {
    border-radius: 100%;
}
a.scheduleDemoBtntY.schedule-button-ty {
    background: rgba(255, 255, 255, 0) !important;
    color: #25cc13 !important;
    border: 3px solid #25cc13 !important;
    padding: 18px 50px !important;
    margin-left: 10px;
}
/********Guides/Webinars Template Mid 2024 Responsiveness***************/
@media only screen and (max-width: 945px){
  .span12.widget-span.widget-type-cell.page-center.content-wrapper.testimonial-div {
      margin-left: 20px;
      margin-right: 20px;
  }
  .span12.widget-span.widget-type-cell.footer-4-column.page-center.content-wrapper .span3.widget-span.widget-type-widget_container{
    width: 100%;
  }
  .span12.widget-span.widget-type-cell.footer-section {
      background-position: center center !important;
  }
  .row-fluid-wrapper.row-depth-1.row-number-1.body_section-row-0-padding.body_section-row-0-background-color.body_section-row-0-max-width-section-centering.dnd-section .icontxt-block-icon, .row-fluid-wrapper.row-depth-1.row-number-1.body_section-row-0-padding.body_section-row-0-background-color.body_section-row-0-max-width-section-centering.dnd-section .icontxt-block-description{
    flex: 1 1 100%;
      max-width: 100%;
      width: 100%;
  }
}