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


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

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


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


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

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

@import url('//fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

body {
  background: #fff;
  font-family: "Poppins", "Sans-Serif";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color:#8c7e7e;
}

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

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


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

/* Basic text */
p {
  font-size: 18px;
  line-height: 30px;
  padding: 0;
  color: #8C7E7E;
} 
small {}
strong {
  color: #1D1D1D;
  font-weight: bold;
}
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: 'Poppins',sans-serif;
  color: #1D1D1D;
  font-weight: 600;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  color: #1D1D1D;
  font-size: 42px;
  line-height: 45px;
  font-weight: 600;
}
h2 {
  font-size: 28px;
  color: #1D1D1D;
  letter-spacing: 0;
  line-height: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}
h3 {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 35px;
  color: #1D1D1D;
  font-weight: 600;
}
h4 {
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 15px;
}
h5 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
}
h6 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
}

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

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

ul{
  list-style: none;
  padding-left: 30px; 
}

.body-container-wrapper ul li{
  position: relative;
  font-size: 18px;
  line-height: 30px;
  color: #8C7E7E; 
}
.body-container-wrapper ul li:before{
  content: " ";
  position: absolute;
  top: 11px;
  left: -25px;
  height: 10px;
  width: 12px;
  background-image: url(//cdn2.hubspot.net/hubfs/3944523/GroupFire_Branding/Images/list-icon.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.pricing li:before {
  display: none !important;
}


/* 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 {
  min-height: 100px !important;
  padding: 5%;
}
.header-container {}

/*.cm-header-gp {
padding-top: 85px;
}*/

.cm-logo {
  position: relative;
  top: -1px;
  width: auto !important;
}
.custom-menu-primary {
  width: auto !important;
  margin-left: 0 !important;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: right;
  margin-top: 6px;
}
.cm-header-gp .page-center > .row-fluid-wrapper > .row-fluid:before, .cm-header-gp .page-center > .row-fluid-wrapper > .row-fluid:after {
  display: none;
}
.cm-header-gp .page-center > .row-fluid-wrapper > .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
}

.cm-logo img {
  width: 221px;
}




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

.body-container-wrapper {}
.body-container {}
.accordion17 p:first-child {
  margin-bottom: 15px !important;
}
.hs_cos_wrapper_type_header h1 {
  margin-top: 195px;
  margin-bottom: 70px;
}
.body-container-wrapper .row1-group-faq ul li {
  font-size: 16px;
}

.row1-group-faq form {
  transition: box-shadow 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #FFFFFF;
  box-shadow: 0 12px 27px 0 #E3E5ED;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 40px;
}
.row1-group-faq form input.hs-search-field__input {
  font-size: 18px;
  color: #1D1D1D;
  letter-spacing: 0;
  line-height: 13px;
  width: 100%;
  border: none;
  background: transparent;
  outline: none;
  font-family: Poppins;
  padding: 0;
  font-weight: 400;
}
.row1-group-faq form svg {
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-right: 19px;
}
.row1-group-faq form:hover {
  box-shadow: 0 5px 27px 0 #A4A4A7;
}
.row1-group-faq form:hover svg {
  -webkit-transform: translateX(5px) rotate(20deg);
  transform: translateX(5px) rotate(20deg);
}
.accordion-container {
  margin-top: 70px;
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 150px;
}
.accordion-container .set {
  display: block;
  width: 100%;
}
.accordion-container .set > a {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  color: #1D1D1D;
  letter-spacing: 0;
  line-height: 150%;
  padding: 20px 40px 20px 25px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #E2DADA;
  margin-bottom: 10px;
  font-weight: 500;
}
.accordion-container .set > a:hover {
  background: rgba(140,126,126,0.2);
}
.accordion-container .set:nth-of-type(2) .content p:last-child {
  padding: 0;
}

.accordion-container .set:nth-of-type(2) .content p {
  padding-bottom: 18px;
}
.accordion-container .set .content ol,
.accordion-container .set .content ul {
  padding-top: 45px;
}

.accordion-container .set .content ul ul {
  padding-top: 0;
}
.accordion-container .set a svg .-fill {
  fill: black;
}
.accordion-container .set a svg {
  position: absolute;
  right: 25px;
  top: 29px;
}
.accordion-container .set > a.active {
  color: white;
  background-color: #8C7E7E;
}

.accordion-container .set a.active svg {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.accordion-container .set a.active svg .-fill {
  fill: #fff;
}
.accordion-container .set .content p {
  font-size: 16px;
  line-height: normal;
  margin: 0;
}

.accordion-container .set .content {
  padding: 25px 30px 40px 30px;
  color: #8C7E7E;
  font-size: 16px !important;
}
.accordion-container .set .content strong {
  color: #8C7E7E;
}
.accordion-container .set .content li:not(:last-child) {
  margin-bottom: 45px;
}
.accordion-container .set .content ul {
  font-size: 16px;
  line-height: normal;
}

.accordion-container .set .content ul {
  padding-left: 20px;
  margin-bottom: 15px;
  list-style: circle;
  font-size: 16px;
  line-height: normal;
}
.accordion-container .set .content ul li:before {
  display: none;
}
.accordion-container .set .content ul ul li:first-child {
  margin-top: 45px;
}





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


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

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

.lp-page .copy-wrapper > div a:before{
  display:none !important
}
.lp-page .cm-footer-social .row-fluid-wrapper .row-fluid,
.lp-page .cm-footer-social .row-fluid-wrapper, 
.lp-page .cm-footer-social .row-fluid-wrapper .row-fluid > div,
.lp-page .cm-footer-social .row-fluid-wrapper .row-fluid> div > div {
  height: auto;
}
.lp-page .copy-wrapper > div {
  margin-top: 0;
  padding-bottom: 0;
}
.cm-footer-gp {
  position: relative;
  /*padding-top: 90px;*/
  /*padding-bottom: 60px;*/
  background: #F9F9F9;
}

.copy-wrapper span img {
  margin-bottom: 25px;
  max-width: 167px;
}
.copy-wrapper p {
  font-size: 14px;
  line-height: 170%;
  color: #8C7E7E;
  font-weight: 400;
  margin-top: 0;
  /*max-width: 380px;*/
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.copy-wrapper > div {
  margin: 0px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.copy-wrapper > div a {
  position: relative;
  width: 31px;
  height: 31px;
  margin-right: 8px;
}
.copy-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100%;
}
.copy-wrapper > div a:before {
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #8C7E7E;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.copy-wrapper > div a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.copy-wrapper > div a:hover:before {
  height: calc( 100% + 10px);
  width: calc( 100% + 10px);
}
.copy-wrapper > div a.-twitter:hover:before {
  background-color: #1da1f2;
}
.copy-wrapper > div a.-instagram:hover:before {
  background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.cm-menu {
  width: 110px !IMPORTANT;
  margin-left: 0 !important;
}
.cm-company {
  margin-right: 30px;
}
.cm-menu .hs-menu-wrapper > ul > li > a {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #1D1D1D;
  margin-bottom: 20px;
  padding: 6px 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical> ul li a {
  padding: 0;
  overflow: visible;
}


.cm-footer-inner > .row-fluid-wrapper > .row-fluid:before, .cm-footer-inner > .row-fluid-wrapper > .row-fluid:after {
  display: none;
}
.cm-footer-inner > .row-fluid-wrapper > .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cm-footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100% !important;
}
.cm-menu .hs-menu-wrapper > ul ul {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
}

.cm-menu .hs-menu-wrapper > ul ul li a {
  color: #8C7E7E;
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-size: 14px;
  margin-bottom: 9px;
}
.cm-menu .hs-menu-wrapper > ul ul li:last-child a {
  margin-bottom: 0;
}

/*.cm-footer-social .row-fluid-wrapper .row-fluid,
.cm-footer-social .row-fluid-wrapper,
.cm-footer-social .row-fluid-wrapper .row-fluid > div, .cm-footer-social .row-fluid-wrapper .row-fluid> div > div{
height: 100%;
}*/
.cm-menu .hs-menu-wrapper > ul ul li a:hover {
  color: #FF7226;
}



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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  font-weight: 500;
  color: #1D1D1D;
  font-size: 15px;
  margin: 0 16px;
  position: relative;
}


.custom-menu-primary .hs-menu-wrapper > ul > li > a:before {
  transition: width 0.6s cubic-bezier(1, 0, 0, 1);
  content: " ";
  width: 0;
  height: 1px;
  background-color: #FF7226;
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cm-header-gp .page-center {
  position: relative;
}

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


.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:1024px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  /*.cm-header-gp.lp-page {
  padding-top: 86px;
}*/
  .cm-mobile {
    display: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.clicked > a:before {
    width: 100%;
    z-index: 99;
    bottom: -9px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a:before {
    width: 100%;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 0;
    visibility: hidden;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.clicked ul{
    opacity: 1 !important;
    visibility: visible !important;
  }

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.clicked  ul ul {
    position: static !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    top: 46px;
    right: calc(50% / 2 - 15px) !important;
    background: white;
    width: 100%;
    max-width: 680px;
    box-shadow: 0 5px 30px 0 rgba(0,0,0,0.18);
    border-radius: 12px;
    padding: 30px 35px;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-align: left;
    display: flex !important;
    opacity: 0 !important;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    visibility: hidden !important;
    left: auto !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.clicked > ul {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {
    width: calc(100% / 3);
    padding-right: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
    line-height: 30px;
    padding: 0;
    color: #8C7E7E;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a {
    color: #8C7E7E;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 4px 0;
    font-size: 15px;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a:hover {
    color: #FF7226;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.clicked > ul > li > ul > li > a {
    opacity: 1;
    transform: translateY(0);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: static !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover {
    background-color: #2F6DB6;
    color: white;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:before {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    transition-property: background-color, color;
    transition-duration: 0.8s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-delay: 0s;
    font-weight: 500;
    border-width: 2px;
    border-style: solid;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-color: #2F6DB6;
    color: #2F6DB6;
    margin: 0;
    position: relative;
    top: -8px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(6) > a {
    margin-left: 40px;
    margin-right: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:before {
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a svg {
    font-style: normal;
    position: relative;
    display: inline-block;
    max-width: 7px;
    margin-left: 5px;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

}


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

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

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

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    float: right;
    position: relative;
    right: -20px;
    top: -1px;
  }
  .mobile-trigger:hover{
    text-decoration: none; 
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{

  }


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

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

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

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0;
    margin: 0;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    bottom: 0;
    overflow-y: auto !important;
    padding-left: 50px;
    padding-top: 150px;
    z-index: 999;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #fff;
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

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

  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    color: #8C7E7E;
    padding: 0 0 8px 0;
    font-size: 14px;
    line-height: normal;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:before {
    display: none;
  }

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

  }


}


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


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

/* Blog Post and Listing Body Class */
.blog {}
.section.post-header.hs_cos_wrapper_type_header .date {
  margin-bottom: 15px;
  font-weight: 400;
}
.section.post-body p {
  font-size: 16px;
  color: #8C7E7E;
  line-height: normal;
}
.about-author-sec.row-fluid {
  padding: 70px 0;
  margin: 70px 0;
  border-bottom: 1px solid #DFD0D0;
  border-top: 1px solid #DFD0D0;
}

.section.post-body p {
  margin-bottom: 25px;
}
.section.post-body {
  margin: 50px 0;
}
.hs-blog-post .hs-input {
  max-width: 100% !important;
}

/* Blog Post */
.hs-blog-post {}
.about-author-sec.row-fluid .span2 img {
  width: 100%;
  border-radius: 50px;
}

.about-author-sec.row-fluid .span2 {
  width: 120px !important;
}
.about-author-sec.row-fluid  .span10 {
  padding-left: 50px;
  padding-top: 20px;
  margin-left: 0 !important;
}
.about-author-sec.row-fluid .span10 h3 a {
  color: inherit;
}
.about-author-sec.row-fluid .span10 h3 {
  font-size: 18px;
  color: #1D1D1D;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 400;
}
.hs-blog-listing  .rec-rel-gp {
  display: none !important;
}

/* 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 {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 150%;
  margin: 7px 0 20px 0;
  font-weight: 600;
}
.post-header h2 a {

  transition-property: color, box-shadow;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #FF7226;
  box-shadow: inset 0 0 0 rgba(255,114,38,0), 0 2px 0 rgba(255,114,38,0.2);
}
.post-body.clearfix p {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
}
.post-header h2 a:hover {
  color: #1D1D1D;
  /*box-shadow: inset 0 0 0 rgba(255,114,38,0), 0 2px 0 rgba(255,114,38,0.2);*/
}
.post-body.clearfix {
  font-size: 16px;
  color: #8C7E7E;
  letter-spacing: 0;
  line-height: 28px;
  margin: 0 0 20px 0;
}
.entry-content:before {
  content: " ";
  width: 100%;
  height: 70px;
  background-color: white;
  position: absolute;
  top: -60px;
  left: 0;
  z-index: -1;
}

/* 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 {
  margin-bottom: 85px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  display: inline-block !important;
  float: none;
  margin: 0;
}
.entry-content {
  padding: 50px;
  position: relative;
  z-index: 1;
  margin-top: -100px;
  background-color: #ffffff;
  border: 1px #8C7E7E solid;
}
.date {
  font-size: 16px;
  color: #8C7E7E;
  letter-spacing: 0;
  line-height: 18px;
}
.hs-featured-image-wrapper {
  width: calc(100% + 55px * 2);
  margin: 0 0 0 -55px;
}
.rec-rel-gp h3 {
  margin-bottom: 30px;
  margin-top: 40px;
  font-size: 25px;
  text-align: center;
  line-height: 51px;
  display: block;
  width: 100%;
}
.rec-rel-gp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 150px;
}
.rel-post-item {
  width: calc( 90% / 3);
  margin-bottom: 60px;
  margin-right: 5%;
}
.rel-post-item:last-child {
  margin-right: 0;
}
.rel-date {
  margin-bottom: 8px;
  margin-top: 20px;
  color: #8C7E7E;
  display: block;
  font-size: 14px;
}
.rel-title h1 a:hover {
  box-shadow: inset 0 0 0 rgba(255,114,38,0), 0 2px 0 rgba(255,114,38,0.2);
  color: #FF7226;
}

.rel-title h1 a {
  transition-property: color, box-shadow;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #1D1D1D;
  font-size: inherit;
  line-height: inherit;
}
.rel-title h1 {
  font-size: 21px;
  line-height: 140%;
  color: #1D1D1D;
}


/* Read More Link */
a.more-link {
  font-size: 18px;
  color: #FF7226;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 600;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
a.more-link:hover {
  box-shadow: inset 0 0 0 rgba(255,114,38,0), 0 2px 0 rgba(255,114,38,0.2);
}

/* 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 */
.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 {
  margin-bottom: 65px;
}
.body-container {
  overflow-x: hidden;
}
.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 {}


.hs-blog-post .custom-listing-content {
  display: none;
}

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


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

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

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

/* Labels and Legends */
label {}
.hs-form-field > label {
  font-size: 14px;
  color: #8C7E7E;
  letter-spacing: 0.2px;
  line-height: 14px;
  display: block;
  margin: 10px 0;
  font-weight: 500;
}
.hs-form-field {
  margin-bottom: 20px;
}
form ul li:before {
  display: none;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  display: block;
  width: 100%;
  background: #FBFCFD;
  border: 1px solid #D3D6D9;
  border-radius: 4px;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 14px;
  color: #4B4343;
  letter-spacing: 0;
  margin: 1px;
  outline: none !important;
  font-weight: 500;
  box-shadow: 0 0 0 1px transparent;
  max-width: 560px;
  font-family: inherit;

}

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

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

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

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

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

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

/* Error */
.hs-error-msgs label{
  color: #FF7226;
  font-weight: 500;
  font-size: 14px;
  display: block;
  line-height: 1;
}
ul.hs-error-msgs.inputs-list {
  padding-left: 0;
}
.hs-input.invalid.error {
  color: #FF7226;
  border-color: #FF7226;
  box-shadow: 0px 0px 0px 1px #FF7226;
}
/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */

/* Placeholder Text */
section.help--section--search-wrapper.-animate ::-webkit-input-placeholder {color: #8C7E7E } /* Webkit Browsers */
section.help--section--search-wrapper.-animate :-moz-placeholder {color: #8C7E7E } /* Firefox 18- */
section.help--section--search-wrapper.-animate ::-moz-placeholder {color: #8C7E7E } /* Firefox 19+ */
section.help--section--search-wrapper.-animate :-ms-input-placeholder {color: #8C7E7E } /* IE10 */

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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  transition-property: color, background-color;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  font: inherit;
  background: #8C7E7E;
  border-radius: 100px;
  font-size: 15px;
  color: white;
  letter-spacing: 0;
  line-height: 13px;
  border: 2px solid #8C7E7E;
  padding: 17px 40px;
  outline: none;
  display: inline-block;
  margin: 15px 0;
  font-weight: 500;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  color: #8C7E7E;
  background-color: transparent;
}

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


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

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


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

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


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

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


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

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


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.page-center{
  max-width: auto;
  margin: 0 auto!important;
  float: none!important;
}
.full-width-bg{
  background: url(https://www.groupfire.com/hubfs/GF_Homepage_Hero_Background-1776x571.png);
  background-repeat:no-repeat}

.preview-pages .body-container-wrapper .page-center {
  padding-top: 30px;
  padding-bottom: 30px !important;
}
.banner-wrapper .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
section.help--section--search-wrapper.-animate svg {
  margin-right: 19px;
  width: 19px;
  font-size: 9px;
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.help--section--search-wrapper.-animate > div:hover {
  box-shadow: 0 5px 27px 0 #A4A4A7;
}
.content-top-heading-wrapper h1 {
  margin-bottom: 50px;
  margin-top: 0;
  margin-bottom: 50px;
  text-align: center;
  line-height: 140%;
}
.image-wrapper.center-image img {
  max-width: inherit;
}
.feature-wrapper.left.-section-1 .feacture-wrapper-group {
  width: 60%;
  position: relative;
  -webkit-box-ordinal-group: 3;
  width: 40%;
  padding-top: 100px;
  padding-left: 60px;
}
.feature-wrapper.left.-section-1 .image-wrapper.floting {
  height: 600px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 60%;
  position: relative;
}
.feature-wrapper.left.-section-1 .feacture-wrapper-group {
  padding-right: 0;
  padding-left: 60px;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  padding-left: 60px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.feature-wrapper.left.-section-1 .image-wrapper.floting img {
  max-width: inherit;
  right: 0;
}
section.help--section--search-wrapper.-animate > div {
  transition: box-shadow 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #FFFFFF;
  box-shadow: 0 12px 27px 0 #E3E5ED;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 40px;
}

input#myInput {
  font-size: 18px;
  color: #1D1D1D;
  letter-spacing: 0;
  line-height: 13px;
  width: 100%;
  border: none;
  background: transparent;
  outline: none;
  font-family: Poppins;
  padding: 0;
  font-weight: 400;
}


.help--section--search-wrapper div:hover {
  box-shadow: 0 5px 27px 0 #A4A4A7;
}
.help--section--search-wrapper div:hover svg {
  -webkit-transform: translateX(5px) rotate(20deg);
  transform: translateX(5px) rotate(20deg);
}

/*====================Join Us=============*/
.row1-group-company .button-with-top-heading-wrapper p {
  margin-top: 195px;
  margin-bottom: 50px;
  font-weight: 600;
  color: #1D1D1D;
  font-size: 42px;
  line-height: 45px;
}
.row1-group-company .button-with-top-heading-wrapper a.button-blue {
  background: transparent;
  color: #2F6DB6;
}
.row1-group-company .button-with-top-heading-wrapper a.button-blue:hover {
  background-color: #2F6DB6;
  color: white;
}
.row1-group-company .button-with-top-heading-wrapper .button-wrapper {
  margin-top: 0;
}
.row1-group-company .button-with-top-heading-wrapper {
  text-align: center;
  margin-bottom: 83px;
}

.right-content.full-width {
  width: 100%;
  padding: 50px 70px 0 70px;
}
.left-full-width,
.right-full-width  {
  margin-top: -60px !important;
}
.row1-group-company  .position-wrapper {
  margin-bottom: 150px;
  border-top: 1px solid #DFD0D0;
  padding-top: 100px;
  margin-top: 100px;
}



/*=====================End=================*/

/*==========================popUp Form===================*/

#schedule-demo-modal .form-wrapper ul.inputs-list label {
  font-size: 14px;
  color: #8C7E7E;
  letter-spacing: 0.2px;
  line-height: normal;
  font-weight: 500;
  display: inline-block;
}
#schedule-demo-modal .form-wrapper form.hs-form .hs-form-field ul.inputs-list {
  margin: 0;
}

div#schedule-demo-modal {
  transition: visibility 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;

}

div#schedule-modal-form--wrapper {
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1s,-webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
  background: white;
  box-shadow: 0 10px 20px 0 rgba(132,142,152,0.3);
  border-radius: 20px;
  max-width: 945px;
  width: 100%;
  position: absolute;
  z-index: 1;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 30px;
  overflow: hidden;
}


.header-wrapper-form {
  padding: 50px 80px 0 80px;
  width: 100%;
  position: relative;
  z-index: 10;
}

#schedule-demo-modal .form-wrapper {
  padding: 70px 80px 0 80px;
  width: 100%;
}

#schedule-demo-modal .form-wrapper h3 {
  margin: 0;
}

.form-wrapper form {}

li.hs-form-booleancheckbox {
  max-width: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

#schedule-demo-modal  .footer-wrapper-form {
  width: 100%;
  text-align: center;
  padding: 30px 80px;
}

#schedule-demo-modal  .footer-wrapper-form p {
  font-size: 12px;
  color: #8C7E7E;
  line-height: 20px;
  margin: 0;
}

#schedule-demo-modal .overlayer {
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0.7;
}

.header-wrapper-form {
  padding: 50px 80px 0 80px;
  width: 100%;
  position: relative;
  z-index: 10;
}

.header-wrapper-form p {
  font-size: 28px;
  line-height: 130%;
  display: block;
}

a.modal-close-button {
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
  top: 40px;
  right: 40px;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#schedule-demo-modal .hs_cos_wrapper_type_form .hs-button.primary.large {
  text-align: center;
  display: table;
  width: auto;
  margin: 0 auto;
  display: table;
}
div#schedule-modal-form--wrapper .hs-input {
  max-width: 100%;
}
body.form-open {
  overflow: hidden;
}
.form-open div#schedule-modal-form--wrapper {
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1),transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1),transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.form-open div#schedule-demo-modal {
  opacity: 1;
  visibility: visible;
}
div#schedule-demo-modal {
  opacity: 0;
  visibility: hidden;
}

div#schedule-modal-form--wrapper {
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}
#schedule-modal-form--wrapper .header-wrapper a:hover {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}

a.modal-close-button:hover {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}

/*================End============*/



/*============================feature=====================*/

.banner-wrapper {
  margin-top: 95px;
  text-align: center;
  background: #fff8f4 !important;
  padding: 80px 0 !important;
}

.body-container-wrapper .banner-wrapper .page-cneter {
  text-align: center;
  position: relative;
}

.banner-wrapper h1 {
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
}

.banner-wrapper img {
  margin-bottom: 37px;
}

.banner-wrapper p {
  margin: 0;
}

.feacture-wrapper-group h3 {
  margin-top: 0;
  margin-bottom: 15px;
}
.feacture-wrapper-group ul strong {
  color: #8C7E7E;
}

.feacture-wrapper-group p {
  margin: 0;
}

.feature-wrapper.left.-section-1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 100px 0 50px 0;
  height: auto;
  z-index: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.feature-wrapper.left.-section-1 .feacture-wrapper-group {
  padding-right: 0;
  padding-left: 60px;
}

.feacture-wrapper-group ul li span {
  padding-left: 15px;
  display: block;
  font-size: 16px;
  padding-bottom: 15px;
}
.row1-content-home .feacture-wrapper-group ul li {
  font-size: 18px;
}

.image-wrapper.floting {
  height: 650px;
}

.image-wrapper.floting img {
  position: absolute;
  top: 0;
}

.content-top-heading-wrapper {
  margin: 200px 0 50px 0;
  z-index: 1;
  position: relative;
  text-align: center;
}

.content-with-top-heading-group {
  width: calc(100% / 3);
  padding: 0 30px;
  margin-bottom: 30px;
  text-align: left;
}


.image-wrapper.center-image {
  text-align: center;
}

.content-with-top-heading-group {}

.top-heading-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-with-top-heading-group h4 {
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 20px;
  color: #1D1D1D;
  font-weight: 600;
  margin-top: 0;
}

.top-heading-content hr {
  margin: 50px 0;
}

.content-top-heading-wrapper hr {
  margin: 50px 0;
}

.button-with-top-heading-wrapper p {
  margin: 0;
  font-size: 24px;
  line-height: 150%;
  color: #8C7E7E;
  width: 100%;
  text-align: center;
  max-width: 800px;
  margin: 70px auto -10px auto;
}

.button-with-top-heading-wrapper {
  text-align: center;
  margin-bottom: 93px;
}

.button-wrapper {
  text-align: center;
  margin: 0 auto;
}

.button-wrapper {
  margin: 70px auto 0 auto;
}

.button-with-top-heading-wrapper a.button-blue {
  display: inline-block;
}

a.button-blue:hover,
.button:hover{
  background: transparent;
  border-color: #2F6DB6;
  color: #2F6DB6;
}

.row1-group-feature {
  overflow: hidden;
}

.feature-wrapper.right.-section-1 {
  margin: 100px 0 50px 0;
  height: auto;
  z-index: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.feacture-wrapper-group {
  width: 60%;
  position: relative;
  -webkit-box-ordinal-group: 3;
  width: 40%;
  padding-top: 100px;
}

.image-wrapper.center-image {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 60%;
  position: relative;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.image-wrapper.center-image img {
  margin: 0 auto;
}

.image-wrapper.center-image {}

.feacture-wrapper-group ol li {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  color: #8C7E7E;
}
.feacture-wrapper-group ol li:before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  top: 0;
  left: -22px;
  height: 8px;
  width: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  color: #FF7226;
  font-weight: 600;
  font-size: 20px;
  text-align: right;
}
.feacture-wrapper-group ol {
  padding: 0;
  list-style: none;
  padding-left: 30px;
  counter-reset: my-sec-counter;
  counter-reset: section;
}

/*========================End=============*/



.row1-group-joinus-sub ol {
  margin: 0;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
  padding-left: 16px;
  color: #8C7E7E;
}

/*==========================Join Us =================*/




.row1-group-joinus-sub p {
  margin-bottom: 30px;
}
.row1-group-joinus-sub a.button-blue {
  margin-top: 70px;
}

a.button-blue,
.button{
  position: relative;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 12px 20px;
  font-size: 18px;
  line-height: 18px;
  color: white;
  display: table;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 60px;
  overflow: hidden;
  background-color: #2F6DB6;/*#FF7226;*/
  border: 2px solid #2F6DB6;/*#FF7226;*/
  font-weight: 500;
}

a.button-orange,
.button{
  position: relative;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 12px 20px;
  font-size: 18px;
  line-height: 18px;
  color: white;
  display: table;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 60px;
  overflow: hidden;
  background-color: #FF7226;
  border: 2px solid #FF7226;
  font-weight: 500;
}

.row1-group-joinus-sub a.button-orange {
  margin-top: 70px;
}

.row1-group-joinus-sub hr {
  margin: 100px 0;
}
.position-wrapper h2 {
  font-size: 24px;
  color: #1D1D1D;
  letter-spacing: 0;
  line-height: 35px;
  margin-bottom: 40px;
  font-weight: 600;
}


.row1-group-joinus-sub p {
  margin-bottom: 30px;
}
.row1-group-joinus-sub a.button-blue,
.button{
  margin-top: 70px;
}

a.button-blue,
.button{
  position: relative;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 12px 20px;
  font-size: 18px;
  line-height: 18px;
  color: white;
  display: table;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 60px;
  overflow: hidden;
  background-color: #2F6DB6;/*#FF7226;*/
  border: 2px solid #2F6DB6;/*#FF7226;*/
  font-weight: 500;
}
.row1-group-joinus-sub hr {
  margin: 100px 0;
}
.position-wrapper h2 {
  font-size: 24px;
  color: #1D1D1D;
  letter-spacing: 0;
  line-height: 35px;
  margin-bottom: 40px;
  font-weight: 600;
}

.component--job-position-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.component--job-position-list>div {
  width: calc(100% / 3 - 20px);
  margin-right: 30px;
  margin-bottom: 30px;
}
/* .component--job-position-list>div:nth-of-type(2) {
transition-delay: .7s ;
}
.component--job-position-list>div:nth-of-type(3) {
transition-delay: .8s ;
}
*/
.component--job-position-list>div:nth-child(3n+3) {
  margin-right: 0;
}

a.job-position {
  transition: background-color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 2px solid #FF7226;
  background-color: transparent;
  border-radius: 15px;
  padding: 45px;
  display: table;
  width: 100%;
  height: 100%;
  text-align: left;
  color: #8C7E7E;
}

a.job-position h4 {
  transition: color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-size: 16px;
  color: #FF7226;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0;
  font-weight: 600;
}

a.job-position p {
  margin: 0;
  transition: color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-size: 16px;
  color: #8C7E7E;
  letter-spacing: 0;
  line-height: 16px;
  margin: 0;
  margin-top: 10px;
}


a.job-position:hover p, a.job-position:hover h4 {
  color: #fff;
}


a.job-position:hover a.job-position p, a.job-position:hover a.job-position h4 {
  color: #fff;
}
.job-position:hover {
  background-color: #FF7226;
}
.hs-join-us-sub .body-container-wrapper {
  margin-bottom: 150px;
}
.row1-group-company {
  overflow-x: hidden;
}
.row1-group-company {
  overflow-x: hidden;
}

/*==========================Join Us =================*/

/*==========================company =================*/

.company--section--team.-animate {
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 850px;
}
.member-wrapper {
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  text-align: center;
  margin: 23px;
  width: 100%;
  max-width: calc(100% / 4);
}
.member-wrapper figure {
  transition-property: border-radius;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
  padding: 0;
  margin: 0;
  border-radius: 70px;
  overflow: hidden;
  position: relative;
  cursor: help;
}
.member-wrapper figure:before {
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  content: " ";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: #FF7226;
  z-index: 1;
  opacity: 0;
}
.member-wrapper figure p {
  transition-property: opacity, top;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0s;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 22px;
  opacity: 0;
  margin: 0;
  font-weight: 600;
}
.member-wrapper figure img {
  width: 100%;
  height: auto;
  display: inherit;
}
.member-wrapper figure:hover:before {
  opacity: 0.5;
}
.member-wrapper figure:hover p {
  opacity: 1;
  top: 50%;
}
.member-wrapper figure:hover {
  z-index: 1;
  border-radius: 100px;
}
.member-wrapper h4 {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  margin-top: 20px;
  font-weight: 400;
  color: #1D1D1D;
  margin-bottom: 0;
}
.member-wrapper p {
  color: #8C7E7E;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0;
}







section.company--section--image.-animate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 525px;
}

.overlay-image {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 55px * 2);
  height: 100%;
  margin: 0 0 0 -55px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
section.company--section--about-text.-animate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: -70px;
  position: relative;
  z-index: 1;
}
section.company--section--about-text.-animate:before {
  content: " ";
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  z-index: -1;
  transition-property: height;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: .3s;
  height: 100%;
}
.left-content {
  width: calc(50% - 175px);
  padding: 50px 35px 50px 65px;
}
.right-content {
  width: calc(50% + 175px);
  padding: 50px 35px 50px 65px;
}

.left-content h3 {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 35px;
  margin: 0;
}
.right-content p {
  font-size: 16px;
  margin-top: 0;
}
.right-content p:last-child {
  margin-bottom: 0;
}
.right-content p strong {
  font-weight: 600;
  color: #8C7E7E;
}


/*==========================company =================*/

/*==========================pricing =================*/

.row1-group-pricing .page-header.section-header h1 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 38px;
  margin-top: 195px;
}
.row1-group-pricing .page-header.section-header p {
  text-align: center;
  margin-bottom: 0;
}
.price-gp {
  margin: 60px 0 120px 0;
  padding: 80px 0;
}
.price-gp .page-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.table-wrapper {
  width: calc( 100% / 4);
  margin: 0 15px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 34px 0 #A1CCDE;
  padding: 45px 30px;
  min-height: 400px;
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.table-wrapper h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  line-height: 100%;
}
.table-wrapper h4 {
  font-size: 17px;
  font-weight: 500;
  line-height: 100%;
  margin: 0;
  color: #A89999;
}
.table-wrapper hr {
  border: none;
  border-bottom: 1px solid #E4E4E4;
  margin: 20px 0;
}
.table-wrapper > span {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.table-wrapper > span ul {
  list-style: inherit;
}
.table-wrapper > span ul li:before {
  display: none;
}
.table-wrapper > span ul li {
  list-style: inherit;
  font-size: 16px;
  line-height: normal;
  color: #000000;
}
.table-wrapper > span ul {
  list-style: inherit;
  font-size: 16px;
  padding-left: 40px;
}
.table-wrapper > span p {
  font-size: 16px;
  line-height: 150%;
  padding: 0;
  color: #8C7E7E;
  margin: 0;
  margin-bottom: 10px;
}
a.green-button {
  border-radius: 60px;
  line-height: 18px;
  color: white;
  position: relative;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-weight: 500;
  background-color: #83C47D;
  border: 2px solid #83C47D;
  font-size: 16px;
  padding: 13px 20px;
  text-align: center;
}
a.green-button:hover {
  border-color: #83C47D;
  color: #83C47D;
  background: transparent;
}
.row3-group-pricing .button-with-top-heading-wrapper p {
  max-width: 320px;
  margin: 0 auto;
  margin-bottom: 40px;
  line-height: 140%;
  font-size: 24px;
}

.row3-group-pricing  .button-wrapper {
  margin: 0;
}
.row3-group-pricing  .button-with-top-heading-wrapper {
  margin-bottom: 220px;
}
.row3-group-pricing h2 {
  font-size: 42px;
  line-height: 45px;
  margin: 0;
  padding: 0;
  color: #1D1D1D;
  margin-bottom: 100px;
}
.row3-group-pricing .hs_cos_wrapper_type_rich_text > div > div p {
  line-height: 30px;
  padding: 0;
  font-weight: 600;
  font-size: 20px;
  color: #1D1D1D;
  margin-bottom: 10px;
}

.row3-group-pricing .hs_cos_wrapper_type_rich_text > div > div {
  margin-bottom: 60px;
}
.row3-group-pricing .hs_cos_wrapper_type_rich_text > div > div span {
  font-size: 16px;
  line-height: 140%;
  font-weight: 500;
  color: #8C7E7E;
}

.row3-group-pricing .hs_cos_wrapper_type_rich_text > div {
  margin-bottom: 150px;
}


/*==========================end =================*/

/*========================Home ================*/
.icon-left-content-wrapper .feature-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(50% - 40px);
  margin-top: 70px;
}
.row1-content-home .hs_cos_wrapper .hs_cos_wrapper:nth-child(2) .feature-wrapper.left.-section-1 .image-wrapper.floting img {
  max-width: 100% !important;
}
.row1-content-home .hs_cos_wrapper .hs_cos_wrapper:first-child .image-wrapper.floting img {
  max-width: 900px;
}
.icon-left-content-wrapper .features-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon-left-content-wrapper .feature-wrapper p {
  font-weight: 600;
  color: #1D1D1D;
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
}

.icon-left-content-wrapper .feature-wrapper span {
  width: 90px;
}

.icon-left-content-wrapper .feature-wrapper p {
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
}

.icon-left-content-wrapper .feature-wrapper img {
  width: 40px;
}



.icon-left-content-wrapper .feature-wrapper:nth-child(2) img {
  width: 60px;
  height: 38px;
}

.icon-left-content-wrapper .feature-wrapper:nth-child(3) img {
  width: 36px;
  height: 51px;
}

.icon-left-content-wrapper .feature-wrapper p span {
  display: block;
  font-weight: 600;
  color: #1D1D1D;
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
}

.icon-left-content-wrapper .feature-wrapper p {
  margin: 0;
  line-height: 30px;
  padding: 0;
  color: #8C7E7E;
  font-weight: normal;
  margin-bottom: 16px;
}

.icon-left-content-wrapper .feature-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(50% - 40px);
  margin-top: 70px;
}
.features-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.row1-content-home .hs_cos_wrapper .hs_cos_wrapper:first-child .feature-wrapper.right.-section-1 {
  padding-top: 224px;
  margin: 0;
}
.row1-content-home .hs_cos_wrapper .hs_cos_wrapper:first-child .feacture-wrapper-group {
  padding-top: 0;
}
.row1-content-home .hs_cos_wrapper .hs_cos_wrapper:first-child .feacture-wrapper-group h1 {
  max-width: 440px;
  margin-bottom: 15px;
  line-height: 130%;
  color: #1D1D1D;
  font-size: 42px;
  font-weight: bold;
  margin-top: 0;
}
.row1-content-home .hs_cos_wrapper .hs_cos_wrapper:first-child .feacture-wrapper-group p {
  margin: 0;
  margin: 30px 0 30px 0;
}
.row1-content-home .hs_cos_wrapper .hs_cos_wrapper:first-child .cta_button.button-blue.popup-form {
  margin-top: 40px;
}
.row1-content-home .hs_cos_wrapper .hs_cos_wrapper:first-child .image-wrapper.floting img {
  position: absolute;
  top: 171px;
  margin-left: 32px;
}
.row1-content-home .hs_cos_wrapper .hs_cos_wrapper:first-child .feacture-wrapper-group p strong {
  font-weight: 600;
  color: #8C7E7E;
}


.row1-content-home .hs_cos_wrapper .hs_cos_wrapper:nth-child(2) .feature-wrapper.left.-section-1 .image-wrapper.floting {
  width: 55%;
}
.row1-content-home .hs_cos_wrapper .hs_cos_wrapper:nth-child(2) .feature-wrapper.left.-section-1 .image-wrapper.floting img {
  max-width: 100%;
  right: 0;
  right: 11px;
  top: -7px;
}
.row1-content-home .hs_cos_wrapper .hs_cos_wrapper:first-child .image-wrapper.floting img {
  max-width: 80%;
}
.row1-content-home .hs_cos_wrapper .hs_cos_wrapper:nth-child(2) .feature-wrapper.left.-section-1 {
  margin-top: 20px;
}
.row1-content-home .hs_cos_wrapper .hs_cos_wrapper:nth-child(2) .feacture-wrapper-group h2 {
  font-size: 42px;
  line-height: 45px;
  margin: 0;
  padding: 0;
  color: #1D1D1D;
  margin-bottom: 30px;
}
.row1-content-home .hs_cos_wrapper .hs_cos_wrapper:nth-child(2) .feacture-wrapper-group p {
  margin: 0;
}
.row1-content-home .hs_cos_wrapper .hs_cos_wrapper:nth-child(2) .feature-wrapper.left.-section-1 .feacture-wrapper-group {
  width: 40%;
  padding-top: 340px;
  padding-left: 0;
}


.hs-home .hs_cos_wrapper_type_header h1 {
  margin-top: 280px;
  margin-bottom: 70px;
}



.row1-content-home .hs_cos_wrapper .hs_cos_wrapper:first-child .feature-wrapper.right.-section-1 {
  padding-top: 224px;
  margin: 0;
}
.row1-content-home .hs_cos_wrapper .hs_cos_wrapper:first-child .feacture-wrapper-group {
  padding-top: 0;
}
.row1-content-home .hs_cos_wrapper .hs_cos_wrapper:first-child .feacture-wrapper-group h1 {
  max-width: 440px;
  margin-bottom: 15px;
  line-height: 130%;
  color: #1D1D1D;
  font-size: 42px;
  font-weight: bold;
  margin-top: 0;
}
.row1-content-home .hs_cos_wrapper .hs_cos_wrapper:first-child .feacture-wrapper-group p {
  margin: 0;
  margin: 30px 0 30px 0;
}
.row1-content-home .hs_cos_wrapper .hs_cos_wrapper:first-child .cta_button.button-blue.popup-form {
  margin-top: 40px;
}
.row1-content-home .hs_cos_wrapper .hs_cos_wrapper:first-child .image-wrapper.floting img {
  position: absolute;
  top: 171px;
  margin-left: 32px;
}
.row1-content-home .hs_cos_wrapper .hs_cos_wrapper:first-child .feacture-wrapper-group p strong {
  font-weight: 600;
  color: #8C7E7E;
}

.hs-home  .feature-wrapper.left.-section-1 {
  margin-top: 20px;
}

.hs-home  .feacture-wrapper-group h2 {
  font-size: 42px;
  line-height: 45px;
  margin: 0;
  padding: 0;
  color: #1D1D1D;
  margin-bottom: 30px;
}

.hs-home .feacture-wrapper-group {
  padding-left: 0 !important;
}

.hs-home .feature-wrapper.left.-section-1 .feacture-wrapper-group {
  width: 40%;
  padding-top: 340px;
}

.hs-home  .feature-wrapper.left.-section-1 .image-wrapper.floting {
  width: 55%;
}
.row1-content-home .button-with-top-heading-wrapper p {
  margin-top: 200px;
  margin-bottom: 30px;
  font-size: 42px;
  line-height: 45px;
  color: #1D1D1D;
  max-width: 100%;
  font-weight: 600;
}
.row1-content-home .button-wrapper {
  margin-top: 0;
}

.row1-content-home .button-wrapper a.button-blue {
  margin-top: 20px !important;
}

.row1-content-home .button-with-top-heading-wrapper {
  margin-bottom: 170px;
}
.customers-service p span {
  background: white;
  padding: 0 15px;
}
.customers-service > p:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 14px;
  height: 1px;
  width: 100%;
  background: #EEEFF2;
  z-index: -1;
}

.customers-service > p {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 30px;
  padding: 0;
  color: #8C7E7E;
  font-weight: 400;
  text-align: center;
  position: relative;
  width: 100%;
  margin: 0 0 40px 0;
}
.customers-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 40px 0;
}
.customers-service > div {
  margin: 0 40px 30px 40px;
}
.customers-service > div p {
  margin: 0;
}




/*==========================end =================*/

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


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


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

@media (max-width: 1024px) {}
@media (max-width: 1023px)  and (min-width: 768px) {
  .feature-wrapper.left.-section-1 .image-wrapper.floting {
    -webkit-transform: translateX(80px) !important;
    transform: translateX(80px) !important;

  }
  .image-wrapper.floting {
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);  
    margin-left: 15px;
  }

} 
@media (max-width: 1250px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    right: 295px !important;
  }

}

@media (max-width: 1150px) {
  .row1-group-company .button-with-top-heading-wrapper p {
    font-size: calc(48px - 10px);
    line-height: calc(60px - 10px);
  }
  .row3-group-pricing .hs_cos_wrapper_type_rich_text > div > div p {
    line-height: 24px;
  }

  .cm-menu .hs-menu-wrapper > ul > li > a {
    padding: 3px 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
    line-height: 24px;
  }
  body p {
    font-size: 15px;
    line-height: 24px;
  }

  body h1 {
    font-size: calc(48px - 10px);
    line-height: calc(60px - 10px);
  }
  .row1-group-joinus-sub p {
    margin-bottom: 24px;
  }
  .row1-group-joinus-sub ol {
    font-size: 15px;
    line-height: 24px;
  }
  .feacture-wrapper-group h3 {
    margin-top: 0;
    margin-bottom: 15px;
    line-height: calc(40px - 10px);
  } 

  .content-top-heading-wrapper h1 {
    margin-top: 0;
    font-size: 30px;
  }
  .content-top-heading-wrapper {
    margin-top: 195px;
  }
  .row3-group-pricing h2 {
    font-size: 30px;
    line-height: 120%;
  }
  .row1-content-home .hs_cos_wrapper .hs_cos_wrapper:first-child .feacture-wrapper-group h1 {
    font-size: calc(48px - 10px);
  }
  .row1-content-home .hs_cos_wrapper .hs_cos_wrapper:nth-child(2) .feacture-wrapper-group h2 {
    font-size: 30px;
    line-height: 120%;
  }
  .row1-content-home .hs_cos_wrapper .hs_cos_wrapper:nth-child(2) .feature-wrapper.left.-section-1 .feacture-wrapper-group {
    padding-left: 50px !important;
  }

  .row1-content-home  .hs_cos_wrapper_type_header h1 {
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 0;
  }

  .row1-content-home .button-with-top-heading-wrapper p {
    font-size: 30px;
    line-height: 120%;
  }





}
@media (max-width: 1025px) {
  .feacture-wrapper-group {
    width: 39%;
  }

  .image-wrapper.center-image img {
    margin: 0 auto;
    margin-left: 9px;
  }

}


@media (max-width: 1024px) {
  .about-author-sec.row-fluid {
    margin: 40px 0;
    padding: 40px 0;
  }
  .feacture-wrapper-group ol li {
    font-size: 16px;
  }
  .row1-group-company .button-with-top-heading-wrapper p {
    margin-top: 60px;
  }
  .hs_cos_wrapper_type_header h1 {
    margin-top: 60px;
    margin-bottom: 50px;
  }
  .left-content {
    width: 100%;
    padding-bottom: 0;
  }
  .right-content {
    width: 100%;
    padding-top: 20px;
  }
  section.company--section--about-text.-animate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .overlay-image {
    margin-top: 45px;
  }
  .left-full-width, .right-full-width {
    margin-top: -15px !important;
  }
  section.company--section--image.-animate {
    min-height: 400px;
  }
  .content-top-heading-wrapper {
    margin: 195px 0 70px 0;
  }
  .row1-group-company .button-with-top-heading-wrapper {
    margin-bottom: 33px;
  }
  .right-content.full-width {
    width: 100%;
    padding: 50px 50px 0 50px;
  }
  .entry-content {
    padding: 50px;
    position: relative;
    z-index: 1;
    margin-top: -100px;
    background-color: #ffffff;
    border: 1px #8C7E7E solid;
  }
  .entry-content:before {
    display: none;
  }
  .date {
    font-size: 14px;
  }
  .post-header h2 {
    font-size: 22px;
  }
  a.more-link {
    font-size: 16px;
  }
  .row1-group-pricing .page-header.section-header h1 {
    margin-top: 60px;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
  .table-wrapper {
    padding: 35px 20px;
    margin: 0 5px;
  }
  .table-wrapper h3 {
    font-size: 20px;
  }
  .table-wrapper h4 {
    font-size: 14px;
  }
  .table-wrapper > span p {
    font-size: 15px;
  }
  a.green-button {
    font-size: 14px;
    line-height: 16px;
  }
  a.button-blue,
  .button{
    font-size: 16px;
    line-height: 16px;
  }



}
@media (max-width: 1023px) {

  .cm-footer-inner > .row-fluid-wrapper > .row-fluid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cm-footer-social {
    width: 100% !important;
  }

  .copy-wrapper > div {
    padding-bottom: 0px;
    margin: 0 auto;
  }
  /*.cm-header-gp {
  padding-top: 50px;
}*/
  .cm-logo {
    position: relative;
    top: 0;
    width: auto !important;
  }
  .cm-desk {
    display: none !important;
  }
  .custom-menu-primary {
    width: 100% !important;
  }
  .cm-header-gp {
    z-index: 99999;
    position: relative;
    background: #fff;
  }
  body.mobile-open{
    overflow-y: hidden;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    width: calc( 100% / 3);
    float: left !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    display: block !important;
    position: static !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    display: flex !important;
    flex-wrap: wrap;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {
    width: calc(100% / 3);
    padding-right: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    font-size: 14px;
    color: #1D1D1D;
    font-weight: 600;
    padding: 0 0 10px 0;
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    width: 100% !important;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #8C7E7E;
    padding-bottom: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a {
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
    display: block;
    font-size: 14px;
    padding: 0 0 8px 0;
    color: #8C7E7E;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a:hover {
    color: #FF7226;
  }

  span.close {
    display: none;
  }
  .mobile-open span.close {
    display: block;
    position: relative;
    top: 3px;
    right: -1px;
  }
  .mobile-open span.open {
    display: none;
  }

  .component--job-position-list>div:nth-child(2n+2) {
    margin-right: 0;
  }
  .component--job-position-list>div {
    width: calc(100% / 2 - 8px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  a.job-position {
    padding: 40px 30px;
  }
  a.button-blue,
  .button{
    font-size: 16px;
    line-height: 16px;
  }
  a.job-position p {
    margin-top: 10px;
    font-size: 14px;
  }
  .banner-wrapper {
    padding: 60px 0 !important;
    margin-top:0;
  }
  .banner-wrapper img {
    margin-bottom: 20px;
    max-width: 90px;
  }
  .banner-wrapper h1 {
    font-size: 30px;
    margin-top: 7px;
  }
  .feature-wrapper.right.-section-1 {
    margin: 50px 0 100px 0;
  }
  .feacture-wrapper-group h3 {
    font-size: 22px;
  }
  .feacture-wrapper-group {
    width: 100%;
    padding-top: 0;
    max-width: 450px;
    padding-bottom:30px;
  }
  .feacture-wrapper-group p {
    margin: 0;
    margin-bottom: 15px;
  }
  .image-wrapper.center-image {
    width: 100%;
    text-align: center;
  }
  .image-wrapper.center-image img {
    margin: 0 auto;
    margin-left: 0;
    width: auto;
    max-height: 450px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .feature-wrapper.left.-section-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
  }
  .feature-wrapper.left.-section-1 .feacture-wrapper-group {
    padding-right: 0;
    padding-left: 0;
  }
  .feacture-wrapper-group ul li {
    font-size: 16px;
  }
  .feature-wrapper.left.-section-1 {
    margin: 50px 0 100px 0;
  }
  .image-wrapper.floting img {
    position: static;
    /* top: 0; */
  }
  .image-wrapper.floting {
    height: 650px;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    height: 900px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .content-top-heading-wrapper h1 {
    margin-top: 0;
    font-size: 30px;
    font-size: 25px;
  }
  .content-top-heading-wrapper {
    margin: 0px 0 50px 0;
  }
  .content-with-top-heading-group {
    width: calc(100% / 2);
    padding: 0 30px;
    margin-bottom: 30px;
  }
  .content-with-top-heading-group h4 {
    line-height: 130%;
    margin-bottom: 20px;
    color: #1D1D1D;
    font-weight: 600;
    font-size: 18px;
    margin-top: 0;
  }
  .content-top-heading-wrapper h1 {
    margin-bottom: 50px;
  }
  .content-with-top-heading-group p {
    font-size: 14px;
  }
  .content-top-heading-wrapper hr {
    margin: 20px 0 0;
  }
  .button-with-top-heading-wrapper p {
    margin-top: 50px;
    font-size: 20px;
    max-width: 700px;
  }
  .button-wrapper {
    margin: 50px auto 0 auto;
  }
  .banner-wrapper p {
    max-width: 600px;
    margin: 0 auto;
  }
  .feature-wrapper.left.-section-1 .feacture-wrapper-group {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 30px;
  }
  .feature-wrapper.left.-section-1 .image-wrapper.floting img {
    max-width: 100%;
    left: 0;
    position: static;
  }
  .feature-wrapper.left.-section-1 .image-wrapper.floting {
    height: 600px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 60%;
    position: relative;
    height: 530px;
    -webkit-transform: translateX(0px);
    transform: translateX(0);
    width: 100%;
  }
  .feature-wrapper.left.-section-1 .feacture-wrapper-group {
    width: 100%;
  }
  .feature-wrapper.left.-section-1 .image-wrapper.floting img {
    max-width: inherit;
    left: 0;
    position: static;
    height: auto;
  }
  .image-wrapper {
    height: auto !important;
  }

  .rel-title h1 {
    font-size: 16px;
  }
  div#schedule-modal-form--wrapper {
    width: 100%;
    position: relative;
  }
  #schedule-demo-modal .form-wrapper {
    width: 100%;
    padding: 50px 50px 0 50px;
  }
  .table-wrapper {
    width: calc( 100% / 2 - 20px);
    margin-right: 20px;
    min-height: 350px;
  }
  .price-gp .page-center {
    flex-wrap: wrap;
  }
  .table-wrapper:nth-of-type(2) {
    margin-right: 0;
  }
  .table-wrapper:nth-of-type(3) {
    margin-top: 25px;
  }  
  .price-gp {
    margin-bottom: 80px;
  }
  .button-with-top-heading-wrapper p {
    font-size: 24px;
  }
  .row3-group-pricing .button-with-top-heading-wrapper {
    margin-bottom: 200px;
  }
  .row1-content-home .hs_cos_wrapper .hs_cos_wrapper:first-child .feature-wrapper.right.-section-1 {
    padding-top: 100px;
    margin: 0;
  }
  .row1-content-home .hs_cos_wrapper .hs_cos_wrapper:first-child .feacture-wrapper-group h1 {
    font-size: 35px;
  }
  .row1-content-home .hs_cos_wrapper .hs_cos_wrapper:first-child .image-wrapper.floting img {
    min-height: auto;
    position: static;
    max-width: 100%;
    margin: 0 auto;
    margin-left: 51px !important;
  }
  .row1-content-home .hs_cos_wrapper .hs_cos_wrapper:first-child .image-wrapper.floting  {
    text-align: center;
    max-width: 100%;
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .row1-content-home .hs_cos_wrapper .hs_cos_wrapper:nth-child(2) .feature-wrapper.left.-section-1 .feacture-wrapper-group {
    padding-top: 100px;
  }

  .row1-content-home .hs_cos_wrapper .hs_cos_wrapper:nth-child(2) .feature-wrapper.left.-section-1 .image-wrapper.floting {
    width: 100%;
    text-align: right;
  }
  .row1-content-home .feature-wrapper.left.-section-1 {
    margin: 50px 0 0px 0;
  }
  .row1-content-home .hs_cos_wrapper_type_header h1 {
    margin-top: 20px;
  }
  .icon-left-content-wrapper .feature-wrapper p span {
    font-size: 18px;
  }
  .icon-left-content-wrapper .feature-wrapper p {
    font-size: 14px;
    line-height: 24px;
  }
  .row1-content-home .button-with-top-heading-wrapper p {
    margin-top: 150px;
  }
  .customers-service > div img {
    max-height: 35px;
    width: auto;
  }

  .customers-service > div {
    margin: 0 20px 20px 20px;
  }
  .feature-wrapper.left.-section-1 .image-wrapper.floting img {
    max-width: 100%;
    left: 0;
    position: static;
    height: auto;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.active a{
    color: #FF7226;
  }

}


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

@media (max-width: 767px) {
  .feature-wrapper.left.-section-1 .image-wrapper.floting img {
    max-width: 100%;
    right: 0;
  }
  .cm-menu .hs-menu-wrapper > ul ul li a {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .container-fluid .row-fluid .page-center {
    padding: 0px;
  }

  .cm-footer-gp {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .copy-wrapper > div {
    padding-bottom: 0px;
    margin-top: 15px;
  }

  .cm-menu {
    width: 70px !IMPORTANT;
    margin-left: 0 !important;
  }

  @media (max-width: 767px) {
    .footer-menu {
      float: left !important;
    }
  }

  .cm-company {
    margin-right: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li,
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li{
    width: calc( 100% / 2);
    float: left !important;
  }
  /*.cm-header-gp {
  padding-top: 30px;
}*/
  .cm-logo img {
    max-width: 180px;
  }
  .mobile-trigger {
    right: -5px;
    top: 3px;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    padding-top: 100px;
    padding-left: 40px;
    padding-bottom: 40px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:last-child {
    margin-top: 15px;
  }
  .hs_cos_wrapper_type_header h1 {
    margin-top: 0;
    margin-bottom: 29px;
  }
  body h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .header-container-wrapper {
    min-height: 100px !important;
    padding: 5%;
  }
  .row1-group-faq form {
    padding: 20px 25px;
  }
  .row1-group-faq form input.hs-search-field__input {
    font-size: 16px;
  }
  .accordion-container {
    margin-top: 50px;
    margin-bottom: 100px;
  }
  .accordion-container .set a {
    font-size: 14px;
  }
  a.button-blue,
  .button{
    padding: 15px 40px;
    font-size: 14px;
  }
  .row1-group-joinus-sub hr {
    margin: 50px 0;
  }
  a.job-position {
    padding: 30px;
  }
  .component--job-position-list>div {
    width: 100%;
    margin-right: 0;
  }
  a.job-position h4 {
    font-size: 14px;
  }
  a.job-position p {
    font-size: 13px;
  }
  .company--section--team.-animate {
    margin-top: 60px;
    margin-bottom: 80px;
  }
  .member-wrapper {
    margin: 10px 10px 30px 10px;
    max-width: calc(100% / 2 - 20px);
  }
  .member-wrapper figure {
    border-radius: 45px;
  }
  .member-wrapper h4 {
    font-size: 16px;
  }
  section.company--section--image.-animate {
    min-height: 300px;
  }
  section.company--section--about-text.-animate:before {
    display: none;
  }
  section.company--section--about-text.-animate {
    margin-top: 0;
  }
  .left-content ,
  .right-content{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .left-content h3 {
    font-size: 22px;
    line-height: 140%;
  }
  .banner-wrapper {
    margin-top: 0;
  }
  .feacture-wrapper-group {
    padding-bottom: 30px;
  }
  .content-top-heading-wrapper h1 {
    margin-bottom: 50px;
    line-height: 140%;
    margin-bottom: 50px;
  }
  .banner-wrapper img {
    margin-bottom: 10px;
    max-width: 80px;
  }
  .banner-wrapper h1 {
    font-size: 25px;
  }
  .feacture-wrapper-group h3 {
    font-size: 20px;
  }
  .feature-wrapper.right.-section-1 {
    margin: 50px 0 60px 0;
  }
  .feacture-wrapper-group ul li {
    font-size: 14px;
  }
  .feacture-wrapper-group ul li span {
    padding-bottom: 15px;
    font-size: 14px;
    padding-left: 1px;
  }
  .feature-wrapper.left.-section-1 {
    margin: 50px 0 60px 0;
  }
  .image-wrapper.floting img {
    position: static;
    /* top: 0; */
    max-width: 500px;
  }
  .content-with-top-heading-group {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  .content-top-heading-wrapper h1 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 30px;
  }
  .content-with-top-heading-group p {
    margin: 0;
    margin-bottom: 14px;
  }
  .button-with-top-heading-wrapper p {
    font-size: 16px;
  }
  .image-wrapper.floting {
    height: 560px;
    -webkit-transform: translateX(-170px);
    transform: translateX(-170px);
  }
  .content-with-top-heading-group h4 {
    margin-bottom: 10px;
  }
  .image-wrapper.floting img {
    position: static;
    /* top: 0; */
    max-width: 100%;
    text-align: center;
  }
  .image-wrapper.floting {
    height: auto;
    -webkit-transform: translateX(-0);
    transform: translateX(0px);
  }

  .feature-wrapper.left.-section-1 .image-wrapper.floting {
    height: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    position: relative;
    text-align: center;
    transform: translateX(0);
  }
  .feature-wrapper.left.-section-1 .feacture-wrapper-group {
    width: 100%;
    position: relative;
    -webkit-box-ordinal-group: 3;
    width: 100%;
    padding-top: 0;
  }
  .feature-wrapper.right.-section-1 .image-wrapper.floting img 
  .feature-wrapper.left.-section-1 .image-wrapper.floting img {
    max-width: 100%;
    left: 0;
    position: static;
    height: 100%;
    width: 100%;
  }
  .row1-group-company .button-with-top-heading-wrapper p {
    margin-top: 0;
    font-size: 32px;
    line-height: 40px;
  }
  .row1-group-company .position-wrapper {
    padding-top: 50px;
    margin-top: 50px;
    margin-bottom: 85px;
  }
  .feacture-wrapper-group .image-wrapper {
    height: auto !important;
  }
  .about-author-sec.row-fluid .span2 {
    width: 100% !important;
  }
  .about-author-sec.row-fluid .span2 img {
    max-width: 70px;
  }
  .span10 {
    width: 100% !important;
    padding-left: 0 !important;
  }
  .about-author-sec.row-fluid .span10 h3 {
    font-size: 16px;
  }
  .rel-post-item {
    width: 100% !important;
    margin-bottom: 30px;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .rel-image {
    width: 100px;
  }
  .rel-title {
    width: calc(100% - 70px);
    padding-left: 20px;
  }
  .rel-date {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 5px;
  }
  .rel-title h1 {
    font-size: 14px;
    margin: 0;
  }
  .rec-rel-gp {
    margin-bottom: 100px;
  }
  .rel-post-item:last-child {
    margin-bottom: 0 !important;
  }
  .rec-rel-gp h3 {
    font-size: 20px;
    margin-top: 20px;
  }
  .section.post-header.hs_cos_wrapper_type_header h1 {
    font-size: 25px;
    line-height: 30px;
  }
  .hs-form-field {
    margin-bottom: 20px;
    width: 100% !important;
    padding: 0 !important;
  }
  a.modal-close-button {
    right: 30px;
    top: 40px;
  }
  div#schedule-modal-form--wrapper {
    width: 100%;
    max-width: 100%;
    display: block;
    border-radius: 0;
    margin: 0;
  }

  .row1-group-pricing .page-header.section-header h1 {
    font-size: 30px;
    margin-top: 0;
  }
  .price-gp {
    margin: 50px 0;
    padding: 50px 0;
  }
  .table-wrapper {
    width: 100%;
    margin: 0 0 20px 0;
    MIN-HEIGHT: AUTO;
  }
  .table-wrapper > span {
    margin-bottom: 20px;
  }
  .table-wrapper:nth-of-type(3) {
    margin-top: 0;
  }
  a.button-blue,
  .button{
    padding: 15px 40px;
    font-size: 14px;
  }

  .row3-group-pricing .button-with-top-heading-wrapper {
    margin-bottom: 150PX;
  }
  .row3-group-pricing h2 {
    margin-bottom: 60px;
    font-size: 26px;
  }
  .row3-group-pricing .hs_cos_wrapper_type_rich_text > div > div p {
    font-size: 18px;
  }
  .row3-group-pricing .hs_cos_wrapper_type_rich_text > div > div span {
    font-size: 14px;
  }
  .row3-group-pricing .hs_cos_wrapper_type_rich_text > div {
    margin-bottom: 100px;
  }
  input[type="text"],
  input[type="password"], 
  input[type="datetime"], 
  input[type="datetime-local"], 
  input[type="date"], 
  input[type="month"], 
  input[type="time"], 
  input[type="week"], 
  input[type="number"], 
  input[type="email"], 
  input[type="url"], 
  input[type="search"], 
  input[type="tel"], 
  input[type="color"],
  input[type="file"],
  textarea,
  select {
    width: 100%;
    max-width:100%;
  }

  section.help--section--search-wrapper.-animate > div {
    padding: 20px 25px;
  }
  input#myInput {
    font-size: 16px;
  }
  section.help--section--search-wrapper.-animate svg {
    width: 20px;
  }
  .row1-content-home .hs_cos_wrapper .hs_cos_wrapper:first-child .feature-wrapper.right.-section-1 {
    padding-top: 0;
    margin: 0;
  }

  .row1-content-home .hs_cos_wrapper .hs_cos_wrapper:first-child .feacture-wrapper-group h1 {
    font-size: 30px;
    line-height: 130%;
  }

  .row1-content-home .hs_cos_wrapper .hs_cos_wrapper:first-child .image-wrapper.floting img {
    margin-left: 0 !important;
  }
  .row1-content-home .hs_cos_wrapper .hs_cos_wrapper:nth-child(2) .feature-wrapper.left.-section-1 .feacture-wrapper-group {
    padding-left: 0 !important;
    width: 100%;
  }
  .row1-content-home .hs_cos_wrapper .hs_cos_wrapper:nth-child(2) .feature-wrapper.left.-section-1 .image-wrapper.floting {
    width: 100%;
    text-align: left;
  }
  .icon-left-content-wrapper .feature-wrapper {
    width: 100%;
    margin-top: 30px;
  }
  .row1-content-home .hs_cos_wrapper_type_header h1 {
    margin-bottom: 30px;
  }
  .row1-content-home .button-with-top-heading-wrapper p {
    margin-top: 100px;
  }
  .row1-content-home .button-with-top-heading-wrapper p {
    font-size: 26px;
  }
  .row1-content-home .button-with-top-heading-wrapper {
    margin-bottom: 130px;
  }
  .row1-content-home .hs_cos_wrapper .hs_cos_wrapper:first-child .feacture-wrapper-group p {
    line-height: 170%;
  }
  .row1-content-home .hs_cos_wrapper .hs_cos_wrapper:nth-child(2) .feacture-wrapper-group h2 {
    font-size: 26px;
  }
  .row1-content-home .hs_cos_wrapper .hs_cos_wrapper:nth-child(2) .feature-wrapper.left.-section-1 .image-wrapper.floting img {
    max-width: 100%;
  }
  .row1-content-home .hs_cos_wrapper_type_header h1 {
    font-size: 26px;
  }
  .feacture-wrapper-group ol li {
    font-size: 14px;
  }
  .row1-group-company .position-wrapper{
    margin-bottom: 100px;
  }

  .section.post-header.hs_cos_wrapper_type_header .date {
    margin-bottom: 10px;
    font-weight: 400;
  }



}  


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

@media (max-width: 479px) {

  .cm-menu .hs-menu-wrapper > ul > li > a {
    margin-bottom: 10px;
  }
  .subscribe-options label {
    font-size: 13px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .hs-button.primary, input[type="submit"], input[type="button"] {
    white-space: normal;
    line-height: normal;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li, .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {
    width: 100% !important;
    float: none !important;
  }
  .member-wrapper {
    max-width: 100%;
  }

  .preview-pages .hs-button.primary{
    white-space: normal !important;
    line-height: normal !important;
  }

}
@media (max-width: 320px) {
  .cm-menu .hs-menu-wrapper > ul > li > a {
    margin-bottom: 10px;
  }
  .cm-header-gp .page-center {
    padding-left: 15px !important;
  }
  .row1-group-faq form svg {
    margin-right: 14px;
  }
  .row1-group-faq form input.hs-search-field__input {
    font-size: 14px;
  }
  .accordion-container .set a {
    font-size: 13px;
  }
  .entry-content {
    padding-top: 30px;
  }
  .body-container-wrapper .checkbox-row span.fakelabel span {
    font-size: 12px;
  }
  input#myInput {
    font-size: 14px;
  }
  section.help--section--search-wrapper.-animate svg {
    margin-right: 14px;
  }
}
.hs-form label {
  display: block!important;
}
.hs-form {
  text-align: left!important;
  padding: 0 5%;
}
.hs-form .actions {
  text-align: left!important;
}
.hs-form .hs-input {
  width: 70%!important;
}
.hs-form-field > label {
  margin-bottom: 10px!important;
}
#hs_form_target_module_15420862667282242 form .input .hs-input[type=text],
#hs_form_target_module_15420862667282242 form .input .hs-input[type=email],
#hs_form_target_module_15420862667282242 form .input .hs-input[type=tel] {
  margin: 0px!important;
}
@media(max-width: 768px) {
  .hs-form {
    text-align: left!important;
  }
  .hs-form label {
    display: block!important;
    padding-left: 0px!important;
  }
  .hs-form .hs-submit .actions {
    text-align: center!important;
  }
}
.footer-container-wrapper .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  white-space: normal!important;
}