/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

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

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

@import url(//fonts.googleapis.com/css?family=Lato:300,400,700);

@import url(//553582.fs1.hubspotusercontent-na1.net/hubfs/553582/Gate_keeper_September2017_Theme/fonts/gk-icon.css);
@font-face {
  font-family: "gk-icons-font";
  font-style: normal;
  font-weight: normal;
  src: url("//553582.fs1.hubspotusercontent-na1.net/hubfs/553582/Gate_keeper_September2017_Theme/fonts/gk-icon-font/fontello.eot"),
    url("//553582.fs1.hubspotusercontent-na1.net/hubfs/553582/Gate_keeper_September2017_Theme/fonts/gk-icon-font/fontello.woff") format("woff"),
    url("//553582.fs1.hubspotusercontent-na1.net/hubfs/553582/Gate_keeper_September2017_Theme/fonts/gk-icon-font/fontello.ttf") format("truetype")	
}


/* 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,
.hs-form input[type="text"],
.hs-form input[type="password"],
.hs-form input[type="datetime"],
.hs-form input[type="datetime-local"],
.hs-form input[type="date"],
.hs-form input[type="month"],
.hs-form input[type="time"],
.hs-form input[type="week"],
.hs-form input[type="number"],
.hs-form input[type="email"],
.hs-form input[type="url"],
.hs-form input[type="search"],
.hs-form input[type="tel"],
.hs-form 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; }


.wistia_embed form label span {
    margin-bottom:0 !important;
}


/* ==========================================================================
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;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #959595;
  -webkit-font-smoothing: antialiased;
}

.image-center .hs_cos_wrapper_type_linked_image {
  text-align:center;
  display:block;
}

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

/* 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-family: "Lato", sans-serif;
  font-weight: 300;
  margin-top: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 42px;
  line-height: 52px;
  color: #362f2d;
  margin-bottom: 5px;
}
h2 {
  font-size: 38px;
  line-height: 1em;
  color: #2c2e2f;
  text-transform: uppercase;
  margin-bottom: 10px;

}
h3 {
  font-size: 32px;
  line-height: 48px;
  color: #363636;
  font-weight: 300;
  margin:0 0 30px;
}
h4 {
  font-size: 22px;
  line-height: 36px;
  font-weight: 400;
  color: #f58030;
  text-transform: uppercase;
}
h5 {
  font-size: 20px;
  line-height: 30px;
  color: #2e2f2c;
  font-weight: 600;
  margin-top: 10px;
}
h6 {
  font-size: 16px;
  line-height: 20px;
  color: #2c2e2f;
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: uppercase;
}

/* Anchor Links */
a { 
  color: #f58030;
  -webkit-transition: 150ms;
  transition: 150ms;
  text-decoration: none;
  outline: none;
}
a:hover, a:focus { color: #e15e04;}

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

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

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


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

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

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

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


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


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

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

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


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

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

.custom-header {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  padding: 25px 0 17px;
  background: #eeeeee;
  border-bottom: 1px solid #cccccc;
  -webkit-transition: 250ms;
  transition: 250ms;
  border-width: 0 0 1px;
}

.custom-header-logo-wrapper {
  margin-top: -7px;
  margin-bottom: 7px;
  -webkit-transition: 250ms;
  transition: 250ms;
}

.scroll-body .custom-header {
  padding: 15px 0 16px;
}
.scroll-body .custom-header-logo-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
.scroll-body .custom-header-logo-wrapper .desktop-logo {
  display: none;
}

.scroll-body .custom-header-logo-wrapper .mobile-logo.mobile-view {
  display: block !important;
}

.mobile-logo.mobile-view img {
  width: 44.2px;
}


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

.body-container-wrapper {
  padding-top: 88px;
}
.body-container {}

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

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}
.custom-customer-row3 .pad25 {padding-top: 25px !important;}


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

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

.custom-footer {
  padding: 16px 0 15px;
  background: #ececec;
  text-align: center;
}

.custom-footer-copyright p {
  margin: 20px 0 0;
}
.custom-footer-row1 .col {
  width: auto !important;
  display: inline-block !important;
  margin-left: 0 !important;
}

.custom-footer-row1 .content-col.col {
  float: none !important;
  padding-top: 10px;
}

.custom-footer-row1 .logo-col2.col {
  float: right !important;
}





.custom-footer-row1 .content-col.col ul {
  margin: 0;
  padding: 0 0 0 0px;
  list-style: none;
}

.custom-footer-row1 .content-col.col ul li {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #959595;
  line-height: 100%;
  display: inline-block;
  vertical-align: top;
}

.custom-footer-row1 .content-col.col ul li a {
  color: #959595;
}

.custom-footer-row1 .content-col.col ul li a:hover {
  color: #f58030;
}

.custom-footer-row1 .content-col.col ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.custom-footer-row1 .content-col.col img {
  margin-bottom: 25px;
  width: 34.6px;
}

.custom-footer-menu ul {
  margin: 0 0 9px;
  list-style: none;
}
.custom-footer-menu ul li {
  display: inline-block;
  padding-right: 20px;
  vertical-align: top;
}
.custom-footer-menu ul li a{
  color: #959595;
  text-transform: uppercase;
}

.custom-footer-menu ul li a:hover{
  color: #f58030;
}


.custom-footer-menu ul li:last-child {
  padding-right: 0;
}
.custom-footer-menu ul li:last-child a {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  padding: 2px 12px 2px;
  background: transparent;
  border: 1px solid #f58030;
  border-radius: 25px;
  line-height: 20px;
  text-transform: uppercase;
  background: #f58030;
  color:#fff;
}

.custom-footer-menu ul li:last-child a:hover {
  background:none;
  color:#f58030;
}

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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  margin-top: 6px !important;
  float: right;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  padding:4px 15px;
  color: #2e2f2c;
  line-height: 20px;

  text-transform: uppercase;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color: #f58030;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a{
  color: #f58030;
  border-radius: 25px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  padding: 2px 12px;
  background: transparent;
  border: 1px solid #f58030;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover{
  background: #f58030;
  color: #ffffff;
}

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




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


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

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

@media (max-width: 767px){

  /* 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: 0px;           /* Position Button at right of screen */
    right: 0px;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    margin-top: 5px;
    -webkit-transition: 150ms;
    transition: 150ms;
    position: relative;
    float: right;
    margin: 6px 1px -1px 0px;
  }
  .mobile-trigger i {
    color: #f58030;
    font-size: 28px;
  }
  .gk-icon-menu:before {
    content: '\e802';
  }

  /* ===== 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 .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0px; /* Makes room for button */
    margin: 0;
    width:100% !important;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0 -15px;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul {
    float: right;
    margin: 21px 0 0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    margin-bottom: 5px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    padding: 4px 5px !important;
    line-height: 20px;
    color: #2e2f2c;
  }
  .custom-menu-primary .hs-menu-wrapper > ul >li:last-child {
    padding: 0 15px;
    margin-bottom: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    padding: 4px 5px !important;
    display: inline-block;
  }

  /* Level 1 and Higher Menu List Styles */

  .custom-menu-primary .hs-menu-wrapper >  ul li a{

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

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

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

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




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

.blog-listing-wrapper .post-listing .post-item {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 15px;
}

.post-header h2{
  margin: 10px 0 0;
}

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

#hs_cos_wrapper_blog_subscription_title{}

#comment-form h4{}

#hubspot-topic_data{
  color: #888888;
  font-weight:700;
  margin: 4px 0;
}
#hubspot-author_data{
  margin: 0 0 10px;
}
.hs-form .input ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hs-form .input ul li{
  padding: 0 !important;
}
.custom_listing_comments {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 10px 0;
}
.more-link{
  display: inline-block;
  padding-top: 20px;
}
.hs-blog-social-share{
  height: auto;
}

.blog-pagination .previous-posts-link {
  display: block;
}
.blog-pagination .all-posts-link {
  display: block;
}
.blog-pagination .next-posts-link {
  display: block;
}

.blog-sidebar .cell-wrapper{
  margin-bottom: 25px;
}

#comment-form{
  padding:30px 0;
  margin:15px 0;
}

#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}

#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

.hs-blog-social-share {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 10px;
  padding: 10px 0 0;
}

ul.list-unstyled li.active {
  display: none;
}

/* -------------- Default Code for comment ------------ */

#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
#comments-listing.no-comments{
  border:none;
  margin:0;
  padding:0;
}

.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  display: block;

  padding: 0;
}

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

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

.comment-date {

  display: block !important;
  text-align: left;
}

/* -------------------- Ends ----------- */

/* -------------- Default Code for Author Bio ------------ */

#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}

#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

.hs-blog-social-share {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 10px;
  padding: 10px 0 0;
}

/* -------------------- Ends ----------- */
/* =============== General Blog Styles =============== */

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

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

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

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


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

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

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

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

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

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

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

/* Blog Commments */
#comments-listing {
  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: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

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

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


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

.blog .blog-sidebar {}

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


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

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 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 =============== */

/* Form Field */
.widget-type-custom_widget .hs-form-field {
  margin:0 !important; 
}

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

/* Labels and Legends */
label {}
.widget-type-custom_widget .hs-form-field > label {
  text-align:center !important;
  font-family: "Open Sans",sans-serif !important;
  font-size: 14px !important;
  line-height: 24px !important;
  color: #959595 !important;
  font-weight:normal !important;
  -webkit-font-smoothing: antialiased !important;
}
.widget-type-custom_widget .hs_rfp_documentation_please_upload label {
  text-align:left !important;
}
.free-demo-form .hs-form-field > label, .gk-form-container .hs-form-field > label {
  text-align:left !important;
}


/* One Line Inputs */
.hs-form input[type="text"],
.hs-form input[type="password"], 
.hs-form input[type="datetime"], 
.hs-form input[type="datetime-local"], 
.hs-form input[type="date"], 
.hs-form input[type="month"], 
.hs-form input[type="time"], 
.hs-form input[type="week"], 
.hs-form input[type="number"], 
.hs-form input[type="email"], 
.hs-form input[type="url"], 
.hs-form input[type="search"], 
.hs-form input[type="tel"], 
.hs-form input[type="color"],
.hs-form input[type="file"],
.hs-form input[type="tel"],
textarea,
select {
  width: 100%;
  border: 1px solid #dadada;
  font-size: 14px;
  line-height: 19px;
  padding: 12px 14px;
  background: #ffffff;
  color: #2c2e2f;
  border-radius: 3px;
  min-height: 45px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  font-family: inherit;
  max-width: 500px;
  margin-bottom: 17px !important;
  display:block;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.hs-form input[type="text"]:focus,
.hs-form input[type="password"]:focus, 
.hs-form input[type="datetime"]:focus, 
.hs-form input[type="datetime-local"]:focus, 
.hs-form input[type="date"]:focus, 
.hs-form input[type="month"]:focus, 
.hs-form input[type="time"]:focus, 
.hs-form input[type="week"]:focus, 
.hs-form input[type="number"]:focus, 
.hs-form input[type="email"]:focus, 
.hs-form input[type="url"]:focus, 
.hs-form input[type="search"]:focus, 
.hs-form input[type="tel"]:focus, 
.hs-form input[type="color"]:focus,
.hs-form input[type="file"]:focus,
textarea:focus,
select:focus {
  outline:0;
  border: 1px solid #dadada;
  border-bottom: 1px solid green;
  box-shadow: none;
}
textarea {
  /* resize: none; */
  height: 180px;
}

.custom-partner-row5 span.hs-form-required {
  display: none;
}
ul.hs-error-msgs.inputs-list label {
  color: red;
  color: #a94442;
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
}
ul.hs-error-msgs.inputs-list {
  margin: 0 0 25px;
  text-align: left;
}
.hs-input.error {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

/* 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 {}
.hs-form input[type="radio"] {}
.hs-form 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 */
::-moz-placeholder {
  color: #999;
  opacity: 1
}

:-ms-input-placeholder {
  color: #999
}

::-webkit-input-placeholder {
  color: #999
}

.one-column-error .page-center.content-wrapper {
  max-width: 690px !important;
}

.one-column-error .custom_error_message {
  text-align: center;
}

.one-column-error .custom_error_message h1 {
  font-size: 75px;
  color: #d7d7d7;
  text-align: center;
  margin-bottom: 25px;
  font-family:  sans-serif;
  margin: 0;
  line-height: 100%;
  font-weight: 400;
}
.one-column-error.one-column .main-content .custom_error_message h2 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  font-family: sans-serif;
  margin: 0 0 30px;
  font-weight: 400;
  color: #2c2e2f;
}
.one-column-error .custom_error_message p {
  margin-bottom: 20px;
  font-family: sans-serif;
}

.one-column-error .custom_error_message p  a {
  color: #46addb;
  text-decoration: none;
}

.one-column-error .custom_error_message p a:hover {
  color: #46addb;
  text-decoration: underline;
}
/* =============== 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 {}
.hs-form input[type="radio"] {}
.hs-form input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
.hs-form input[type="submit"],
.hs-form input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  margin-bottom: 50px;
  color: #ffffff;
  text-decoration: none;
  background: #f58030 !important;
  line-height: 20px !important;
  text-align: center !important;
  padding: 12px 22px !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  border-radius: 3px !important;
  font-family: "Lato", sans-serif !important;
  font-weight: 700 !important;
  -webkit-transition: 150ms !important;
  transition: 150ms !important;
  border: none !important;
  outline: 0 !important;
  display: inline-block !important;
  text-shadow:none !important;
  box-shadow:none !important;
  -webkit-box-sizing: border-box !important; 
  -moz-box-sizing: border-box !important; 
  box-sizing: border-box !important;
}
.actions {
  padding: 0 !important;
  margin:0 !important;
}
.popup-form input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  margin-bottom: 50px !important;
  color: #fff !important;
  text-decoration: none !important;
  background: #f58030 !important;
  line-height: 20px !important;
  text-align: center !important;
  padding: 12px 22px !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  border-radius: 3px !important;
  font-family: "Lato",sans-serif !important;
  font-weight: 700 !important;
  -webkit-transition: 150ms;
  transition: 150ms !important;
  border: 0 !important;
  outline: 0 !important;
  display: inline-block !important;
  text-shadow: none !important;
}
.popup-form label, .gk-form-container label {
  color: #959595 !important;
  font-family: "Open Sans", sans-serif !important;
  font-size:14px !important;
  line-height:24px !important;
  font-weight:normal !important;
}

.popup-form label .hs-form-required {
  color: #959595 !important;
  font-family: "Open Sans", sans-serif !important;
  font-size:14px !important;
  line-height:24px !important;
}
.gk-form-container label, .gk-form-container label .hs-form-required {
  color:#444 !important;
}
.hs-button.primary:hover,
.hs-form input[type="submit"]:hover,
.hs-form input[type="button"]:hover {
  background: #e7640b !important;
}

.hs-button.primary:focus,
.hs-form input[type="submit"]:focus,
.hs-form input[type="button"]:focus {}
select {
  border: 1px solid #dadada;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 14px !important;
  background: #ffffff;
  height: 44px;
  color:#999 !important;
}

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

.custom-footer-row1 .inner-col1.inner-col {
  width: auto !important;
}
/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */


.one-column .main-content h2 {
  font-weight: 700;
  color: #2e2f2c;
  margin-bottom: 40px;
  text-transform: none;
  font-size: 36px;
  line-height: 46px;
}

.one-column .main-content p {
  margin: 0 0 25px;
}

.one-column .main-content h5 {
  color: #2e2f2c;
  font-weight: 700;
  text-transform: none;
  font-size: 22px;
  line-height: 36px;
  margin: 0 0 10px;
}

.one-column .main-content h6 {
  font-size: 18px;
  line-height: 24px;
  color: #2e2f2c;
  font-weight: 700;
  text-transform: none;
  margin: 0 0 10px;
}
.one-column .main-content h3 {
  font-size: 30px;
  margin-bottom: 40px;
  line-height: 32px;
  font-weight: 700;
  color: #2e2f2c;
}

.main-content ol {
  list-style-type: decimal;
  margin: 0;
}

.main-content ol p {
  padding-left: 5px;
  margin-bottom: 0 !important;
}


.main-content ol ol {
  list-style-type: lower-latin;
  margin-bottom: 15px;
}
.one-column .main-content ul {
  margin: 0 0 20px;
}

.custom-banner-area {
  position: relative;
  min-height: 510px;
  background-size: auto 100%;
  border-bottom: 2px solid #f58030;
  text-align: center;
  background-position: 35% 0;
}
.custom-banner-area .content-col {
  position: absolute;
  bottom: -2px;
  left: 50%;
  max-width: 918px;
  margin-left: -459px;
  border-top: 2px solid #f58030;
  border-left: 2px solid #f58030;
  border-right: 2px solid #f58030;
  background-color: #FFF;
  text-align: center;
  padding: 50px 34px 14px;
  width: 100%;
}

.custom-banner-area .content-col h1 {
  font-size: 38px;
  line-height: 1em;
  color: #2c2e2f;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0;
}

.custom-banner-area .content-col p {
  font-size: 22px;
  line-height: 36px;
  color: #2c2e2f;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 0;
}
.hs-partner-page .page-center.content-wrapper .flexi-col h4 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
}

.hs-partner-page .page-center.content-wrapper .flexi-col h5 {
  display: block;
  font-size: 20px;
  line-height: 36px;
  font-weight: 300;
  color: #959595;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}

.custom-partner-row .col {
  width: 50%;
  margin-left: 0;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.custom-partner-row .col.col1 {
  padding-left: 0;
}

.custom-partner-row .col.col2 {
  padding-right: 0;
}
.custom-one-col-with-top-img {
  list-style-type: none;
  text-align: center;
  margin: 0 auto;
  max-width: 350px;
  padding: 0;
}

.custom-one-col-with-top-img .content-col {
  margin-top: 60px;
}

.custom-one-col-with-top-img  .icon-lamp-g {
  background-size: 100% auto;
  width: 72px;
  height: 88px;
  background-position: 50% 50%;
  /* display: inline-block; */
  margin: 0 auto;
  text-align: center;
  min-height: 104px;
  background-repeat: no-repeat;
  display: inline-block;
}
.custom-one-col-with-top-img span.sub-title {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #2e2f2c;
  font-weight: 600;
  margin-top: 10px;
}

.custom-one-col-with-top-img span.sub-description {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #2e2f2c;
  font-weight: 300;
}
.custom-one-col-with-top-img.Generating.new.business .icon-lamp-g {
  width: 72px;
  height: 88px;
}
.cashflow.custom-one-col-with-top-img .icon-lamp-g {
  width: 86px;
  height: 55px;
}

.engagements.custom-one-col-with-top-img .icon-lamp-g {
  width: 89px;
  height: 88px;
}

.management.custom-one-col-with-top-img .icon-lamp-g {
  width: 84px;
  height: 103px;
}

.business.custom-one-col-with-top-img .icon-lamp-g {
  width: 95px;
  height: 88px;;
}

.revenue.custom-one-col-with-top-img .icon-lamp-g {
  width: 116px;
  height: 104px;
}


.Demonstrate.custom-one-col-with-top-img .icon-lamp-g {
  width: 89px;
  height: 88px;
}
.Procurement-as-a-Service.custom-one-col-with-top-img .icon-lamp-g {
  width: 98px;
  height: 103px;
}
.custom-partner-row5 {
  background-color: #f58030;
  color: #fff;
}


.custom-partner-row5 h3 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  text-align: center;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
}

.custom-partner-row5 form {
  max-width: 500px;
  padding: 23px 44px;
  border: 1px solid #feefe5;
  background: #fff;
  margin: 0 auto;
  border-radius: 5px;
  width: 100%;
}


.custom-partner-row5 form input.hs-button.primary.large {
  width: 100%;
  margin-top: 0;
}

.contact-us .body-container .page-center {
  padding-top: 25px;
  padding-bottom: 25px;
}

.custom-contact-row1 {
  background: #069ed5;
  text-align: center;
}

.custom-contact-row1 .inner-wrapper{
  max-width: 500px;
  width: 100%;
  margin: 0 auto !important;
  text-align: center;
  float:none !important;
  background: #ffffff;
  border-radius: 6px;
}


.custom-contact-row1 .widget-type-form {
  padding: 24px 45px 0 45px;
  margin: -1px 0 0;
  background: #ffffff;
  border-radius:6px;
}


.custom-contact-row1 .widget-type-form h3 {
  border: none;
  font-size: 22px;
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  line-height: inherit;
  color: #333333;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}

.custom-contact-row1 span.hs-form-required {
  display: none;
}
.custom-contact-row1 .hs-richtext p {
  margin: 0 0 20px;
  color:#959595;
}
.custom-contact-row1 textarea {
  /* resize: none; */
  height: 180px;
  margin-bottom: 0px;
}

.custom-contact-row1 input.hs-button.primary.large {
  width: 100%;
  margin: 17px 0 0;
}


.custom-contact-rows .col .hs_cos_wrapper_type_rich_text {
  min-height: 120px;
  margin-bottom: 5px;
  font-style: normal;
  line-height: 1.42857143;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #959595;
  -webkit-font-smoothing: antialiased;
}

.custom-contact-rows .col .hs_cos_wrapper_type_rich_text h5 {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #959595;
  -webkit-font-smoothing: antialiased;
  line-height: 1.42857143;
}

.custom-contact-rows .col .hs_cos_wrapper_type_rich_text h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  margin: 0 0 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #959595;
  -webkit-font-smoothing: antialiased;
  line-height: 1.42857143;
  font-weight: normal;
  text-transform: none;
}
.custom-contact-rows .col .hs_cos_wrapper_type_rich_text h6 span {
  display: block;
  font-weight: normal;
}

.custom-contact-row1 .hs_cos_wrapper_type_rich_text p {
  background: #fff;
  margin: 0 auto;
  border-radius: 0 0 6px 6px;
  padding: 25px 0;
}


.custom-contact-row1 .hs_cos_wrapper_type_rich_text p a {
  color: #069ed5;
  text-decoration: underline;
}
.row2-top-flexi h4 {
  color: #069ed5;
  font-family: "Open Sans", sans-serif;
  margin: 0 0 40px;
  text-align: center;
  text-transform: none;
}

.map_canvas {
  height: 256px;
  width: 100%;
  margin: 20px 0;
  float: left;
  border: 1px solid #069ed5;
}

.custom-contact-rows .col {
  width: 41.66666667%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 18px;
}
.custom-contact-rows .col.col2{
  margin-left: 16.66666667%;
}

.custom-contact-rows .col.col1 {
  padding-left: 0;
}
.custom-contact-rows .col.col2 {
  padding-right: 0;
}
.custom-contact-rows .col address {
  margin-bottom: 5px;
  font-style: normal;
  line-height: 1.42857143;
  text-align: center;
}

.custom-contact-rows .col p {
  font-size: 18px;
  color: #f58030;
  font-weight: 400;
  margin: 0;
  text-align: center;
}
.gk-icon-contact-tel:before {
  content: '\e82a';
}
.custom-contact-row2, .custom-contact-row3, .custom-contact-row4 {
  margin-bottom: 25px;
}


.custom-vendor-row1 {
  text-align: center;
}

.body-container .custom-vendor-row1 .page-center {
  padding-top: 41px;
  padding-bottom: 0px;
}

.custom-vendor-row1 h2 {
  font-size: 32px;
  line-height: 48px;
  color: #363636;
  font-weight: 300;
  text-align: center;
  margin-top: 20px;
  text-transform: none;
  margin-bottom: 30px;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}


.btn-custom {
  display: inline-block;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  padding: 12px 22px;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 3px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

.btn-custom.btn-huge {
  font-size: 16px;
  padding: 18px 30px;
}

.custom-vendor-row1  .vendor-demo-btn {
  background: #03a5e2;
  padding: 18.5px 38px;
}


.custom-vendor-row1 .btn-custom {
  margin: 0 10px;
}
.vendor-demo-btn:hover {
  opacity: 0.8;
  color:#fff;
}

.custom-vendor-row1 img.hs-image-widget {
  width: 870px !important;
  margin: 30px 0 0;
}

.body-container .custom-vendor-row2 .page-center {
  padding-top: 1px;
  padding-bottom: 1px;
}
.custom-vendor-row2 {
  background: #f9f9fa;
  text-align: center;
}

.body-container .custom-vendor-row3 .page-center {
  padding-top: 0;
  padding-bottom: 0;
}


.custom-two-col-img h2 {
  font-size: 32px;
  line-height: 48px;
  color: #363636;
  font-weight: 300;
  margin: 0 0 30px;
  text-transform: none;
}

.custom-two-col-img .col-content {
  width: 41.66666667%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.custom-two-col-img .col-img {
  width: 58.33333333%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 8.3333333%;
  padding-right: 15px;
}


.custom-two-col-img {
  padding: 100px 0;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  margin-left: -15px;
  margin-right: -15px;
}

.custom-two-col-img .col-content p {
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  color: #a1a1a1;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  margin-bottom: 70px;
  margin-top: 0;
}


.custom-two-col-img .col-content blockquote {
  margin: 0;
  padding: 0;
}
.custom-two-col-img .col-content blockquote p {
  font-size: 13px;
  line-height: 24px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #a1a1a1;
  margin-bottom: 20px;
  margin-top: 10px;
}
.body-container .custom-two-col-img .page-center {
  padding: 0 !important;
}
.author-quote .avatar {
  display: inline-block;
  float: left;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.author-quote .author {
  float: left;
  display: inline-block;
  font-size: 13px;
  line-height: 24px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #a1a1a1;
  padding: 20px 0;
  margin-left: 11px;
}

.body-container .hs_cos_wrapper_type_space {
  padding: 0;
  display: block;
  width: 80%;
  max-width: 790px;
  margin: 30px auto 60px auto;
  position: relative;
  height: 1px;
  background: #d4d3d3;
}

.body-container .hs_cos_wrapper_type_space:after {
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #d4d3d3;
  background: #ffffff;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -20px;
  color: #b3b3b3;
  vertical-align: middle;
  font-size: 24px;
  content: '\e821';
  font-family: "gk-icons-font";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 7px;
}

.custom-two-col-img.left .col-img {
  padding-right: 8.3333333%;
  padding-left: 15px;
}

.body-container .custom-vendor-row4 .page-center {
  padding-top: 54px;
  padding-bottom: 54px;
}

.custom-vendor-row4 {
  background: #eeeeee;
  text-align: center;
}

.custom-vendor-row4 p {
  margin: 0;
}
.custom-vendor-row4 p> span {
  display: inline-block;
  margin-left: 10px;
  color: #ffffff;
  font-size: 16px;
  padding-right: 27px;
  vertical-align: top;
}
.btn-custom.btn-medium {
  font-size: 15px;
  line-height: 30px;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 300;
}

.custom-vendor-row4 .btn-custom {
  background: #03a5e2;
  padding: 10px 56px;
}
.btn-custom.btn-medium .icon {
  font-size: 28px;
  margin-right: 1px;
  vertical-align: top;
}

.gk-icon-calendar:before {
  content: '\e806';
  vertical-align: top;
}

.btn-custom:hover{
  color:#fff;
}
.btn-custom:hover {
  opacity: 0.8;
}
.body-container .custom-vendor-row5 .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.body-container .custom-vendor-row6 .page-center {
  padding-top: 45px;
  padding-bottom: 90px;
}
.custom-vendor-row6 h2 {
  font-size: 32px;
  line-height: 42px;
  color: #363636;
  font-weight: 300;
  margin: 0 0 65px;
  text-transform: none;
  text-align: center;
}

.custom-vendor-row6 .col {
  width: 50%;
  margin-left: 0;
  padding: 0 85px;
  font-size: 12px;
  line-height: 20px;
}
.custom-one-col-with-left-img .content-col {
  color: #2c2e2f;
  margin-bottom: 45px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
}

.custom-one-col-with-left-img .icon-holder {
  padding-right: 25px;
  padding-left: 10px;
}

.custom-one-col-with-left-img .icon-holder .icon {
  font-size: 27px;
  width: 64px;
  height: 64px;
  border: 2px solid #03a5e2;
  text-align: center;
  color: #03a5e2;
  display: inline-block;
  border-radius: 6px;
}

.custom-one-col-with-left-img .icon-holder .icon:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.custom-one-col-with-left-img .icon-holder .icon:before {
  padding-top: 20px;
}


.custom-vendor-row6 .col.col1 {
  padding-left: 70px;
}

.custom-vendor-row6 .col.col2 {
  padding-right: 70px;
}
.custom-one-col-with-left-img .icon-holder {
  padding-right: 25px;
  padding-left: 10px;
  float: left;
}
.custom-one-col-with-left-img .text-holder {
  overflow: hidden;
}

.custom-one-col-with-left-img h3 {
  font-size: 16px;
  line-height: 20px;
  color: #f68b2a;
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.custom-one-col-with-left-img p {
  color: #2c2e2f;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}

.body-container .custom-vendor-row8 .page-center {
  padding-top: 0px;
  padding-bottom: 0px;
}

.custom-vendor-row8{
  background-size: cover;
  margin-top: 0;
  color: #2e3031;
  padding: 135px 0 115px 0;
  color:#fff;
}

.custom-vendor-row8 .col1 {
  width: 41.4%;
  padding-right: 15px;
}

.custom-vendor-row8 .col2 {
  width: 58.33333333%;
  margin-left: 0;
  padding-left: 15px;
}

.custom-vendor-row8 .col1 h2 {
  font-size: 32px;
  line-height: 42px;
  text-transform:none;
  color:#fff;
}

.custom-vendor-row8 .col2 ul {
  font-weight: 300;
  font-family: "Lato", sans-serif;
  margin: 0 0 60px;
  color: #ffffff;
  padding-left: 0;
  font-size: 18px;
  list-style: none;
}

.custom-vendor-row8 .col2 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flexbox;
  display: flex;
  margin-bottom: 17px;
  line-height: 30px;
}

.custom-vendor-row8 .col2 .hs_cos_wrapper_type_rich_text {
  padding-left: 35px;
  display: block;
  position:relative;
}
.custom-vendor-row8 .col2 .hs_cos_wrapper_type_rich_text:before {
  position: absolute;
  top: 0;
  bottom: 100px;
  left: 0;
  border-left: 1px solid #fff;
  content: "";
}

.custom-vendor-row8 .col2 ul li .icon {
  display: inline-block;
  margin-right: 5px;
  width: 40px;
  font-size: 30px;
  vertical-align: middle;
  text-align: center;
}

.btn-custom.btn-medium {
  font-size: 15px;
  line-height: 30px;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 300;
}

.btn-custom.btn-inverted {
  color: #f58030;
  background: #414042;
}

.btn-custom.btn-medium.increased-font {
  font-size: 17px;
}
.custom-vendor-row8 .btn-custom:hover {
  background: #1da5dc;
  opacity:1;
}

.custom-vendor-row8 .btn-custom{
  color:#fff;
}

.custom-demo-row1 h2 {
  text-align: left;
  margin-bottom: 10px;
  line-height: 1em;
  font-size: 32px;
  color: #362f2d;
  text-transform: none;
}
.custom-demo-row1 p {
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  color: #a1a1a1;
  margin: 0 0 30px;
}

.custom-demo-main-wrapper {
  border: 1px solid #e0e0e0;
}
.custom-demo-row2 {
  padding: 40px 20px 30px;
  border-bottom: 1px solid #e0e0e0;
}

.custom-demo-row2 .inner-row1 {
  position: relative;
  max-width: 880px;
  margin: 0 auto !important;
  float: none !important;
}

.custom-demo-row2 .inner-row1 h5 {
  display: block;
  font-size: 14px;
  line-height: 1em;
  text-transform: uppercase;
  color: #38475a;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
  margin-top: 0;
}

.custom-demo-row2 .inner-row1 h6 {
  display: block;
  font-size: 12px;
  line-height: 1em;
  color: #38475a;
  margin-top: 15px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
  text-transform: none;
}
.custom-demo-row2 .inner-row1 .col1 {
  width: auto !important;
  text-align: center;
}
.custom-demo-row2 .inner-row1 .col3 {
  width: auto !important;
  float: right !important;
  text-align: center;
  margin-left:0;
}


.custom-demo-row2 .inner-row1 .col2 hr {
  display: none;
}


.custom-demo-row2 .inner-row1 .col2 {
  position: absolute;
  top: 50%;
  height: 3px;
  background: #cdd5e1;
  margin-top: -1.5px;
  left: 57px;
  right: 90px;
  width: auto !important;
}

.custom-demo-row3 {
  background: #F6F9FB;
}

.testimonial-vid-block {

  max-width:100%;
  display:inline-block !important;
  margin-right:1%;
  margin-left:1%;


}


.custom-two-col-testimonial .col {
  margin-left: 8.33333333%;
  position: relative;
  padding: 15px 15px 40px;
  width: 41.66666667%;
  float: left;
}

.custom-two-col-testimonial.clearfix {
  margin: 0 -15px;
}

.comment-inner-block {
  padding-top: 10px;
}

.comment-inner-block .logo {
  margin-bottom: 10px;
  min-height: 33px;
  width:100%;
}

.comment-inner-block .comment-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.comment-inner-block .comment-block .avatar-rec {
  width: 65px;
  float: left;
}

.comment-inner-block .comment-block .title-rec {
  margin-left: 10px;
  font-size: 13px;
  color: #a1a1a1;
  text-align: left;
}

.comment-inner-block .comment-block .avatar-rec img {
  border-radius: 100px;
}
.comment-inner-block p.comment1 {
  font-style: italic;
  font-size: 13px;
  line-height: 25px;
  min-height: 50px;
  color: #a1a1a1;
  margin:0 0 20px;
}

.custom-pricing-row1 {
  padding-bottom: 255px;
  background: #044c66;
  padding-top: 24px;
  color: #fff;
  text-align:center;
}
.hs-pricing-page .body-container .page-center{
  padding-top:0;
  padding-bottom:0;
}


.custom-pricing-row1 h5 {
  font-size: 22px;
  line-height: 36px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #ffffff;
  padding-left: 0;
  margin: 0 0 10px;
}
.custom-pricing-row1 h6 {
  color: #f58030;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.custom-pricing-row1 .page-center {
  position: relative;
}
.custom-pricing-row1 ul.list-unstyled-parent {
  background: transparent;
  background: #044c66;
  z-index: 1;
}

.pricing-floatet {
  margin-top: -230px;
}
.btn-custom.btn-orange:hover, .btn-custom.btn-orange:focus {
  background: #e7640b;
  opacity: 1;
}
.schedule-demo-btn {
  text-align:center;
}
.schedule-demo-btn a {
  color: #fff;
  background: #f58030;
  padding: 12px 22px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
}
.thank-you-msg {
  font-size: 20px;
  text-align: center;
  color: #f58030;
}

.form-popup-container .thank-you-msg,
.form-popup-container--expanded .thank-you-msg {
  font-size: 20px;
  text-align: center;
  color: #f58030;
  margin-bottom: 50px;
}


@media only screen and (max-width: 767px) {
  .pricing-floatet {
    margin-top: 0;
  }
  .blog .blog-content {
    margin-bottom: 30px;
  }
}

.pricing-holder {
  margin-bottom: 25px;
}

.pricing-item {
  padding-right: 2px;
  padding-left: 2px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .pricing-item {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 25px;
  }
}

.pricing-item:first-child {
  padding-left: 15px;
}

.pricing-item:last-child {
  padding-right: 15px;
  margin-bottom: 0;
}

.pricing-item:last-child .pricing-header:after,
.pricing-item:last-child .pricing-body:after,
.pricing-item:last-child .pricing-footer:after {
  content: none;
}

.pricing-header {
  padding: 20px 15px;
  background: #069ed5;
  position: relative;
  border: 1px solid #058cbc;
  border-top: none;
  border-bottom: none;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .pricing-header {
    padding: 15px;
  }
}

.pricing-header:after {
  content: '';
  width: 6px;
  height: 100%;
  background: #058cbc;
  position: absolute;
  top: 0;
  right: -6px;
}

.pricing-header .title {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin: 0;
  font-size: 26px;
  line-height: 30px;
}

.pricing-body {
  background: #06749b;
  padding: 20px 35px 22px 45px;
  position: relative;
  border: 1px solid #056282;
  border-top: none;
  border-bottom: none;
}

.pricing-body:after {
  content: '';
  width: 6px;
  height: 100%;
  background: #056282;
  position: absolute;
  top: 0;
  right: -6px;
}

.pricing-body.custom .blue-hr {
  margin: 35px 0 64px;
}

}

@media only screen and (max-width: 1199px) {
  .pricing-body.custom .blue-hr {
    margin: 0 0 63px 0;
  }


  .testimonial-vid-block {

    max-width: 100%;
    display: block;
    margin-right: 2%;
    margin-left: 2%;

  }




}

@media only screen and (max-width: 991px) {
  .pricing-body.custom .blue-hr {
    margin: 22px 0 60px;
  }
  .cookie-pop-container {
    float: left;
    position: relative;
  }
  .cookie-popup-btn {
    width: 88px !important;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .cookie-popup-text {
    width: 100% !important;
    padding-right: 100px;
  }
  .custom-footer-menu ul{
    padding:0px;
  }
  .custom-footer-menu ul li:last-child {
    display: block;
    margin: 20px 0px;
  }
  .custom-footer-menu ul li:last-child a {
    padding: 10px 20px;
  }

  .testimonial-vid-block {
    max-width: 100%;
    display: inline-block !important;

  }


  .testimonial-vid-block .wistia_embed {

    position: relative !important;

  }

}
.custom-vendor-row8 .col2 ul li img {
  margin: 0 8px 0 6px;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .pricing-body {
    padding: 20px 15px;
  }
}

.pricing-holder .pricing-item .plan-price {
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
  margin: 0 0 20px;
}
.plan-price {
  display:none;
}
p.plan-price.usd {
  display: block;
}
.pricing-body .plan-price .currency {
  font-size: 30px;
  vertical-align: text-top;
}

@media only screen and (max-width: 1199px) {
  .pricing-body .plan-price {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .pricing-body .plan-price {
    font-size: 26px;
  }
}

.pricing-body .plan-price .currency {
  font-size: 30px;
}

@media only screen and (max-width: 991px) {
  .pricing-body .plan-price .currency {
    font-size: 20px;
  }
}

.pricing-body .plan-price .month {
  font-size: 16px;
}

@media only screen and (max-width: 991px) {
  .pricing-body .plan-price .month {
    font-size: 11px;
  }
}

.pricing-body .plan-price .from {
  font-size: 16px;
  padding-right: 10px;
}

@media only screen and (max-width: 991px) {
  .pricing-body .plan-price .from {
    font-size: 11px;
    padding-right: 5px;
  }
}

.pricing-body .plan-price .contact-us-link {
  display: inline-block;
  width: 100%;
  height: 55px;
  font-size: 20px;
  line-height: 55px;
  background: #009CD8;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer;
}

.pricing-body .plan-price .contact-us-link:hover {
  opacity: 0.8
}



@media only screen and (max-width: 1199px) {
  .pricing-body .plan-price .contact-us-link {
    font-size: 18px;
    height: 45px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 991px) {
  .pricing-body .plan-price .contact-us-link {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .pricing-body .plan-price .contact-us-link {
    width: 50%;
    max-width: 120px;
  }
}

.pricing-footer {
  padding-top: 30px;
  background: #f6f6f2;
  position: relative;
  border: 1px solid #d4d4cf;
  border-top: none;
  border-bottom: none;
}

.pricing-footer:after {
  content: '';
  width: 6px;
  height: 100%;
  background: #ecece3;
  position: absolute;
  top: 0;
  right: -6px;
}

.price-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  width: 180px;
  margin: auto;
}

@media only screen and (max-width: 991px) {
  .price-btn {
    margin-bottom: -36px;
  }
}

.row {
  margin: 0 -15px;
}
.pricing-holder .pricing-item {
  width: 33.33333333%;
  float: left;
}

hr.blue-hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-color: #076789;
}
.color-white {
  color: #ffffff;
}
.btn-custom.btn-radius {
  border-radius: 25px;
}


.btn-custom.btn-orange {
  background: #f58030;
}
btn-custom.btn-orange:hover, .btn-custom.btn-orange:focus {
  background: #e7640b;
}
.pricing-footer ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.pricing-footer ul li{
  border-bottom: 1px solid #d4d4cf;
  padding: 15px;
}
p.color-white {
  margin: 0 0 20px;
}
.custom-pricing-row2 .hs_cos_wrapper_type_rich_text {
  text-align: center;
}

.custom-pricing-row2 .hs_cos_wrapper_type_rich_text p {
  color: #069ed5;
  margin: 0 0 20px;
}

.custom-pricing-row2 {
  padding-bottom: 50px;
}

.custom-pricing-row3 {
  background: #044c66;
  padding: 25px 0;
  text-align: center;
}
.color-orange {
  color: #f58030;
}
.custom-pricing-row3 h4 {
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  text-transform: none;
  margin: 0 0 40px;
}

.btn-custom.btn-transparent {
  border-radius: 0;
  border: 1px solid #069ed5;
  color: #ffffff;
  background: transparent;
}

.btn-custom.btn-transparent:hover, .btn-custom.btn-transparent:focus {
  background: #069ed5;
}

.custom-pricing-row4 {
  background: #f4f4f4;
  padding: 50px 0;
}
.custom-pricing-row4 h1 {
  color: #069ed5;
  font-size: 36px;
  margin-bottom: 30px;
  line-height: 46px;
  text-align: center;
}

.custom-pricing-row4 .col .hs_cos_wrapper_type_rich_text, .custom-pricing-row4 .col .mce-content-body {
  margin-bottom: 25px;
  background: #ffffff;
  padding: 20px;
  border-bottom: 6px solid #069ed5;
  display: block;
}

.custom-pricing-row4 .col .hs_cos_wrapper_type_rich_text h6 {
  color: #2e2f2c;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 10px;
  text-transform: none;
}
.custom-pricing-row4 .col .hs_cos_wrapper_type_rich_text p {
  line-height: 26px;
  margin: 0;
}


.custom-pricing-row4 .col .hs_cos_wrapper_type_rich_text p a {
  color: #069ed5;
}

.custom-pricing-row4 .col .hs_cos_wrapper_type_rich_text p a:hover {

  color: #f58030;
}




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

/* ==========================================================================
Homepage                          
========================================================================== */

.custom-home-row1 h1 {
  margin-bottom: 0;
  line-height: 46px;
}

.custom-home-row1 h3 {
  font-size: 18px;
  line-height: 36px;
  color: #f58030;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.custom-vendor-row1.custom-home-row1 img.hs-image-widget{
  margin: 0;
  width: 869px !important;
}

.body-container .custom-vendor-row2.custom-home-row2 .page-center {
  padding-top: 50px;
  padding-bottom: 50px;
}

.hs-home-page .custom-two-col-img {
  padding: 0;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}


.hs-home-page .custom-two-col-wrapper-img {
  padding: 150px 0;
  border-bottom: 1px solid #ebebeb;
}
.hs-home-page .custom-two-col-wrapper-img.reduced {
  padding: 70px 0;
}

.hs-home-page .custom-two-col-img h2 {
  font-size: 30px;
  color: #363636;
  margin-bottom: 30px;
  line-height: 30px;
}

.hs-home-page .custom-two-col-img .col-content p {
  font-size: 16px;
  line-height: 28px;
  color: #a1a1a1;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  margin-bottom: 100px;
}
.hs-home-page .custom-two-col-img .col-content {
  width: 59.666667%;
  padding-left: 0;
  padding-right: 40px;
}

.hs-home-page .custom-two-col-img .col-content blockquote p {
  font-style: italic;
  font-size: 13px;
  line-height: 25px;
  margin-bottom: 20px;
}
.hs-home-page .author-quote .author {
  margin-left: 17px;
  font-size: 13px;
  color: #a1a1a1;
  text-align: left;
  padding: 0;
  font-size: 13px;
  color: #a1a1a1;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
  font-weight: normal;
}
.hs-home-page .custom-two-col-img .col-img {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}
.custom-vendor-row9 {
  background: #eeeeee;
  margin: 0;
  padding: 54px 0;
  text-align: center;
}
.hs-home-page .custom-two-col-img.left .col-img {
  padding-right: 0;
  padding-left: 0;
  width: auto;
}

.hs-home-page .custom-two-col-img.left .col-content {
  padding-right: 0;
  padding-left: 40px;
  width: 59.666667%;
}
.hs-home-page .hs_cos_wrapper_type_custom_widget:last-child .custom-two-col-wrapper-img {
  border-bottom: 0;
}

.custom-home-row4 {
  background: #FF8222;
  padding: 30px 0;
  margin: 30px 0;
}
.custom-header-no-nav .mobile-trigger {
  display: none !important;
}
.custom-home-row4 .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-align: center;
}

.custom-home-row4 .page-center h4 {
  font-size: 30px;
  line-height: 1em;
  color: #fff;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: none;
}
.btn-custom.btn-medium {
  font-size: 15px;
  line-height: 30px;
}
.btn-custom.btn-inverted-light {
  color: #f58030;
}
.custom-home-row4 .btn-custom {
  border-radius: 4px;
  background: #fff;
  font-weight: 600;
  padding: 10px 40px;
}
.custom-home-row4 .btn-custom.btn-inverted-light:hover {
  background: #ffc49b;
  color: #ffffff;
}

.custom-home-row6 {
  padding: 30px 0;
  background: #ebebeb;
}


.custom-home-row6 .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.custom-iso-two-col .col {
  width: 47.5%;
  float: left;
  text-align: left;
}
.custom-iso-two-col .col.col2 {
  margin-left: 5%;
}

.custom-iso-two-col .col h4 {
  color: #64b8e8;
  font-size: 30px;
  text-align: left;
  margin-bottom: 20px;
  line-height: 30px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  text-transform: none;
}

.custom-iso-two-col .col .img {
  margin-right: 4%;
  width: 15%;
  float: left;
}

.custom-iso-two-col .col .content {
  width: 78%;
  float: left;
  font-size: 12px;
}

.custom-iso-two-col .col .content p {
  margin: 0;
}

.hs-home-page .custom-home-row7 .custom-two-col-img.left .col-content {
  width: 44%;
}

.custom-vendor-row8.custom-home-row8 {
  background-size: cover;
  margin-top: 30px;
}


.custom-vendor-row8.custom-home-row8 .col1 {
  width: 33%;
  padding-right: 15px;
  padding-left: 0px;
}


.custom-vendor-row8.custom-home-row8 .col1 h2 {
  font-size: 32px;
  line-height: 42px;
  text-transform: none;
  color: #fff;
  text-align: right;
  color: #ffffff;
  text-transform: capitalize;
  padding-right: 10px;
}


.custom-vendor-row8.custom-home-row8 .col2 ul li {
  margin-bottom: 25px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.custom-vendor-row8.custom-home-row8 .col2 ul li strong {
  font-weight: 500;
}


.custom-vendor-row8.custom-home-row8 .col2 {
  width: 66.333333%;
  margin-left: 0;
  padding-left: 15px;
}

.custom-vendor-row8.custom-home-row8 .col2 .hs_cos_wrapper_type_rich_text:before{
  bottom:0;
}


.custom-home-row8 .btn-custom.btn-inverted {
  color: #f58030;
  background: #414042;
}

.custom-home-row8 .btn-custom.btn-inverted:hover{
  background: #f58030;
  color: #ffffff;
}


ul.list-unstyled-parent{
  border: 1px solid #f58030;
  border-radius: 13px;
  background: #f6f6f2;
  outline-offset: -2px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  margin: 0;
  list-style: none;
  display: inline-block;
  float: right;
  color: #f58030;
  padding:0;
  position: absolute;
  right: 15px;

}

ul.list-unstyled-parent li {
  padding: 3px 27px 1px 12px;
  position: relative;
  cursor: pointer;
}
ul.list-unstyled li{
  color: #f58030;
  position: relative;
  cursor: pointer;
}
.hs-home-page .author-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
ul.list-unstyled-parent>li:after {
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  display: inline-block;
  width: 0;
  height: 0;
  color: #f58030;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
  content: "";
}
ul.list-unstyled li {
  color: #f58030;
  padding: 3px 26px 3px 12px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  position: relative;
}
ul.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  border-radius: 0 0 13px 13px;
}

body.USD p.plan-price.usd {
  display: block;
}

body.GBP p.plan-price.gbp {
  display: block;
}
body.EUR p.plan-price.eur {
  display: block;
}
body.AUD p.plan-price.aud {
  display: block;
}

body.AUD p.plan-price.usd {
  display: none;
}

body.EUR p.plan-price.usd {
  display: none;
}

body.GBP p.plan-price.usd {
  display: none;
}
.pricing-table-header.clearfix .row1,
.pricing-table-header.clearfix .row2,
.pricing-deatils-module{
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  line-height: 1.42857143
}


.pricing-table-header.clearfix .row1 .col {
  background: #ffffff;
  width: auto;
  text-align: left;
  padding: 16px 8px;
}
.pricing-table-header.clearfix .row {
  margin: 0;
}

.pricing-table-header.clearfix .row1 .col h2 {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  border-bottom: none;
  text-transform: uppercase;
  line-height: 1.42857143;
  color: #f58030;
  margin: 0;
}
.pricing-table-header.clearfix .row1 .col.col-in {
  text-transform: uppercase;
  color: #ffffff;
  background: #069ed5;
  text-align: center;
  position: relative;
}
.pricing-table-header.clearfix .row1 .col.col-in h2 {
  color: #fff;
}

.pricing-table-header.clearfix .row1 .col.col-in:after {
  content: '';
  width: 15px;
  height: 100%;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
}
.pricing-table-header.clearfix .row1 .col.col-in.col4:after {
  display:none;

}
.pricing-table-header.clearfix .row1 .col1.col.plan {
  width: 590px;
}
.pricing-table-header.clearfix .row2 .col1,
.pricing-deatils-module .col1{
  max-width: 541px;
  width: 100%;
}
.pricing-table-header.clearfix .row2 .pricing-item1{
  text-align: left;
  padding: 16px 8px;
}
.pricing-deatils-module .col1{
  padding:12px 8px;
}
.pricing-table-header.clearfix .row2 .col1{
  text-align: left;
  padding: 8px;
}
.pricing-table-header.clearfix .row1 .col.col-in,
.pricing-table-header.clearfix .row2 .pricing-item1,
.pricing-deatils-module .col{
  max-width: 200px;
  padding-right: 22px;
  width: 100%;
}


.pricing-table-header.clearfix .row1 .col.col-in.col3,
.pricing-table-header.clearfix .row2 .pricing-item1.col3,
.pricing-deatils-module .col.col3{
  max-width: 210px;
}

.pricing-table-header.clearfix .row1 .col.col-in.col4,
.pricing-table-header.clearfix .row2 .pricing-item1.col4,
.pricing-deatils-module .col.col4{
  max-width: 230px;
}

.pricing-table-header .row2 .col1 {
  color: #044c66;
  vertical-align: middle;
  line-height: 1.42857143;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}

.pricing-table-header.clearfix .row2 .pricing-item1,
.pricing-deatils-module .col{
  color: #656561;
  background: #f6f6f2;
  position: relative;
  padding-right: 23px;

  text-align: center;
}

.pricing-item1 p.plan-price {
  color: #044c66;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  margin: 0;
}
.pricing-item1 p.plan-price span.currency {
  vertical-align: text-top;
  font-size: 24px;
}
.pricing-item1 p.plan-price span.month {
  font-size: 16px;
  vertical-align: baseline;
}
.custom-two-col-testimonial .col2:before {
  position: absolute;
  top: 15px;
  left: -12%;
  content: "";
  border-left: 1px solid #EEEEEE;
  bottom: 0;
}
.pricing-item1 p.plan-price span.from {
  font-size: 16px;
  vertical-align: baseline;
}


.pricing-table-header.clearfix .row2 .pricing-item1 {
  color: #656561;
  background: #f6f6f2;
  position: relative;
  padding-right: 23px;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
}
.pricing-table-header.clearfix .row2 .pricing-item1:after,
.pricing-deatils-module .col:after{
  content: '';
  width: 15px;
  height: 100%;
  background: #e6e6e3;
  position: absolute;
  right: 0;
  top: 0;
}

.pricing-table-header.clearfix .row2{
  border-top: 1px solid #d4d4cf;
}
.pricing-table-header.clearfix .row2 .pricing-item1.col4:after,
.pricing-deatils-module .col.col4:after{
  display:none;
}

.custom-tool-tip-price .popover{
  opacity:0;
}
.pricing-deatils-module.clearfix {
  border-top: 1px solid #d4d4cf;
  line-height: 1.42857143;
}

.pricing-deatils-module i.gk-icon-check.color-green {
  display: none;
}
.pricing-deatils-module .tick-Y p {
  display: none;
}

.pricing-deatils-module .tick-Y  i.gk-icon-check.color-green,
.pricing-deatils-module .tick-y  i.gk-icon-check.color-green{
  display: block;
}

.pricing-deatils-module .col1 h4 {
  color: #656561;
  line-height: 1.42857143;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-transform: none;
  margin: 0;
}
.pricing-deatils-module .tick-Y i.gk-icon-check.color-green {
  display: block;
  color: #3db64d;
  font-size: 20px;
}
.pricing-deatils-module .col {
  padding: 8px;
  line-height: 25px;
  vertical-align: top;
  text-align: center;
  color: #656561;
  background: #f6f6f2;
  position: relative;
  padding-top: 9px;
  padding-bottom: 15px;
  padding-right: 23px;
  min-height: 49px;
}

.pricing-deatils-module .col p {
  margin: 0;
}
.pricing-deatils-module .col1 {
  padding: 7px 8px 12px 8px;
  min-height: 40px;
}
.pricing-deatils-module1 table {
  width: 100%;
  max-width: 100%;
  border-collapse:collapse;
}
.hs_cos_wrapper_type_custom_widget:last-child .pricing-deatils-module1 {
  border-bottom: 1px solid #d4d4cf;
}
.pricing-deatils-module1 tbody tr th,
.pricing-deatils-module1 tbody tr td{
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.pricing-deatils-module1 tbody tr th {
  color: #044c66;
  vertical-align: middle;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
}
/*.pricing-deatils-module1 table tbody tr:first-child th, */
/*.pricing-deatils-module1 table tbody tr:first-child td {*/
/*    border-top: 1px solid #d4d4cf;*/
/*    padding-top: 8px;*/
/*    padding-bottom: 8px;*/
/*}*/
.pricing-deatils-module1 tbody tr td {
  text-align: center;
  color: #656561;
  background: #f6f6f2;
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 23px;
}
.pricing-deatils-module1 tbody tr td:first-child {
  padding-right: 8px;
  vertical-align: middle;
  text-align: left;
  background: transparent;
}
.plan-price {
  color: #044c66;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  margin:0;
}
.plan-price .currency {
  vertical-align: text-top;
  font-size: 24px;
}

.plan-price .month {
  font-size: 16px;
  vertical-align: baseline;
}

.pricing-deatils-module1 i.gk-icon-check.color-green {
  display: none;
}
.pricing-deatils-module1 .tick-Y p {
  display: none;
}

.pricing-deatils-module1 .tick-Y  i.gk-icon-check.color-green,
.pricing-deatils-module1 .tick-y  i.gk-icon-check.color-green{
  display: block;
}
.pricing-deatils-module1 tbody tr td:after {
  content: '';
  width: 15px;
  height: 100%;
  background: #e6e6e3;
  position: absolute;
  right: 0;
  top: 0;
}
.pricing-deatils-module1 tbody tr td:last-child:after,
.pricing-deatils-module1 tbody tr td:first-child:after{
  display:none;
}
td.tick-Y {
  font-size: 0;
}

.pricing-deatils-module1 .tick-Y i.gk-icon-check.color-green,
.pricing-deatils-module1 .tick-y i.gk-icon-check.color-green {
  display: block;
  font-size: 20px;
  color: #3db64d;
}
.pricing-deatils-module1 tbody tr td:nth-child(2) {
  width: 185px;
}
.pricing-deatils-module1 tbody tr td:nth-child(3) {
  width: 186px;
}
.pricing-deatils-module1 tbody tr td:nth-child(4) {
  width: 201px;
}
.pricing-deatils-module1 tbody tr td:first-child{
  width: 500px;
}
.pricing-deatils-module1 tbody tr td:first-child b {
  color: #044c66;
  vertical-align: middle;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
}

.pricing-deatils-module1 tbody tr td{
  height: 50px;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: auto;
  z-index: 1060;

  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  right: 39px;
}

.popover.top {
  margin-top: -10px
}

.popover.right {
  margin-left: 10px
}

.popover.bottom {
  margin-top: 10px
}

.popover.left {
  margin-left: -10px
}
.custom-vendor-row9 .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.popover h3{
  margin: 0;
  padding: 8px 0px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
  line-height:32px;
}
.custom-vendor-row4 .btn-custom.btn-medium {
  padding: 10px 56px;
}

.custom-vendor-row9 .btn-custom.btn-medium{
  padding: 10px 56px;
  background: #03a5e2;
}
.popover{
  padding:0 14px;
}

.popover p {
  padding: 9px 0px;
  margin:0;
}
.custom-pricing-details-row1 .page-center {
  position: relative;
}
.popover>.arrow,
.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}
.custom-pricing-row1 ul.list-unstyled li:hover{
  background: #f58030;
  color: #ffffff;
}

.custom-pricing-row1 ul.list-unstyled li:hover a {
  color: #ffffff;
}
.popover>.arrow {
  border-width: 11px
}

.popover>.arrow:after {
  border-width: 10px;
  content: ""
}
.custom-five-col-img .col:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
.popover.top>.arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px
}

.popover.top>.arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.right>.arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff
}

.popover.bottom>.arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px
}

.popover.bottom>.arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff
}

.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left>.arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px
}

.plan-help {
  float: right;
  margin-top: -5px;
  color: #d4d4cf;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: 150ms;
  transition: 150ms;
}
.plan-help:hover {
  color: #e15e04;
}

.table-plan i {
  font-size: 20px;
}

span.custom-tool-tip-price {
  float: right;
}

span.custom-tool-tip-price:hover .popover.fade.left.in {
  /*opacity: 1;*/
  /*display:block;*/
}

.popover {
  border: 5px solid #e6e6e3;
  box-shadow: none;
  /*display:none;*/
}

.popover.left .arrow {
  right: -14px;
  border-left-color: transparent
}

.popover.left .arrow:after {
  border-left-color: #e6e6e3
}

.popover.right .arrow {
  left: -14px;
  border-right-color: transparent
}

.popover.right .arrow:after {
  border-right-color: #e6e6e3
}

.popover h3{
  color: #f58030;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  background: transparent;
  border: none;
  padding-bottom: 0;
  line-height: 1.42857143;
  line-height: 32px;
}

.popover p {
  color: #747474;
  line-height: 22px;
  font-size: 13px;
  font-weight: normal;
}
.bottom-button-row2{
  text-align:center;
}
.custom-pricing-details-row2 .flexi-col2 {
  margin-top: 85px;
}

.custom-pricing-details-row2 .flexi-col2 .section-header {
  text-align: center;
}

.custom-pricing-details-row2 .flexi-col2 .section-header h1 {
  font-size: 30px;
  line-height: 1em;
  font-weight: 600;
  margin-bottom: 10px;
  color: #f58030;
  padding-left: 322px;
}
.custom-pricing-details-row2 .flexi-col2 .section-header p {
  display: block;
  font-size: 18px;
  line-height: 1em;
  color: #959595;
  margin-bottom: 65px;
  padding-left: 322px;
  margin-top: 0;
}
.pricing-table-header.clearfix .row1 .col h2{
  display: inline-block;
}
.pricing-table-header.clearfix .row1 .col h2 i{
  font-size: 20px;
  margin-right: 10px;
}

.flexi-col2 .pricing-table-header.clearfix .row1 .col.col-in {
  padding-bottom: 16px;
  padding-top: 20px;
}

.flexi-col2 .pricing-table-header.clearfix .row1 .col1.col {
  max-width: 590px;
}
.pricing-table-header.clearfix .row2 .col1{
  max-width: 590px;
}


.flexi-col2 .pricing-table-header.clearfix .row1 .col3.col,
.flexi-col2 .pricing-table-header.clearfix .row1 .col4.col,
.flexi-col2 .pricing-table-header.clearfix .row2 .pricing-item1.col3,
.flexi-col2 .pricing-table-header.clearfix .row2 .pricing-item1.col4{
  max-width: 210px;
}
.flexi-col2 .pricing-table-header.clearfix .row2 span.from {
  display: none;
}
.pricing-table-header.clearfix .row1 .col.col-in, .pricing-table-header.clearfix .row2 .pricing-item1, .pricing-deatils-module .col {
  max-width: 210px;
}

.flexi-col2 .pricing-table-header {
  margin-bottom: 130px;
  border-bottom: 1px solid #d4d4cf;
}
.flexi-col2 .hs_cos_wrapper_type_rich_text {
  text-align: center;
}
/* ==========================================================================
Homepage End                       
========================================================================== */

.custom-pricing-details-row1 {
  background: #f6f6f2;
  padding: 49px 0 45px;
}

.custom-pricing-details-row1 h1 {
  color: #044c66;
  font-weight: 600;
  font-size: 46px;
  line-height: 64px;
}

.custom-pricing-details-row1 h5 {
  color: #044c66;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  line-height: 36px;
  font-weight: 300;
  margin: 0 0 10px;
}
.custom-pricing-details-row1 p {
  margin: 0 0 20px;
}

.custom-pricing-details-row2 {
  padding: 50px 0;
}



.custom-banner-area-2 {
  background-size: cover;
  padding-top: 89px;
  min-height: 330px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-align: center;
}
.custom-banner-area-2 * {
  color: #fff;
}


.custom-banner-area-2 .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.custom-banner-area-2 h2 {
  font-size: 38px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 46px;
  text-transform: none;
}


.custom-banner-area-2 h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 15px;
  text-transform: none;
  line-height: 36px;
}

.custom-banner-area-2 h4 {
  font-size: 16px;
  line-height: 1em;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

.custom-customer-row1 .page-center {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.custom-five-col-img {
  max-width: 870px;
  margin: 0 auto;
  padding: 0;
}


.custom-five-col-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  max-width: 870px;
  margin: 0 auto;
  padding: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-five-col-img .col {
  width: 20%;
  padding: 20px 25px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
  filter: gray;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0.5;
  float: left;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 20%;
}
.custom-five-col-img .col img {
  width: 100%;
  max-height: 80px;
  margin: 0 auto;
  vertical-align: middle;
  display: block;
}

.custom-five-col-img .col.Cbre img {
  width: 85px;
}


.custom-five-col-img .col.Asg img {
  width: 70px;
}

.custom-five-col-img .col.Pets img {
  width: 60px;
}

.custom-five-col-img .col.Hartmann img {
  width: 80px;
}

.custom-five-col-img .col.Hff img {
  width: 75px;
}

.custom-customer-row2 {
  background: #eeeeee;
  padding: 40px 0;
}
.custom-customer-row2 .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.custom-customer-row2 h1 {
  font-size: 32px;
  line-height: 1em;
  color: #363636;
  font-weight: 300;
  margin-bottom: 30px;
  text-align: center;
}


.custom-four-col-testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


.custom-four-col-testimonial .col {
  background: #fff;
  padding: 25px 15px 10px;
  width: 23.6%;
  margin: 0.7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}


.custom-four-col-testimonial .col p {
  font-style: italic;
  font-size: 13px;
  line-height: 25px;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  margin: 0 0 20px;
}

.custom-four-col-testimonial .col .user-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-four-col-testimonial .col .avatar-rec {
  width: 65px;
}
.custom-four-col-testimonial .col .title-rec {
  margin-left: 10px;
  font-size: 13px;
  color: #a1a1a1;
  text-align: left;
  line-height: 18px;
}

.custom-four-col-testimonial .col .title-rec span {
  display: block;
}

.custom-four-col-testimonial .col .title-rec b,
.custom-four-col-testimonial .col .title-rec strong{
  color: #f68b2a;
}
.custom-customer-row3 {
  background: #eeeeee;
  padding: 0 0 40px;
  text-align: center;
}

.custom-customer-row3 .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.custom-customer-row3 h1 {
  font-size: 32px;
  line-height: 1em;
  color: #363636;
  font-weight: 300;
  margin-bottom: 30px;
}

.wistia_embed {
  margin: 0 auto;
}
.custom-customer-row4 .page-center {
  padding-top: 30px!important;
  padding-bottom: 30px !important;
  text-align:center;
}
.custom-customer-row4 .btn-custom {
  border-radius: 4px;
  background: #f58a29;
  color: #fff;
  font-weight: 600;
  padding: 10px 40px;
}
.custom-customer-row4 .btn-custom.btn-inverted:hover {
  background: #f58030;
  color: #ffffff;
}
/* ========================= workflow ===================================== */
.csm-workflow-page.hs-home-page .custom-two-col-img .col-content p {
  margin-bottom: 50px;
}
.csm-workflow-page .custom-two-col-img,
.csm-enterprise-page .custom-two-col-img{
  align-items: normal;
  -ms-align-items: normal;
  -moz-align-items: normal;
  -webkit-align-items: normal;
}
.csm-workflow-page .custom-two-col-img .col-content blockquote p {
  margin: 0 0 20px !important;
}

/*========================== enterprise ==============================*/

.csm-enterprise-page .custom-vendor-row1.custom-home-row1 img.hs-image-widget {
  max-width: 777px !important;
  margin-top: 20px;
  margin-bottom: -170px;
  margin-right:90px
}
.csm-enterprise-page .custom-vendor-row3.custom-home-row3 {
  background: #fff;
}
.csm-enterprise-page .body-container .custom-vendor-row2.custom-home-row2 .page-center {
  padding-top: 24px;
  padding-bottom: 24px;
}
ul.marketing-info-item.clearfix {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.marketing-info-item.clearfix li {
  display: inline-block;
  width: 29%;
  float: left;
  margin: 0 2.5% 10px;
}
ul.marketing-info-item.clearfix li:first-child {
  margin-left: 0px;
}
ul.marketing-info-item.clearfix li img {
  display: block;
  width: auto;
  height: 50px;
  margin: 0 auto;
}

.csm-enterprise-page .custom-vendor-row5.custom-home-row5 {
  padding: 80px 0 100px;
  border-bottom: 1px solid #ebebeb;
}
.csm-two-col-equal .hs-row {
  margin: 0px -15px;
}
.csm-two-col-equal .csm-col {
  width: 50%;
  float: left;
  padding: 0px 15px;
}
.csm-two-col-equal .csm-col h2 {
  font-size: 30px;
  color: #363636;
  margin-bottom: 30px;
  line-height: 30px;
  text-transform: none;
}
.csm-two-col-equal .csm-col p {
  font-size: 16px;
  line-height: 28px;
  color: #a1a1a1;
  margin: 0px;
}
.csm-enterprise-page .csm-row8 {
  background: #EDEDED;
  padding: 21px 0;
}
.csm-enterprise-page .csm-row8 .page-center {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}
.csm-enterprise-page .csm-row9 {
  padding: 45px 0 90px 0;
}
.csm-enterprise-page .csm-row9 .page-center {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
.csm-enterprise-page .csm-row9 h2 {
  font-size: 32px;
  line-height: 42px;
  color: #362f2d;
  text-align: center;
  margin-bottom: 65px;
  text-transform: none;

}
ul.list-of-features {
  padding: 0 70px;
  font-size: 12px;
  line-height: 20px;
  list-style: none;
  margin: 0px;
}
ul.list-of-features li {
  color: #2c2e2f;
  margin-bottom: 45px;
}
ul.list-of-features li h3 {
  font-size: 16px;
  line-height: 20px;
  color: #2c2e2f;
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #f68b2a;
}
ul.list-of-features li p {
  color: #2c2e2f !important;
  margin: 0px !important;
  font-size: 12px !important;
  line-height: 20px !important;
}
.csm-enterprise-page .csm-row9 a.btn-custom.btn-medium.btn-inverted-light {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  display: inline-block;
  border-radius: 4px;
  background: #f58a29;
  font-weight: 600;
  color: #fff;
  padding: 10px 40px;
  line-height: 30px;
}
.csm-enterprise-page .csm-row9 a.btn-custom.btn-medium.btn-inverted-light:hover {
  background: #f58a29;
  opacity: 1;
}
.custom-home-row7 .col.col2.col-content {
  margin-bottom: 0px;
}

/*============================Client Issue Pages============================*/
.hs-ms-page .body-container .page-center {
  padding-top: 0;
  padding-bottom: 0;
}

.hs-ms-sec.hs-ms-sec1 {
  position: relative;
  padding: 41px 0 42px 0;
  background: #ffffff;
  padding-bottom: 0;
  text-align: center;
}

.hs-ms-sec.hs-ms-sec1 img.hs-image-widget {
  width: 870px !important;
}

.hs-ms-sec.hs-ms-sec1 h1 {
  color: #f58030 !important;
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 0;
  line-height: 46px;
}

.hs-ms-sec.hs-ms-sec1 h2 {
  font-size: 34px;
  text-transform: none;
  margin-bottom: 0;
  line-height: 46px;
  color: #362f2d;
  text-align: center;
}

.hs-ms-sec.hs-ms-sec1 h3 {
  line-height: 36px;
  color: #f58030;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
}

.hs-ms-sec.hs-ms-sec1 .hs_cos_wrapper_type_rich_text {
  padding-bottom: 38px;
}

.hs-ms-sec.hs-ms-sec2 {
  padding-top: 33px;
  padding-bottom: 33px;
  background-size: cover;
  text-align: center;
  background-color: #f58030;
  color: #fff;
  text-transform: uppercase;
}

.hs-ms-page .custom-button {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  outline: none;
  font-size: 15px;
  line-height: 30px;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 300;
  color: #f58030;
  background: #ffe2ce;
}

.hs-ms-page .custom-button:hover {
  background: #ffc49b;
  color: #ffffff;
}

.hs-ms-page .custom-button[href*="book_demo"] {
  font-size: 13.7px;
  text-transform: uppercase;
  margin-left: 27px;
  color: #ffffff;
  display: inline-block;
  padding: 11px 20px;
}

.hs-ms-page .custom-button[href*="book_demo"]:before {
  content: '\e806';
  font-family: "gk-icons-font";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  font-size: 28px;
  margin-right: 1px;
  vertical-align: top;
}

.hs-ms-page .custom-button[href*="book_demo"] span {
  text-decoration: underline;
}

.hs-ms-page .custom-button:first-child {
  margin: 0 22px 0 0;
}
.hs-ms-sec.hs-ms-sec3 {
  padding: 40px 0 19px 0;
  background-size: cover;
  background-color: #2c2e2f;
  color: #fff;
}

.hs-ms-sec.hs-ms-sec3 h2 {
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 30px;
  text-align: left;
  font-size: 32px;
  line-height: 42px;
}

.hs-ms-page .body-container.container-fluid .row-fluid .page-center {
  max-width: 1170px;
}

.hs-module.hs-left-icon {
  padding: 0 0 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
  line-height: 30px;
  font-size: 18px;
}

.hs-module.hs-left-icon .icon {
  display: inline-block;
  margin-right: 5px;
  width: 40px;
  vertical-align: middle;
  text-align: center;
  font-size: 26px;
}
.hs-ms-sec.hs-ms-sec4 {
  padding: 45px 0;
}

.hs-ms-sec.hs-ms-sec4 .hs-left h3 {
  margin-bottom: 20px;
  color: #f58030;
  font-size: 23px;
  line-height: 40px;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.hs-ms-sec.hs-ms-sec4 .hs-left ul {
  margin-bottom: 20px;
  margin-top: 2px;
  font-size: 18px;
  line-height: 30px;
  color: #77776e;
  padding-left: 60px;
  font-weight: 300;
  list-style: none;
}

.hs-ms-sec.hs-ms-sec4 .hs-left ul li:before {
  font-family: 'gk-icons-font';
  font-size: 20px;
  vertical-align: middle;
  content: '\e822';
  margin-right: 10px;
  color: #2c2e2f;
}

.hs-ms-sec.hs-ms-sec4 .hs-left ul li {
  margin-bottom: 5px;
}

.hs-two-col>.hs-image-wrapper {
  float: left;
  padding-right: 15px;
  width: 82px;
}

.hs-two-col>.hs-content {
  float: left;
  width: calc(100% - 82px);
}

.hs-two-col>.hs-content p {
  font-style: italic;
  font-weight: 300;
  color: #2c2e2f;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}

.hs-two-col>.hs-content>span {
  font-weight: 400;
  color: #2c2e2f;
  font-size: 14px;
  line-height: 26px;
}


.hs-ms-sec4 .hs-right {
  background: #ffffff;
  border-radius: 4px;
  padding: 43px 89px;
  text-align: center;
}

.hs-ms-sec4 .hs-right h2 {
  color: #333333;
  padding: 0;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 36px;
  width: 100%;
  text-transform: none;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
}

.hs-ms-sec4 .hs-right h2 span {
  color: #f58030 !important;
}

.hs-ms-sec4 .hs-right p {
  margin: 0 0 20px;
}

.hs-ms-sec4 .hs-right span.hs-form-required {
  display: none;
}

.hs-ms-sec4 .hs-right 
.form-title {
  display: none;
}

.hs-ms-sec4 .hs-right 
.hs-button {
  width: 100%;
  display: block;
}

.hs-ms-sec4 .hs-right p a {
  color: #959595;
  text-decoration: underline;
}

.hs-ms-sec4 .hs-right p a:hover {
  color: #f58030;
}

/* Placeholder Text */
.hs-ms-sec4 .hs-right ::-moz-placeholder {
  color: #898989;
  opacity: 1;
}

.hs-ms-sec4 .hs-right :-ms-input-placeholder {
  color: #898989;
  opacity: 1;
}

.hs-ms-sec4 .hs-right ::-webkit-input-placeholder {
  color: #898989;
  opacity: 1;
}

.hs-ms-sec.hs-ms-sec3 .hs-left {
  width: 58.33333333%;
}

.hs-ms-sec.hs-ms-sec3 .hs-right {
  width: 41.66666667%;
  margin-left: 0;
  padding: 0 0 0 17px;
}

.hs-ms-page .hs-ms-sec4 .hs-right .hs-button.primary {
  margin-top: 10px;
}

.hs-ms-page .hs-ms-sec4 .hs-right form.hs-form fieldset .hs-form-field {
  padding: 0;
  margin-bottom: 10px;
}

.hs-ms-page .hs-ms-sec4 .hs-right .hs-form fieldset.form-columns-2 .field.hs-form-field:first-child {
  padding-right: 10px;
}

.hs-ms-page .hs-ms-sec4 .hs-right .hs-input {
  margin-bottom: 5px;
}

/* ================ Book A Demo ========================*/
.inner-row1 .inner-content {
  position: relative;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 5px 30px;
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
}

.inner-row1 .check-block {
  text-align: center;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.inner-row1 .title {
  display: block;
  font-size: 14px;
  line-height: 1em;
  text-transform: uppercase;
  color: #38475a;
  font-weight: 600;
  margin-bottom: 15px;
}

.inner-row1 img.center-block {
  margin: 0 auto;
}

.inner-row1 .time {
  display: block;
  font-size: 12px;
  line-height: 1em;
  color: #38475a;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 15px;
}
.inner-row1 .check-block.center-block.second {
  position: relative;
}

.inner-row1 .center-block:before {
  position: absolute;
  top: 50%;
  height: 3px;
  background: #cdd5e1;
  margin-top: -1.5px;
  left: -44%;
  right: 55%;
  content: "";
}

.inner-row1 .center-block:after {
  position: absolute;
  top: 50%;
  height: 3px;
  background: #cdd5e1;
  margin-top: -1.5px;
  right: -45%;
  left: 55%;
  content: "";
}
.book-form-wrapper {
  width: 65%;
  margin: 0 auto;
  text-align: center;
  background: #ececec;
  padding: 25px 10px;
}

.book-demo-form {
  width: 65%;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  padding: 25px 10px;
}

.book-demo-form input.hs-input, .hs-form label {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.book-demo-form .hs_submit {
  margin-top: 20px;
}


.plan-help.tooltips { 
  position: relative; 
} 
.plan-help.tooltips:hover:after { 
  position: absolute; 
  content: ""; 
  width: 15px; 
  height: 15px; 
  background: #069ED5; 
  left: 0; top: 37px; 
  transform: rotate(45deg);
  visibility: hidden;
} 
/*.plan-help.tooltips .tooltip-text { 
position: absolute; 
left: -134px; 
top: 43px; 
width: 300px; 
height: auto; 
z-index: 999; 
display: none; 
background: #069ED5; 
text-align:center;
padding:10px;
}*/

.tooltip-text h3 {
  font-size:15px;
  line-height:1.2;
  color: #f58030;
  font-weight:bold;
  margin:0;
}
.tooltip-text p {
  color: #363636;
  font-size: 12px;
  margin: 6px 0 0;
}
.plan-help.tooltips:hover .tooltip-text {
  display:block;
}



.plan-help.tooltips .tooltip-text {
  position: absolute;
  top: 0;
  left: auto;
  z-index: 1060;
  width: 230px;
  max-width: 230px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  right: 39px;
  padding: 10px;
  height: auto;
  display: none;
}    


/* ======================== Cookie Box ================================ */

.mfp-hide {
  display:none;
}
.cookie-box {
  padding: 20px 30px;
  position: fixed;
  bottom: -100%;
  background:#EEEEEE;
  z-index:999;
  border: 1px solid #CCCCCC;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.cookie-box.active {
  bottom:0;
}
.cookie-popup-text {
  width:90%;
  float:left;
}
.cookie-popup-text p {
  margin:0 0 5px;
  color:#000;
}
.cookie-popup-btn {
  width:10%;
  float:left;
  margin-top:8px;
}
.cookie-popup-btn a {
  background: #67B900;
  color: #fff;
  padding: 10px 20px;
  line-height: normal;
}


.model-open {
  pointer-events: none;
  overflow-y: hidden;
  min-height: 100%;
  height: 100%;
}

.form-popup-container.active,
.form-popup-container--expanded.active {
  display:block !important;
}
.form-popup-container,
.form-popup-container--expanded {
  pointer-events: all;
  overflow-x: hidden;
  overflow-y: scroll;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(45,62,80,0.79);
  width: 100%;
  margin: auto;
  z-index: 99999;
  padding-top: 65px;
}
.form-popup-container > .row-fluid-wrapper,
.form-popup-container--expanded > .row-fluid-wrapper {
  display: table;
  height: 100%;
  width: 100%;
}
.form-popup-container > .row-fluid-wrapper > .row-fluid,
.form-popup-container--expanded > .row-fluid-wrapper > .row-fluid  {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}
.form-popup-container .white-box-container,
.form-popup-container--expanded .white-box-container {
  max-width: 710px;
  background: #fff;
  margin: 0 auto !important;
  float: none;
  position: relative;
  height: auto;
  margin-top:50px;
  padding: 2.75rem 2.5rem 2.5rem;
  text-align:left;
}
.form-popup-container .white-box-container .white-box-inner-container,
.form-popup-container--expanded .white-box-container .white-box-inner-container {
  box-sizing: content-box;
  max-width: 525px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.5rem;
  display: block;
  margin-top: 2rem;
  margin-bottom: 2rem;
  float: none;
}
.form-popup-container h3.form-title,
.form-popup-container--expanded h3.form-title {
  display:none;
}
.form-popup-container .white-box-container .popup-heading h2,
.form-popup-container--expanded .white-box-container .popup-heading h2 {
  text-align: center; 
  /*margin: 0 0 40px;
  font-size: 24px;*/
}
.form-popup-container .white-box-container .close-btn,
.form-popup-container--expanded .white-box-container .close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  left: auto;
  width: auto !important;
  font-size: 30px;
  font-weight: normal !important;
  cursor:pointer;
}
.form-popup-container .white-box-container .close-btn .material-icons,
.form-popup-container--expanded .white-box-container .close-btn .material-icons {
  font-size: 25px;   
}
.form-popup-container .white-box-container .hs-form .hs-form-field,
.form-popup-container--expanded .white-box-container .hs-form .hs-form-field {
  text-align: left;
  margin: 0 0 20px;
}
.form-popup-container .white-box-container .hs-form .hs-form-field > label,
.form-popup-container--expanded .white-box-container .hs-form .hs-form-field > label {
  margin: 0 0 5px;
  display: block;
  text-align: left;
  max-width: 100%;
  width: 100%;
}
.form-popup-container .white-box-container .hs-form .hs-form-field .hs-input,
.form-popup-container--expanded .white-box-container .hs-form .hs-form-field .hs-input {
  width: 100% !important;
  max-width: 100%;
  text-align: left;
  margin:0;
}
.form-popup-container .white-box-container .hs-form .actions .hs-button,
.form-popup-container--expanded .white-box-container .hs-form .actions .hs-button  {
  margin: 5px 0 0 0 !important;   
  min-width:150px;
  float: right;
}
.form-popup-container .white-box-container .submitted-message,
.form-popup-container--expanded .white-box-container .submitted-message {
  font-size: 20px;
  text-align: center;
  color: #f58030;
  margin: 20px 0;
  display:none;
}
.form-popup-container .white-box-container .hs-error-msgs,
.form-popup-container--expanded .white-box-container .hs-error-msgs {
  list-style:none;
}
.form-popup-container .white-box-container .hs-error-msgs li label,
.form-popup-container--expanded .white-box-container .hs-error-msgs li label {
  max-width:none;
  display:block;
  text-align:left;
  width: auto;
}
.form-popup-container .popup-form .hs-form-8dae76f0-6d5a-4bb4-817e-5e240f973a31_b66162d6-5f77-457b-823c-b0a5e105106a,
.form-popup-container--expanded .popup-form .hs-form-8dae76f0-6d5a-4bb4-817e-5e240f973a31_b66162d6-5f77-457b-823c-b0a5e105106a {
    margin-bottom: 0px;
}

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


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

@media (max-width: 1199px) {
  .container-fluid .row-fluid .page-center,
  .hs-home-page .custom-two-col-img{
    max-width: 970px;
  }
  .pricing-holder .pricing-item .plan-price {
    font-size: 32px;
  }
  .custom-header-logo-wrapper, .custom-menu-primary {
    width: auto !important;
    margin-left: 0 !important;
  }
  .custom-menu-primary {
    float:right !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 4px 10px;
  }
  .map_canvas {
    height: 209px;
  }
  .custom-contact-rows .col p {
    font-size: 16px;
  }
  .custom-vendor-row8{
    padding: 40px 0;
  }
  .pricing-table-header.clearfix .row1 .col.col-in.col4, .pricing-table-header.clearfix .row2 .pricing-item1.col4, .pricing-deatils-module .col.col4 {
    max-width: 213px;
  }
  .pricing-table-header.clearfix .row1 .col.col-in.col3, .pricing-table-header.clearfix .row2 .pricing-item1.col3, .pricing-deatils-module .col.col3 {
    max-width: 187px;
  }
  .pricing-table-header.clearfix .row1 .col.col-in, .pricing-table-header.clearfix .row2 .pricing-item1, .pricing-deatils-module .col {
    max-width: 185px;
  }
  .pricing-item1 p.plan-price{
    font-size: 32px;
  }
  .pricing-deatils-module1 tbody tr td:first-child {
    width: 355px;
  }
  .pricing-deatils-module1 tbody tr td:nth-child(2) {
    width: 185px;
  }
  .pricing-deatils-module1 tbody tr td:nth-child(3) {
    width: 187px;
  }
  .custom-pricing-details-row2 .flexi-col2 .section-header h1,
  .custom-pricing-details-row2 .flexi-col2 .section-header p{
    padding-left: 197px;
  }
  .flexi-col2 .pricing-table-header.clearfix .row1 .col1 h2{
    font-size: 15px;
  }
  .pricing-table-header.clearfix .row1 .col h2 i {
    font-size: 18px;
    margin-right: 5px;
  }
  .flexi-col2 .pricing-table-header.clearfix .row1 .col.col-in.col4,
  .flexi-col2 .pricing-table-header.clearfix .row2 .pricing-item1.col4{
    max-width: 184px;
  }
  .flexi-col2 .pricing-table-header.clearfix .row2 .pricing-item1.col3 {
    max-width: 187px;
  }
  .hs-ms-page .body-container.container-fluid .row-fluid .page-center{
    max-width: 970px;
  }
}


@media (max-width: 991px) {
  .csm-enterprise-page .csm-row9 a.btn-custom.btn-medium.btn-inverted-light{
    font-size: 13px;
    line-height: 24px;
  }
  .container-fluid .row-fluid .page-center,
  .hs-home-page .custom-two-col-img{
    max-width: 750px;
  }
  .custom-two-col-testimonial .col2:before {
    top: -10px;
    left: 0;
    right: 0;
    bottom: auto;
    content: '';
    border-left: 0;
    border-bottom: 1px solid #EEEEEE;
  }
  .custom-contact-rows .col .hs_cos_wrapper_type_rich_text h6, .custom-contact-rows .col .hs_cos_wrapper_type_rich_text h5 {
    font-size: 12px;
  }
  .custom-vendor-row9 .btn-custom.btn-medium {
    font-size: 13px;
    line-height: 24px;
  }
  .custom-vendor-row9{
    padding: 35px 0;
  }
  .custom-vendor-row4 .btn-custom.btn-medium,
  .custom-vendor-row9 .btn-custom.btn-medium{
    padding: 10px 36px;
  }
  .desktop-logo.desktop-view img {
    width: 194.2px;
  }
  .custom-banner-area-2 h3 {
    line-height: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 4px 5px;
  }
  body {
    font-size: 12px;
    line-height: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    padding: 4px 5px;
  }
  .custom-header{
    padding:15px 0;
  }
  .custom-header-logo-wrapper {
    margin-top: -3px;
    margin-bottom: 3px;
  }
  .mobile-logo.mobile-view img {
    width: 35.5px;
    margin-bottom: -1px;
  }
  .logo-col1 img, .logo-col2 img {
    width: 70px;
  }
  .custom-footer-row1 {
    max-width: 620px;
    margin: 0 auto !important;
    float: none !important;
  }
  .custom-footer-copyright p {
    margin: 16px 0 0;
  }
  .custom-footer-row1 .content-col.col{
    padding-top: 9px;
  }
  .custom-footer-menu ul {
    margin: 0 0 10px;
  }
  .body-container-wrapper {
    padding-top: 68px;
  }
  .one-column .main-content h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .custom-banner-area .content-col {
    max-width: 700px;
    margin-left: -350px;
    padding: 20px 10px 14px;
  }
  .custom-banner-area .content-col h1 {
    font-size: 31px;
  }
  .custom-banner-area .content-col p {
    font-size: 20px;
  }
  .hs-button.primary, .hs-form input[type="submit"], .hs-form input[type="button"] {
    font-size: 12px;
    padding: 8px 12px;
  }
  select {
    margin-bottom: 7px;
    padding: 11px 14px !important;
  }
  .hs-form input[type="text"], .hs-form input[type="password"], .hs-form input[type="datetime"],
  .hs-form input[type="datetime-local"], .hs-form input[type="date"], .hs-form input[type="month"],
  .hs-form input[type="time"], .hs-form input[type="week"], .hs-form input[type="number"], .hs-form input[type="email"],
  .hs-form input[type="url"], .hs-form input[type="search"], .hs-form input[type="tel"], 
  .hs-form input[type="color"], .hs-form input[type="file"], .hs-form input[type="region"], .hs-form input[type="message"], .hs-form textarea, .hs-form select {
    width: 100%;
    border: 1px solid #dadada;
    font-size: 14px;
    line-height: 19px;
    padding: 7px 14px 6px;
    background: #ffffff;
    color: #2c2e2f;
    border-radius: 3px;
    min-height: 1px;
  }
  .custom-contact-row1 .widget-type-form h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .custom-contact-row1 textarea {
    padding: 12px 14px 6px;
  }
  .map_canvas {
    height: 160px;
  }
  .body-container .custom-vendor-row1 .page-center {
    padding-top: 25px;
  }
  .custom-vendor-row1 h2 {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 20px;
  }
  .custom-vendor-row1 .btn-custom {
    font-size: 14px;
    padding: 13px 30px;
  }
  .custom-vendor-row2 {
    margin-bottom: 20px;
  }
  .custom-two-col-img {
    padding: 25px 0;
    flex-flow: wrap;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
  }
  .custom-two-col-img .col-content {
    width: 100%;
    float: none;
  }
  .custom-two-col-img .col-img {
    width: 100%;
    float: none;
  }
  .custom-two-col-img.right .col-content {
    order: 2;
    -webkit-order: 2;
    -moz-order: 2;
  }
  .custom-two-col-img.right .col-img {
    order: 1;
    -moz-order: 1;
    -webkit-order: 1;
  }
  .custom-two-col-img .col-img {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    /* order: 1; */
    text-align: center;
  }
  .custom-two-col-img h2 {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 20px;
  }
  .custom-two-col-img img {
    margin: 0 auto;
    display: block;
  }
  .body-container .hs_cos_wrapper_type_space {
    margin: 30px auto 40px auto;
  }
  .body-container .hs_cos_wrapper_type_space:after{
    padding-top: 9px;
  }
  .custom-two-col-img.left .col-img {
    padding-right: 15px;
    padding-left: 15px;
  }
  .body-container .custom-vendor-row4 .page-center {
    padding-top: 45px;
    padding-bottom: 35px;
  }
  .custom-vendor-row4 .btn-custom {
    padding: 10px 36px;
    font-size: 13px;
    line-height: 24px;
  }
  .body-container .custom-vendor-row6 .page-center {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .custom-vendor-row6 h2 {
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 36px;
  }
  .custom-vendor-row6 .col {
    width: 100%;
    margin-left: 0;
    padding: 0 !important;
    font-size: 12px;
    line-height: 20px;
  }
  .custom-one-col-with-left-img .icon-holder {
    padding-right: 15px;
    padding-left: 0;
  }
  .custom-one-col-with-left-img .icon-holder .icon {
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-width: 1px;
    border-radius: 4px;
  }
  .custom-one-col-with-left-img .icon-holder .icon:before {
    padding-top: 8px;
  }
  .custom-vendor-row8 .col1 h2 {
    margin-bottom: 25px;
    padding-right: 0;
    text-align: center;
    font-size: 28px;
    line-height: 36px;
    text-transform: none;
  }
  .custom-one-col-with-left-img .content-col{
    margin-bottom: 15px;
  }
  .custom-vendor-row8{
    padding: 30px 0;
  }
  .custom-vendor-row8 .col1 {
    width: 100%;
    padding-right: 0;
  }
  .custom-vendor-row8 .col2 {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  .custom-vendor-row8 .col2 .hs_cos_wrapper_type_rich_text {
    padding-left: 0;
  }
  .custom-vendor-row8 .col2 .hs_cos_wrapper_type_rich_text:before{
    display:none;
  }
  .custom-vendor-row8 .col2 ul {
    font-size: 16px;
    margin-bottom: 25px;
    margin-left: -15px;
  }
  .custom-vendor-row8 .col2 ul li {
    line-height: 24px;
    margin-bottom: 15px;
  }
  .custom-vendor-row8 .btn-custom {
    font-size: 15px !important;
    line-height: 24px;
    padding: 8px 15px;
  }
  .custom-demo-row1 h2 {
    font-size: 28px;
  }
  .custom-two-col-testimonial .col {
    margin-left: 0;
    position: relative;
    padding: 15px 15px 40px;
    width: 100%;
    float: none;
  }
  .comment-inner-block .logo {
    text-align: center;
    margin: 0 auto 10px;
  }
  .custom-two-col-testimonial .col2:before {
    top: -10px;
    left: 0;
    right: 0;
    bottom: auto;
    content: '';
    border-left: 0;
    border-bottom: 1px solid #EEEEEE;
    position: absolute;
  }
  .pricing-header .title {
    font-size: 20px;
    line-height: 28px;
  }
  .pricing-holder .btn-custom {
    font-size: 12px;
    padding: 8px 12px;
  }
  .btn-custom {
    font-size: 12px;
    padding: 8px 12px;
  }

  .custom-home-row1 h1 {
    font-size: 30px;
  }
  .custom-home-row1 h3 {
    font-size: 12px;
    line-height: 20px;
  }
  .hs-home-page .custom-two-col-img .col-content {
    order: 1;
    -webkit-order: 1;
    -moz-order: 1;
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .hs-home-page .custom-two-col-img h2,
  .hs-home-page .custom-two-col-img  p{
    text-align: center;
  }
  .hs-home-page .custom-two-col-img .col-content p{
    margin-bottom: 40px;
  }
  .hs-home-page .custom-two-col-img.left .col-img{
    order: 2;
    -webkit-order: 2;
    -moz-order: 2; 
    margin-bottom: 25px;
  }
  .hs-home-page .custom-two-col-img.left .col-content {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    order: 1;
    -webkit-order: 1;
    -moz-order: 1;
    margin-bottom: 25px;
  }
  .custom-home-row4 .btn-custom {
    font-size: 13px;
    line-height: 24px;
  }
  .hs-home-page .custom-two-col-img.right .col-img {
    margin-bottom: 25px;
  }
  .custom-home-row4{

    margin: 20px 0;
  }
  .custom-iso-two-col .col {
    width: 100%;
    float: none;
    text-align: left;
  }
  .custom-iso-two-col .col.col2 {
    margin-left: 0;
  }
  .custom-iso-two-col .col h4 {
    font-size: 23px;
    line-height: 28px;
  }
  .custom-iso-two-col .col.col2 {
    margin-left: 0;
    margin-top: 20px;
  }
  .hs-home-page .custom-home-row7 .custom-two-col-img.left .col-content {
    width: 100%;
    max-width: 100%;
  }
  .custom-vendor-row8.custom-home-row8 .col1 {
    width: 100%;
    padding-right: 0;
    padding-left: 0px;
  }
  .custom-vendor-row8.custom-home-row8 .col1 h2 {
    margin-bottom: 25px;
    padding-right: 0;
    text-align: center;
    font-size: 28px;
    line-height: 36px;
  }
  .custom-vendor-row8.custom-home-row8 .col2 {
    width: 100%;
    margin-left: 0;
    padding-left: 9px;
    margin-bottom: 0;
  }
  .custom-vendor-row8 .col2 ul li .icon {
    width: auto;
  }
  .custom-vendor-row8 .col2 ul {
    margin-left: -9px;
  }
  .custom-footer {
    padding: 15px 0 15px;
  }
  .custom-pricing-details-row1 h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .custom-vendor-row8 .col2 ul {
    font-size: 16px;

  }
  .custom-pricing-details-row1{
    padding: 49px 0 50px;
  }
  .pricing-table-header.clearfix .row1 .col.col-in.col4, .pricing-table-header.clearfix .row2 .pricing-item1.col4, .pricing-deatils-module .col.col4 {
    max-width: 161px;
  }
  .pricing-table-header.clearfix .row1 .col.col-in.col3, .pricing-table-header.clearfix .row2 .pricing-item1.col3, .pricing-deatils-module .col.col3, .pricing-deatils-module1 tbody tr td:nth-child(3) {
    max-width: 148px;
  }
  .pricing-table-header.clearfix .row1 .col.col-in, .pricing-table-header.clearfix .row2 .pricing-item1, .pricing-deatils-module .col, .pricing-deatils-module1 tbody tr td:nth-child(2) {
    max-width: 127px;
    min-width: 127px;
  }
  .pricing-item1 p.plan-price {
    font-size: 26px;
  }
  .pricing-item1 p.plan-price span.currency{
    font-size: 16px;
  }
  .pricing-item1 p.plan-price span.month {

    font-size: 11px;
  }
  .pricing-item1 p.plan-price span.from {
    font-size: 11px;
  }
  .pricing-deatils-module1 tbody tr td:first-child {
    width: 284px;
    min-width: 284px;
  }
  .pricing-deatils-module1 tbody tr td:nth-child(2) {
    width: 127px;
  }
  .pricing-deatils-module1 tbody tr td:nth-child(3) {
    width: 148px;
    min-width: 148px;
  }
  .flexi-col2 .pricing-table-header.clearfix .row1 .col.col-in.col4 {
    max-width: 135px;
  }
  .flexi-col2 .pricing-table-header.clearfix .row1 .col3.col {
    max-width: 128px !important;
  }
  .flexi-col2 .pricing-table-header.clearfix .row2 .pricing-item1.col4 {
    max-width: 135px;
  }
  .flexi-col2 .pricing-table-header.clearfix .row2 .pricing-item1.col3 {
    max-width: 128px;
  }
  .flexi-col2 .pricing-table-header {
    margin-bottom: 70px;
  }
  .pricing-holder .pricing-item .plan-price {
    font-size: 26px;
  }
  .custom-pricing-row3 h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .custom-pricing-row4 h1 {
    font-size: 30px;
    line-height: 38px;
  }
  .custom-vendor-row8.custom-home-row8 .col2 ul li {
    margin-bottom: 22px;

  }
  .custom-vendor-row8 .col2 ul li img {
    margin-top: 0px !important;
  }
  .custom-customer-row1 {
    margin-bottom: 20px;
  }
  .custom-four-col-testimonial .col {
    width: 48%;
  }
  .custom-customer-row4 .btn-custom {
    font-size: 13px;
    line-height: 24px;
  }
  .csm-enterprise-page .custom-vendor-row2 {
    margin-bottom: 0px;
  }
  .csm-enterprise-page .custom-vendor-row1.custom-home-row1 img.hs-image-widget{
    margin-right: 0;
  }
  .custom-home-row5 .csm-two-col-equal .csm-col {
    text-align: center;
  }
  ul.list-of-features {
    padding: 0;
  }
  ul.list-of-features li{
    margin-bottom: 15px;
  }
  .csm-enterprise-page .csm-row9 h2 {
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 36px;
  }
  .csm-enterprise-page .csm-row9 {
    padding: 30px 0px;
  }
  .custom-vendor-row1.custom-home-row1 img.hs-image-widget{
    width:100% !important;
  }
  .hs-ms-page .body-container.container-fluid .row-fluid .page-center{
    max-width: 750px;
  }
  .hs-ms-sec.hs-ms-sec1 h1 {
    font-size: 28px;
  }

  .hs-ms-sec.hs-ms-sec1 h2 {
    font-size: 26px;
  }

  .hs-ms-sec.hs-ms-sec1 h3 {
    font-size: 12px;
    line-height: 20px;
  }

  .hs-ms-sec.hs-ms-sec1 {
    padding: 61px 0 0 0;
  }

  .hs-ms-sec.hs-ms-sec2 {
    padding: 30px 0 20px;
    font-size: 14px;
  }

  .hs-ms-page .custom-button {
    font-size: 13px;
    line-height: 24px;
    padding: 8px 15px;
  }

  .hs-ms-page .custom-button[href*="book_demo"] {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 15px 8px;
  }

  .hs-ms-sec.hs-ms-sec3 .hs-right,.hs-ms-sec.hs-ms-sec3 .hs-left {
    width: 100%;
    padding: 0;
  }

  .hs-ms-sec.hs-ms-sec3 h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .hs-module.hs-left-icon {
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .hs-module.hs-left-icon .icon {
    width: auto;
  }

  .hs-ms-sec4 .hs-right,.hs-ms-sec4 .hs-left {
    margin-left: 0;
    width: 100%;
    float: none;
  }

  .hs-ms-sec.hs-ms-sec4 .hs-left ul {
    padding: 0;
  }

  .hs-module.hs-two-col.hs-has-image {
    margin: 0 0 40px;
  }

  .hs-module.hs-two-col.hs-has-image:after {
    content: '';
    display: block;
    clear: both;
  }

  .hs-ms-sec4 .hs-right {
    max-width: 605px;
    margin: 0 auto;
  }
}


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

@media (max-width: 767px) {

  .csm-two-col-equal .csm-col {
    width: 100%
  }
  .csm-enterprise-page .custom-vendor-row1.custom-home-row1 img.hs-image-widget{
    margin-bottom: 0;
  }
  .desktop-view{
    display:none !important;
  }
  .custom-pricing-row1 h5 {
    padding-right: 70px;
    padding-left: 70px;
  }
  .mobile-logo.mobile-view img {
    width: 29.1px;
    margin-bottom: 0;
  }
  .custom-header {
    padding: 7px 0;
  }
  .custom-header-logo-wrapper {
    margin-top: 0;
    margin-bottom: 1px;
  }
  .body-container-wrapper {
    padding-top: 47px;
  }
  .custom-footer-row1 .logo-col2.col {
    display: none !important;
  }
  .custom-footer-row1 .logo-col1.col {
    width: 100% !important;
  }
  .custom-footer-row1 .col {
    width: 100% !important;
    display: block !important;
    margin-left: 0 !important;
  }
  .custom-vendor-row9{
    padding: 15px 0;
  }
  .custom-footer-row1 .content-col.col ul{
    padding:0;
  }
  .custom-footer-menu ul {
    margin: 0 0 20px;
  }
  .custom-footer-row1 .inner-col {
    margin: 0 10px 7px 10px !important;
    display: inline-block !important;
  }

  .body-container .page-center {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .one-column .main-content h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 25px;
  }
  .one-column .main-content p {
    margin: 0 0 20px;
  }
  .one-column .main-content h5 {
    font-size: 14px;
    line-height: 24px;
  }
  .one-column .main-content h6 {
    font-size: 14px;
    line-height: 20px;
  }
  .one-column .main-content h3 {
    font-size: 26px;
    line-height: 32px;
  }
  .one-column .main-content h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .main-content ol {
    padding-left: 10px;
  }
  .custom-banner-area {
    min-height: 300px;
    background-position: 47% 0;
  }
  .custom-banner-area .content-col h1 {
    font-size: 18px;
  }
  .custom-banner-area .content-col p {
    font-size: 14px;
    line-height: 18px;
  }
  .main-content.partner-program .promo-img .promo-content {
    width: 96%;
    margin: 0 2%;
    left: auto;
    margin-left: 2%;
    padding: 10px;
  }
  .hs-partner-page .page-center.content-wrapper .flexi-col h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .hs-partner-page .page-center.content-wrapper .flexi-col h5 {
    font-size: 15px;
    line-height: 18px;
    margin-top: 0;
  }
  .custom-partner-row .col {
    width: 100%;
  }
  .custom-one-col-with-top-img{
    max-width: 100%;
  }
  .custom-one-col-with-top-img .content-col {
    margin-top: 20px;
  }
  .custom-one-col-with-top-img.Generating.new.business .icon-lamp-g {
    width: 52px;
  }
  .custom-one-col-with-top-img  .icon-lamp-g{
    min-height: 80px;
  }
  .custom-one-col-with-top-img span.sub-title {
    font-size: 16px;
    line-height: 20px;
  }
  .custom-one-col-with-top-img span.sub-description {
    font-size: 16px;
    line-height: 20px;
  }
  .engagements.custom-one-col-with-top-img .icon-lamp-g {
    width: 69px;
  }
  .cashflow.custom-one-col-with-top-img .icon-lamp-g {
    width: 66px;
  }
  .management.custom-one-col-with-top-img .icon-lamp-g {
    width: 64px;
    height: 80px;
  }
  .business.custom-one-col-with-top-img .icon-lamp-g {
    width: 75px;
  }
  .Demonstrate.custom-one-col-with-top-img .icon-lamp-g {
    width: 69px;
  }
  .revenue.custom-one-col-with-top-img .icon-lamp-g {
    width: 96px;
    height: 80px;
  }
  .Procurement-as-a-Service.custom-one-col-with-top-img .icon-lamp-g {
    width: 78px;
    height: 80px;
  }
  .custom-partner-row5 h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .custom-partner-row5 form {
    width: 100%;
    padding: 20px;
    max-width: 500px;
  }
  .hs-form input[type="text"], .hs-form input[type="password"], .hs-form input[type="datetime"], .hs-form input[type="datetime-local"],
  .hs-form input[type="date"], .hs-form input[type="month"], .hs-form input[type="time"], .hs-form input[type="week"], .hs-form input[type="number"],
  .hs-form input[type="email"], .hs-form input[type="url"], .hs-form input[type="search"], .hs-form input[type="tel"], .hs-form input[type="color"],
  .hs-form input[type="file"], .hs-form textarea, .hs-form select{
    padding: 6px 14px;
    max-width:100%;
    width:100%;
  }
  .custom-contact-row1 .widget-type-form {
    padding: 25px 15px 0;
  }
  .custom-contact-row1 .hs-richtext p {
    font-size: 10px;
  }
  .custom-contact-row1 textarea,
  textarea{
    /* resize: none; */
    height: 100px;
  }
  .custom-contact-row1 .hs_cos_wrapper_type_rich_text p {
    padding: 15px 0 20px;
  }
  .custom-contact-row1 .hs_cos_wrapper_type_rich_text p a {
    font-size: 10px;
  }
  .row2-top-flexi h4 {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 24px;
  }
  .custom-contact-rows .col {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0 !important;
    margin-left: 0 !important;
  }
  .map_canvas {
    height: 0;
    overflow: hidden;
    padding-bottom: 45%;
    padding-top: 30px;
    position: relative;
  }
  .custom-contact-row4 {
    margin-bottom: 0;
  }
  .body-container .custom-vendor-row1 .page-center {
    padding-top: 20px;
  }
  .custom-vendor-row1 h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .custom-two-col-img h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .author-quote .avatar {
    width: 40px;
  }
  .author-quote .author {
    padding: 8px 0;
    font-size: 12px;
  }
  .body-container .hs_cos_wrapper_type_space {
    margin: 25px auto 30px auto;
  }
  .body-container .custom-vendor-row4 .page-center {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .custom-vendor-row4 p> span {
    display: block;
    /* height: 45px; */
    margin-bottom: 4px;
    margin-top: 10px;
    margin-left: 0;
    padding-left:10px;
  }
  .custom-vendor-row4 p> span img {
    width: 247px;
  }
  .custom-vendor-row6 h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .custom-vendor-row8 .col1 h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .custom-vendor-row8 .col2 ul {
    font-size: 16px;
    margin-bottom: 25px;
    margin-left: 0;
  }
  .custom-demo-row1 h2 {
    font-size: 20px;
  }
  .custom-demo-row2 .inner-row1 .col1 {
    width: auto !important;
    text-align: center;
    float: left !important;
  }
  .custom-demo-row2 {
    padding: 40px 5px 30px;
  }
  .custom-demo-row2 .inner-row1 h5 {
    font-size: 12px;
  }
  .custom-demo-row2 .inner-row1 .col2{
    float: none !important;
    left: 80px;
  }
  .comment-inner-block .logo {
    text-align: left;
    margin: 0 auto 10px;
  }
  .comment-inner-block p.comment1{
    min-height: 1px;
  }
  .custom-home-row1 h1 {
    font-size: 22px;
        line-height: 30px;
    margin-bottom: 10px;
  }
  .body-container .custom-vendor-row2.custom-home-row2 .page-center {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .custom-vendor-row2.custom-home-row2 img {
    float: left;
  }
  .hs-home-page .custom-two-col-wrapper-img {
    padding: 25px 0;
  }
  .hs-home-page .custom-two-col-img h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .hs-home-page .custom-two-col-img .col-content p {
    font-size: 13px;
    line-height: 20px;
  }
  .hs-home-page .author-quote .avatar {
    width: auto;
  }
  .custom-home-row4 .page-center h4 {
    font-size: 22px;
    line-height: 30px;
  }
  .custom-home-row4 {
    margin: 15px 0;
  }
  .custom-iso-two-col .col {
    width: 100%;
    float: none;
    text-align: center;
  }
  .custom-iso-two-col .col h4 {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }
  .custom-iso-two-col .col .img {
    margin-right: 0;
    width: 100%;
    margin: 0;
    float: none;
    margin-bottom: 20px;
  }
  .custom-iso-two-col .col .img img {
    display: block;
    max-width: 80px;
    margin: 0 auto;
  }
  .custom-iso-two-col .col .content {
    width: 100%;
    float: none;
    font-size: 12px;
  }
  .custom-iso-two-col .col.col2 {
    margin-left: 0;
    margin-top: 40px;
  }
  .hs-home-page .custom-home-row7 .custom-two-col-img.left .col-content {
    width: 100%;
    max-width: 100%;
  }
  .custom-vendor-row8.custom-home-row8 .col1 h2 {
    margin-bottom: 25px;
    padding-right: 0;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
  }
  .custom-vendor-row8.custom-home-row8 .col2{
    padding-left: 0;
  }
  .custom-vendor-row8 .col2 ul li{
    text-align: left;
  }
  .custom-footer-menu ul li:last-child a{
    display: inline-block;
  }
  .custom-partner-row .col{
    padding-left: 0;
    padding-right: 0;
  }
  .meetings-iframe-container iframe {
    width: 100% !important;
    min-width: 275px !important;
  }
  .custom-banner-area .content-col {
    width: 100%;
    left: 0;
    margin-left: auto;
    padding: 10px;
    margin-right: auto;
    right: 0;
    max-width: 96%;
  }
  .custom-pricing-details-row2 .flexi-col1,
  .custom-pricing-details-row2 .flexi-col2{
    overflow: auto;
    padding-bottom: 20px;
  }
  .pricing-table-header.clearfix,
  .pricing-deatils-module1 table{
    /* overflow-x: auto; */
    width: 719px;
    max-width:none;
  }
  .custom-pricing-details-row2 .flexi-col2{
    margin-bottom: 70px;
  }
  .flexi-col2 .hs_cos_wrapper_type_custom_widget:last-of-type .pricing-table-header {
    margin-bottom: 0;
  }
  .custom-pricing-details-row2 .flexi-col2 .section-header h1, .custom-pricing-details-row2 .flexi-col2 .section-header p {
    padding-left: 0;
  }
  .custom-pricing-details-row1 {
    padding: 25px 0;
  }
  .custom-pricing-details-row1 h1 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .custom-pricing-details-row1 h5 {
    font-size: 16px;
    line-height: 24px;
  }
  .custom-pricing-details-row1 {
    padding: 25px 0 70px;
  }
  .custom-pricing-details-row2 {
    padding: 25px 0;
  }
  .custom-pricing-details-row2 .flexi-col2 .section-header h1 {
    font-size: 24px;
    margin-left: 0;
  }
  .custom-pricing-details-row2 .flexi-col2 .section-header p {
    font-size: 16px;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .custom-pricing-row3 h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .custom-pricing-row4 h1 {
    font-size: 30px;
    line-height: 38px;
  }
  .custom-pricing-row1 {
    padding: 25px 0 20px;
  }
  .custom-pricing-row1 h5 {
    font-size: 16px;
    line-height: 24px;
  }
  .custom-pricing-row1 h6 {
    font-size: 14px;
    line-height: 20px;
  }
  .pricing-holder .pricing-item {
    width: 100%;
  }
  .pricing-floatet {
    margin-top: 25px;
  }
  .custom-pricing-row2 {
    padding-bottom: 25px;
  }
  .custom-pricing-row3 h4 {
    margin-bottom: 25px;
  }
  .custom-pricing-row4 {
    background: #f4f4f4;
    padding: 25px 0;
  }
  .custom-pricing-row4 h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .custom-pricing-row4 .col .hs_cos_wrapper_type_rich_text {
    padding: 15px;
  }
  .custom-pricing-row4 .col .hs_cos_wrapper_type_rich_text p {
    line-height: 20px;
  }
  .custom-vendor-row8 .col2 ul li img {
    margin-left: 0 !important;
  }
  .custom-pricing-row4 .col .hs_cos_wrapper_type_rich_text h6 {
    font-size: 14px;
    line-height: 20px;
  }
  .checkbox-row span.fakelabel span{
    float:none;
  }
  .custom-banner-area-2 {
    min-height: 200px;
    padding-top: 50px;
  }
  .custom-banner-area-2 h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .custom-banner-area-2 h3 {
    font-size: 18px;
  }
  .custom-banner-area-2 h4 {
    font-size: 13px;
  }
  .custom-customer-row2 h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .custom-four-col-testimonial .col {
    width: 48.5%;
  }
  .wistia_embed {
    width: 100% !important;
    max-width: 480px;
  }

  #wistia_75.thumbnail_img, #wistia_247.thumbnail_img {

    left: 0 !important;
    height: auto !important;
    width: 100% !important;
    max-width: 450px !important;
  }

  .testimonial-vid-block {
    width: auto !important;
    max-width: 450px;
    display: block !important;
    margin: 0 auto;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    overflow-y: auto;
    max-height: calc(78vh - 30px);
  }
  .csm-enterprise-page .custom-vendor-row5.custom-home-row5 {
    padding: 30px 0 50px;
  }
  .csm-enterprise-page .csm-two-col-equal .csm-col h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .csm-enterprise-page .csm-two-col-equal .csm-col p {
    font-size: 13px;
    line-height: 20px;
  }
  .csm-enterprise-page .custom-home-row5 .csm-two-col-equal .csm-col {
    margin-bottom: 40px;
  }
  .csm-enterprise-page .csm-row9 h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .hs-ms-page .body-container.container-fluid .row-fluid .page-center{
    max-width: 100%;
  }
  .hs-ms-sec.hs-ms-sec1 h1 {
    font-size: 20px;
  }

  .hs-ms-sec.hs-ms-sec1 h2 {
    font-size: 18px;
  }

  .hs-ms-sec.hs-ms-sec1 {
    padding: 42px 0 0 0;
  }

  .hs-ms-sec.hs-ms-sec2 {
    padding: 25px 0 15px;
  }

  .hs-ms-sec.hs-ms-sec3 h2 {
    font-size: 20px;
    line-height: 26px;
  }

  .hs-ms-sec4 .hs-right {
    padding: 30px;
  }

  .hs-ms-sec4 .hs-right h2 {
    font-size: 16px;
    line-height: 20px;
  }

  .hs-ms-sec4 .hs-right form.hs-form fieldset .hs-form-field {
    width: 100% !IMPORTANT;
    padding: 0 !important;
  }
  .hs-ms-sec.hs-ms-sec2 .page-center {
    padding: 0 0px;
  }
  .hs-ms-sec4 .hs-right p {
    font-size: 10px;
  }
  .hs-ms-page .hs-ms-sec4 .hs-right .hs-form fieldset.form-columns-2 .field.hs-form-field:first-child {
    padding: 0;
  }
  .form-popup-container .white-box-container,
  .form-popup-container--expanded .white-box-container {
    max-width:600px;
  }
  .form-popup-container .white-box-container .popup-heading h2,
  .form-popup-container--expanded .white-box-container .popup-heading h2 {
    font-size: 30px;
  }
  .form-popup-container .white-box-container .hs-form .actions,
  .form-popup-container--expanded .white-box-container .hs-form .actions {
    text-align:center;
  }
  .form-popup-container .white-box-container .hs-form .actions .hs-button,
  .form-popup-container--expanded .white-box-container .hs-form .actions .hs-button {
    margin: 5px auto 0 !important;
    float: none !important;
  }
}  
@media (max-width: 665px) {
  .custom-four-col-testimonial .col {
    width: 99.3%;
    margin-left: auto;
    margin-right:auto;
  }
  .custom-five-col-img .col {
    width: 170px;
    float: none;
    margin: 0 auto;
  }
  .cookie-popup-text {
    padding-right: 0 !important;
  }
  .cookie-popup-text p {
    padding-bottom: 5px !important;
  }
  .cookie-popup-btn {
    width: 100% !important;
    position: relative;
    margin-top: 20px !important;
    text-align: center;
  }


  .testimonial-vid-block {
    width: auto !important;
    max-width: 450px;
    display: block !important;
    margin: 0 auto;
  }
}
/* =============== Landscape phones and smaller devices =============== */


@media (max-width: 550px) {
  .custom-footer-menu ul li:last-child a{
    /* display: inline-block;
    padding: 2px 12px 2px; */
  }

  .testimonial-vid-block {
    width: auto !important;
    max-width: 450px;
    display: block !important;
    margin: 0 auto;
  }

  #wistia_75.thumbnail_img, #wistia_247.thumbnail_img {

    left: 0 !important;
    height: auto !important;
    width: 100% !important;
    max-width: 450px !important;
  }
  .form-popup-container .white-box-container .white-box-inner-container,
  .form-popup-container--expanded .white-box-container .white-box-inner-container {
    padding: 0;
  }
}


@media (max-width: 479px) {
  .author-quote .avatar {
    display: block;
    float: none;
  }
  .author-quote .author {
    float: none;
    display: block;
    margin-left: 0 !important;
    text-align: center !important;
  }
  .author-quote .avatar {
    display: block;
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  .hs-ms-page .hs-ms-sec.hs-ms-sec2 .custom-button {
    display: block;
    max-width: 90%;
    margin: 10px auto;
  }

  .hs-two-col>.hs-image-wrapper {
    float: none;
    margin: 0 0 15px;
  }

  .hs-two-col>.hs-content {
    float: none;
    width: 100%;
  }

  .testimonial-vid-block {
    width: auto !important;
    max-width: 100%;
    display: block !important;
    margin: 0 auto;
  }

  #wistia_75.thumbnail_img, #wistia_247.thumbnail_img {

    left: 0 !important;
    height: auto !important;
    width: 100% !important;
    max-width: 420px !important;
  }
  .form-popup-container .white-box-container .white-box-inner-container,
  .form-popup-container--expanded .white-box-container .white-box-inner-container {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .form-popup-container .white-box-container,
  .form-popup-container--expanded .white-box-container {
    padding: 30px;
  }
  .form-popup-container .white-box-container .popup-heading h2,
  .form-popup-container--expanded .white-box-container .popup-heading h2 {
    font-size: 25px;
    margin-bottom: 25px;
  }

}

@media (max-width: 320px) {

  .testimonial-vid-block {
    width: 100% !important;
    max-width: 100%!important;
    display: block !important;
    margin: 0 auto!important;
  }
  #wistia_75.thumbnail_img,#wistia_75.thumbnail,#wistia_247.thumbnail_img,#wistia_247.thumbnail {

    left: 0 !important;
    height: auto !important;
    width: 320px !important;
    max-width: 320px !important;
  }

  .wistia_embed {
    width: 100% !important;
    max-width: 320px;
    height: 180px !important;
  }



}

#region-3765c8d7-2452-4457-94cb-d1077c8e14a8_4332,#message-3765c8d7-2452-4457-94cb-d1077c8e14a8_9832, .hs_message.hs-message.hs-fieldtype-textarea.field.hs-form-field  {
  .margin: 17px 0 0 !important;  
}
label#label-rfp_documentation_please_upload-3765c8d7-2452-4457-94cb-d1077c8e14a8_394 {
  padding-left: 15px;
}
.hs_rfp_documentation_please_upload.hs-rfp_documentation_please_upload.hs-fieldtype-file.field.hs-form-field {
  text-align: left;
}
label#label-rfp_documentation_please_upload-3765c8d7-2452-4457-94cb-d1077c8e14a8_3306 {
  text-align: left;
  padding-left: 16px;
}
.hs-form input[type="file" i]::-webkit-file-upload-button {
  background: antiquewhite;
  color: #676767;
}
.hs-form input[type="file"] {
  color: #676767;
}


/*--------------------------- 1-8 ---------------------------*/


.create-support-ticket-page .page-heading h2 {
  text-align: center;
  /*font-size: 32px;*/
  text-transform: capitalize;
  margin-bottom: 0px;
}
.create-support-ticket-page .page-heading {
  padding: 5px 0 55px;
}
.create-support-ticket-page .gatekeeper-knowledge-base-section {
  margin: 45px 0 0;
}
.create-support-ticket-page .gatekeeper-knowledge-base-section h3 {
  margin: 0px 0 15px;
}
.create-support-ticket-page .sidebar-form input, .create-support-ticket-page .sidebar-form textarea {
  max-width: 100%;
  -webkit-box-shadow: inset 0 2px 5px rgba(0,0,0,.075);
  -moz-box-shadow: inset 0 2px 5px rgba(0,0,0,.075);
  -o-box-shadow: inset 0 2px 5px rgba(0,0,0,.075);
  -ms-box-shadow: inset 0 2px 5px rgba(0,0,0,.075);
  box-shadow: inset 0 2px 5px rgba(0,0,0,.075);
}
.create-support-ticket-page .sidebar-form input[type="submit"] {
  float: right;
}
.create-support-ticket-page .sidebar-form h3 {
  display: none;
}


@media (max-width: 767px) {
  .create-support-ticket-page .page-heading {
    padding: 5px 0 25px;
  }
  .create-support-ticket-page .gatekeeper-knowledge-base-section {
    margin: 20px 0 50px;
  }
  .create-support-ticket-page .gatekeeper-knowledge-base-section h3 {
    margin: 0px 0 5px;
  }
  .create-support-ticket-page .sidebar-form form.hs-form fieldset .hs-form-field {
    padding: 0 !important;
  }
  .create-support-ticket-page .sidebar-form fieldset.form-columns-2 .hs-form-field:first-child {
    padding: 0 10px 0 0 !important;
  }
}
@media (max-width: 480px) {
  .create-support-ticket-page .gatekeeper-knowledge-base-section {
    margin: 20px 0 30px;
  }
  .create-support-ticket-page .sidebar-form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    float: none !important;
  }
  .create-support-ticket-page .sidebar-form fieldset.form-columns-2 .hs-form-field:first-child {
    padding: 0 !important;
  }
}



/*--------------------------------- 29-8 ----------------------------------*/

.hs-pricing-details-page-new .first-row-pricing-details .pricing-table-header.clearfix .row1 .col.col-in, 
.hs-pricing-details-page-new .first-row-pricing-details .pricing-table-header.clearfix .row2 .pricing-item1, 
.hs-pricing-details-page-new .first-row-pricing-details .pricing-deatils-module .col {
  max-width: 196px;
}
.hs-pricing-details-page-new .first-row-pricing-details .pricing-table-header.clearfix .row1 .col h2 {
  font-size: 16px;
  font-weight: 700;
}
.hs-pricing-details-page-new .first-row-pricing-details .pricing-item1 p.plan-price {
  font-size: 30px;
}
.hs-pricing-details-page-new .first-row-pricing-details .pricing-deatils-module1 tbody tr td:first-child {
  width: 436px;
}
.hs-pricing-details-page-new .first-row-pricing-details .pricing-table-header.clearfix .row2 .pricing-item1.col4:after, .hs-pricing-details-page-new .first-row-pricing-details .pricing-table-header.clearfix .row1 .col.col-in.col4:after {
  display:block;
}
.hs-pricing-details-page-new .first-row-pricing-details .pricing-table-header.clearfix .row2 .pricing-item1.col5:after, .hs-pricing-details-page-new .first-row-pricing-details .pricing-table-header.clearfix .row1 .col.col-in.col5:after {
  display:none;
}
.first-row-pricing-details .fourth-removed .tick-fourth-removed{ 
  background:transparent; 
  border:none;
}
.hs-pricing-details-page-new .first-row-pricing-details .pricing-deatils-module1 tbody tr td:nth-child(4), .hs-pricing-details-page-new .first-row-pricing-details .pricing-deatils-module1 tbody tr td:nth-child(3), 
.hs-pricing-details-page-new .first-row-pricing-details .pricing-deatils-module1 tbody tr td:nth-child(2) {
  width: 196px;
}
.hs-pricing-details-page-new .first-row-pricing-details .pricing-table-header.clearfix .row2 .pricing-item1.col4:after, .hs-pricing-details-page-new .first-row-pricing-details .pricing-table-header.clearfix .row1 .col.col-in.col4:after, 
.hs-pricing-details-page-new .first-row-pricing-details .pricing-deatils-module1 tbody tr td:nth-child(4):after {
  background: #fff;
  height: 102%;
  width: 24px;
}
.first-row-pricing-details .plan-price-text {
  margin: 0;
  font-size: 16px;
  color: #044c66;
  font-weight: 700;
  line-height: 100%;
}
.hs-pricing-details-page-new .first-row-pricing-details .pricing-table-header.clearfix .row2 {
  display: flex;
  align-items: stretch;
}
.hs-pricing-details-page-new .first-row-pricing-details .pricing-table-header.clearfix .row2 .pricing-item1.col5 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 8px;
}
.hs-pricing-details-page-new .first-row-pricing-details .pricing-deatils-module1 tbody tr td:nth-child(5) {
  padding-right: 8px;
}
.hs-pricing-details-page-new .first-row-pricing-details .pricing-deatils-module1 tbody tr td:nth-child(5).big-row-column {
  /*border-bottom: 1px solid #ddd;*/
  position: relative;
  padding-bottom: 35px;
}
.hs-pricing-details-page-new .first-row-pricing-details .pricing-deatils-module1 tbody tr td:nth-child(5).big-row-column:before {
  content: '';
  background: #ddd;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  display: block;
}
.hs-pricing-details-page-new .first-row-pricing-details .pricing-deatils-module1 tbody tr td:nth-child(5) a {
  display: inline-block;
  color: #fff;
  line-height: 20px;
  text-align: center;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 25px;
  font-family: "Lato",sans-serif;
  font-weight: 700;
  background: #f58030;
  position: absolute;
  bottom: -25px;
  width: 70%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index:5;
}



/*---------------------------------- 21-11 -------------------------------------*/

.flexi-col2 .pricing-table-header.new-pricing-table-header.clearfix .row1 .col1.col,
.pricing-table-header.new-pricing-table-header.clearfix .row2 .col1 {
  width: 436px !important;
  max-width: 436px !important;
}
.pricing-table-header.new-pricing-table-header.clearfix .row1 .col.col-in, 
.pricing-table-header.new-pricing-table-header.clearfix .row2 .pricing-item1, 
.new-pricing-table-header .pricing-deatils-module .col {
  width: 196px !important;
  max-width: 196px !important;
}
.pricing-table-header.new-pricing-table-header.clearfix .row1 .col.col-in.col4:after, .pricing-table-header.clearfix .row2 .pricing-item1.col4:after, .pricing-deatils-module .col.col4:after {
  display: block;
}
.pricing-table-header.new-pricing-table-header.clearfix .row1 .col.col-in:last-child:after {
  display: none;
}
.pricing-table-header.new-pricing-table-header.clearfix .row1 .col.col-in:last-child {
  padding-right: 8px;
}
.pricing-table-header.new-pricing-table-header.clearfix .row1 .col h2 {
  font-size: 17px;
}
.pricing-table-header.new-pricing-table-header .row2 .col5 {
  color: #044c66;
  vertical-align: middle;
  line-height: 1.42857143;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 8px;
  height: 66px;
}
.pricing-table-header.new-pricing-table-header.clearfix .row2 .pricing-item1.col5:after, .new-pricing-table-header .pricing-deatils-module .col.col5:after {
  display: none;
}
.new-pricing-table-header .pricing-item1 p.plan-price {
  font-size: 36px;
}

/*------------------------------- 4-3-19 -------------------------------*/

.key-benefit-container {
  padding: 60px 0 0;
}
.key-benefit-header h2 {
  font-size: 32px;
  line-height: normal;
  color: #2e2f2c;
  letter-spacing: 0.5px;
  font-family: "Open Sans",sans-serif;
  text-align: center;
  text-transform: none;
}
.key-benefit-header h2 strong {
  font-weight: 500;
}
.key-benefit-block-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin: 50px 0 0;
}
.key-benefit-block {
  width: -webkit-calc(25% - 23px);
  width: -moz-calc(25% - 23px);
  width: calc(25% - 23px);
  background-color: #f4f4f4;
  position: relative;
  margin: 0 0 60px;
  border-bottom: 9px solid;
  padding: 35px 30px 25px;
}
.key-benefit-block + .key-benefit-block {
  margin-left: 30px;
}
.key-benefit-block:nth-child(4n + 1) {
  margin-left: 0;
}
.key-benefit-block-img {
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  text-align: center;
}
.key-benefit-block-title h3 {
  font-size: 18px;
  line-height: normal;
  font-family: "Open Sans",sans-serif;
  font-weight: 700;
  margin: 0 0 25px;
}
.key-benefit-block-text p {
  font-size: 14px;
  line-height: 24px;
  color: #2e2f2c;
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  margin: 0;
}
/*-----------15/05/2019-----------*/
.frequently-asked-questions-container .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.new-custom-footer-menu ul li a {
  color: #777777;
  text-transform: none;
  text-align: left;
  font-weight: 400;
  margin-bottom: 10px;
}
.new-custom-footer-menu ul li:first-child a {
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
  cursor: default;
}
.new-custom-footer-menu ul li:first-child a:hover {
  color: #000;
}
.new-custom-footer-menu ul li a:hover {
  color: #f58030;
}
.new-custom-footer-menu.request-demo-cta ul li a {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 4px 12px;
  border: 1px solid #f58030;
  border-radius: 25px;
  line-height: 20px;
  text-transform: uppercase;
  background: #f58030;
  text-align: center;
  width: 185px !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
  position: absolute;
  left: -57px;
  top: 0;
  cursor: pointer;
}
.new-custom-footer-menu.request-demo-cta ul li a svg {
  margin-left: 8px;
  display: inline-block;
}
.new-custom-footer-menu.request-demo-cta ul li a:hover {
  background: #ececec;
  color: #f58030;
}
.may-footer .new-custom-footer-menu {
  margin: 0;
  text-align: left;
}
.may-footer .new-custom-footer-menu:first-child {
  width: 140px;
}
.may-footer .new-custom-footer-menu:nth-child(2), 
.may-footer .new-custom-footer-menu:nth-child(3){
  width: 245px;
}
.may-footer .new-custom-footer-menu:nth-child(4) {
  width : 145px;
}
.may-footer .new-custom-footer-menu:nth-child(5) {
  width : 190px;
}
.may-footer .new-custom-footer-menu:nth-child(6) {
  width : 113px;
  position: relative;
}
.may-footer .new-custom-footer-menu:last-child {
  width: 140px;
  text-align: right;
}
.may-footer .custom-footer-row1 > .row-fluid-wrapper > .row-fluid  {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.may-footer .footer-copyright-container {
  margin-top: 15px;
}
.may-footer .new-custom-footer-menu img {
  margin-top: 5px;
}
.custom-footer.may-footer {
  padding: 35px 0 15px;
}
.custom-footer.may-footer .custom-footer-copyright p {
  margin: 15px 0 0;
}
/*---------------------- responsive css ------------------*/
@media (max-width: 1270px) {
  .flexi-col2 .pricing-table-header.new-pricing-table-header {
    overflow: auto;
  }
  .flexi-col2 .pricing-table-header.new-pricing-table-header .row {
    width: 1200px;
  }
  /*------new footer css--------*/
  .may-footer .new-custom-footer-menu:first-child {
    width: 100% !important;
    text-align: center;
    margin-bottom: 25px;
        padding: 0;
  }
  .may-footer .new-custom-footer-menu {
    width: 25% !important;
       padding: 0 5px;
  }
  .may-footer .new-custom-footer-menu:nth-child(6), .may-footer .new-custom-footer-menu:last-child {
    display: none;
  }
  .may-footer .mobile-section {
    display: block !important;
    margin-top: 20px;
  }
  .new-custom-footer-menu.request-demo-cta ul li a {
    position: static;
    left: 0;
    top: 0;
    margin: 0;
  }
  .may-footer .mobile-section .new-custom-footer-menu:last-child {
    display: block;
  }
  .may-footer .mobile-section .new-custom-footer-menu {
    width: 50% !important;
    text-align: center;
    padding-right: 0px;
  }
  .may-footer .mobile-section .new-custom-footer-menu:first-child {
    margin-bottom: 0px;
  }
  .may-footer .mobile-section > .row-fluid-wrapper > .row-fluid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
} /*-------- 1270 ends here ----------*/

@media screen and (max-width: 991px) {
  .key-benefit-block {
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
  }
  .key-benefit-block + .key-benefit-block {
    margin-left: 0px;
  }
  .key-benefit-block:nth-child(even) {
    margin-left: 30px;
  }
  .key-benefit-header h2 {
    font-size: 28px;
  }
  /*-------may footer css--------*/
  .may-footer .custom-footer-row1 {
    max-width: 100%;
  }
  
} /*-------- 991 ends here ----------*/

@media screen and (max-width: 880px) {
 /*-----may footer css-----*/
  .may-footer .new-custom-footer-menu {
    width: 50% !important;
    padding: 0 5px;
  }
  .may-footer .new-custom-footer-menu:nth-child(4),
  .may-footer .new-custom-footer-menu:nth-child(5) {
    margin-top: 20px;
  }
  .may-footer .mobile-section .new-custom-footer-menu {
    text-align: left;
  }
  .may-footer .mobile-section {
    margin-bottom: 25px;
  }
} /*-------- 880 ends here ----------*/

@media screen and (max-width: 767px) {
  .new-custom-footer-menu ul li:first-child a {
    margin-bottom: 10px;
  }
  .new-custom-footer-menu ul li a {
    margin-bottom: 5px;
  }
} /*-------- 767 ends here ----------*/

@media screen and (max-width: 568px) {
  .key-benefit-block {
    max-width: 350px;
    width: 100%;
  }
  .key-benefit-block:nth-child(even) {
    margin-left: 0px;
  }
  .key-benefit-header h2 {
    font-size: 26px;
  }
  
} /*-------- 568 ends here ----------*/

@media screen and (max-width: 480px) {
  .key-benefit-header h2 {
    font-size: 22px;
  }
  /*-------may footer css----------*/
  .may-footer .new-custom-footer-menu {
    width: 100% !important;
    padding: 0;
    margin-bottom: 15px !important;
  }
  .may-footer .new-custom-footer-menu:first-child {
    margin-bottom: 0;
  }
  .may-footer .new-custom-footer-menu:nth-child(4), .may-footer .new-custom-footer-menu:nth-child(5) {
    margin-top: 0;
  }
  .may-footer .mobile-section > .row-fluid-wrapper > .row-fluid {
    flex-direction: column;
  }
  .may-footer .mobile-section .new-custom-footer-menu {
    width: 100% !important;
  }
  .may-footer .new-custom-footer-menu img {
    margin-top: 0;
  }
  .new-custom-footer-menu ul li:first-child a {
    margin-bottom: 0px;
  }
  .new-custom-footer-menu ul li a {
    text-align: center;
  }
  .may-footer .mobile-section .new-custom-footer-menu {
    width: 100% !important;
    text-align: center;
    margin-bottom: 20px !important;
    margin-top: 10px;
  }
  .may-footer .mobile-section {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .custom-footer.may-footer {
    padding: 25px 0 15px;
  }

} /*-------- 480 ends here ----------*/



.list-align-center {
    display: block; 
    width: auto;
    max-width:910px;
    margin-left: auto; 
    margin-right: auto;
    padding:0 15px;
}

.custom-list-style {
    list-style-type:none;
    padding-left:0;
    
}
.custom-list-style li {
    position:relative;
    padding-left:40px;
    font-size:18px;
    line-height:24px;
    margin-bottom:28px;
}
.custom-list-style li:before {
    content:'';
    position:absolute;
    left:0;
    top:-2px;
    width:28px;
    height:28px;
    background-size:28px;
    background-position:center;
    background-repeat:no-repeat;
    background-image:url('https://www.gatekeeperhq.com/hubfs/Tick_Triangle.svg');
}

.features-and-benefit-section{
  padding:100px 0 0;
}
.features-and-benefit-container{
  display:flex;
  flex-wrap: wrap;
}
.features-and-benefit-container .features-block{
  width:calc(33.33% - 20px);
  padding:40px 30px;
  background-color:#f4f4f4;
  margin-right:30px;
  margin-bottom:0px;
  position:relative;
  border-bottom:9px solid #f58030;
}
.features-and-benefit-container .features-block:nth-child(3n+3){
  margin-right:0;
}
.features-and-benefit-container .features-block .block-icon {
  text-align: center;
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  height: 60px;
  width: 60px;
  background: #fff;
  border-radius: 50px;
  line-height: 3;
  border: 3px solid #f4f4f4;
  margin: 0 auto;
}
.features-and-benefit-container  .section-heading h3{
  font-size:21px;
  font-weight:700;
  text-transform:uppercase;
  line-height: 1.2;
  color:#f18039;
  margin-bottom: 20px;
}
.features-and-benefit-container  .section-text p{
  font-size:15px;
  line-height: 1.2;
  color:#464646;
    
}
.features-and-benefit-section {
  padding: 60px 0 0;
}
.features-and-benefit-container .features-block {
  width: calc(33.33% - 14px);
  padding: 50px 25px 30px;
  background-color: #fff;
  margin-right: 20px;
  border-bottom: 0px solid #f58030;
  border-top: 9px solid #f58030;
    text-align:left;
}
.features-and-benefit-container .features-block:nth-child(3n+3) {
  margin-right: 0;
}
.features-and-benefit-container .features-block .block-icon {
  background: transparent;
  border: 0px solid #f4f4f4;
}
.features-and-benefit-container .section-heading h3 {
  color: #362f2d;
  font-family: "Open Sans",sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 20px;
  letter-spacing: -0.48px;
  text-transform: none;
  margin: 0 0 30px;
}
.features-and-benefit-container .section-text p {
  font-size: 16px;
  line-height: 24px;
  color: #777777;
  margin: 0 0 20px;
}
.features-and-benefit-container .section-text p:last-child {
  margin: 0;
}

    
@media(max-width:767px){
  .features-and-benefit-container .features-block {
    width: calc(50% - 15px);
    margin-bottom: 50px;
  }
  .features-and-benefit-container .features-block:nth-child(2n + 2){
    margin-right:0 !important;
  }
  .features-and-benefit-container .features-block:nth-child(3n + 3){
    margin-right:30px;;
  }
  .features-and-benefit-section {
    padding:80px 0 0;
  }
  .frequently-asked-questions-section{
    padding:40px 0;
  }
  .frequently-asked-questions-section .frequently-asked-questions-container-inner{
    flex-direction: column;
  }
  .frequently-asked-questions-section .faq-block{
    width:100%;
    margin-right:0;
  }
  .paltform-features-and-benifits .section-heading h2{
    font-size: 32px;
  }
  .features-and-benefit-container .features-block {
    width: calc(50% - 10px);
  }
  .features-and-benefit-container .features-block:nth-child(3n+3) {
    margin-right: 30px;
  }
  .features-and-benefit-container .features-block:nth-child(2n+2) {
    margin-right: 0 !important;
  }
}/*-------- 767 ends here ----------*/
@media(max-width:568px){
  .features-and-benefit-section {
    padding: 60px 0 0;
  }
  .features-and-benefit-container .features-block, .features-and-benefit-container .features-block {
    width: 100%;
    margin-bottom: 50px;
  }
  .features-and-benefit-container .features-block, .features-and-benefit-container .features-block {
    margin-right:0 !important;
  }
  .features-and-benefit-container .section-heading h3 {
    margin: 0 0 20px;
  }
  .features-and-benefit-container .section-text p {
    font-size: 15px;
    margin: 0 0 15px;
  }
  .features-and-benefit-section {
    padding: 40px 0 0;
  }
}/*-------- 568 ends here ----------*/
@media(max-width:480px){
  .paltform-features-and-benifits .section-heading h2{
    font-size: 28px;
  }
}/*-------- 480 ends here ----------*/