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


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

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


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


/* =============== @import, @font-face, and CSS File Includes =============== */
/*@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');*/
@import url('//243597.fs1.hubspotusercontent-na1.net/hubfs/243597/HexaGroup_March2019%20Theme/Css/icomoon.css');
@import url('//243597.fs1.hubspotusercontent-na1.net/hubfs/243597/HexaGroup_March2019%20Theme/Css/FontAwesome.css');
/* @import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/fontawesome.min.css'); */

@import url('//fonts.googleapis.com/css?family=Lato:100,0.500i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:700&display=swap');

@font-face {
  font-family: 'latolight';
  src: url('//243597.fs1.hubspotusercontent-na1.net/hubfs/243597/HexaGroup_March2019%20Theme/Fonts/lato-light-webfont.eot#iefix') format('embedded-opentype'),
    url('//243597.fs1.hubspotusercontent-na1.net/hubfs/243597/HexaGroup_March2019%20Theme/Fonts/lato-light-webfont.woff') format('woff'),
    url('//243597.fs1.hubspotusercontent-na1.net/hubfs/243597/HexaGroup_March2019%20Theme/Fonts/lato-light-webfont.ttf') format('truetype'),
    url('//243597.fs1.hubspotusercontent-na1.net/hubfs/243597/HexaGroup_March2019%20Theme/Fonts/lato-light-webfont.svg#latolight') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'latoregular';
  src: url('//243597.fs1.hubspotusercontent-na1.net/hubfs/243597/HexaGroup_March2019%20Theme/Fonts/lato-regular-webfont.eot#iefix') format('embedded-opentype'),
    url('//243597.fs1.hubspotusercontent-na1.net/hubfs/243597/HexaGroup_March2019%20Theme/Fonts/lato-regular-webfont.woff') format('woff'),
    url('//243597.fs1.hubspotusercontent-na1.net/hubfs/243597/HexaGroup_March2019%20Theme/Fonts/lato-regular-webfont.ttf') format('truetype'),
    url('//243597.fs1.hubspotusercontent-na1.net/hubfs/243597/HexaGroup_March2019%20Theme/Fonts/lato-regular-webfont.svg#latoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'latoblack';
  src: url('////cdn2.hubspot.net/hubfs/243597/HexaGroup_March2019%20Theme/Fonts/lato-black-webfont.eot?#iefix') format('embedded-opentype'),
    url('////cdn2.hubspot.net/hubfs/243597/HexaGroup_March2019%20Theme/Fonts/lato-black-webfont.woff') format('woff'),
    url('////cdn2.hubspot.net/hubfs/243597/HexaGroup_March2019%20Theme/Fonts/lato-black-webfont.ttf') format('truetype'),
    url('////cdn2.hubspot.net/hubfs/243597/HexaGroup_March2019%20Theme/Fonts/lato-black-webfont.svg#latoblack') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'entypo';
  font-style: normal;
  font-weight: normal;
  src: url('//cdn.hexagroup.com/hg/media/assets/fonts/entypo.eot?#iefix') format('embedded-opentype'),
    url('//cdn.hexagroup.com/hg/media/assets/fonts/entypo.woff') format('woff'),
    url('//cdn.hexagroup.com/hg/media/assets/fonts/entypo.ttf') format('truetype'),
    url('//cdn.hexagroup.com/hg/media/assets/fonts/entypo.svg#entypo') format('svg');
}

@font-face {
  font-family: 'robotobold';
  src: url('//243597.fs1.hubspotusercontent-na1.net/hubfs/243597/HexaGroup_March2019%20Theme/Fonts/roboto-bold-webfont.eot#iefix') format('embedded-opentype'),
    url('//243597.fs1.hubspotusercontent-na1.net/hubfs/243597/HexaGroup_March2019%20Theme/Fonts/roboto-bold-webfont.woff') format('woff'),
    url('//243597.fs1.hubspotusercontent-na1.net/hubfs/243597/HexaGroup_March2019%20Theme/Fonts/roboto-bold-webfont.ttf') format('truetype'),
    url('//243597.fs1.hubspotusercontent-na1.net/hubfs/243597/HexaGroup_March2019%20Theme/Fonts/roboto-bold-webfont.svg#robotobold') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


@media (max-width: 1023px) {
    .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;
  animation: fadein .5s;
  -moz-animation: fadein .5s;
  -webkit-animation: fadein .5s;
  -o-animation: fadein .5s;
} 

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
  background: #fff;
  color: #666;
  font-family: 'latolight',Arial,Helvetica,sans-serif;
  font-size: 20px;
  line-height: 24px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

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

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




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

/* Basic text */
p {} 
small {}
b,strong {
  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: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 48px;
  line-height: 50px;
  font-weight: normal;
  margin: 29px 0 9px;
}
h2 {
  font: 22px/24px 'latolight',Arial,Helvetica,sans-serif;
}
h3 {
  font: 22px/24px 'latobold',Arial,Helvetica,sans-serif;
}
h4 {
  font: 18px/22px 'latobold',Arial,Helvetica,sans-serif;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}

/* Anchor Links */
a {
  color: #6fbb1f;
  text-decoration: none;
  outline: none -webkit-transition:all .25s ease-out 0s;
  -moz-transition: all .25s ease-out 0s;
  -ms-transition: all .25s ease-out 0s;
  -o-transition: all .25s ease-out 0s;
  transition: all .25s ease-out 0s;
  cursor: pointer;
}
a:hover, a:focus {
  color: #89e824;
  outline: none;
  text-decoration: underline;
}
a:active, a:hover {
  outline: 0;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:focus {
  text-decoration: inherit;
  outline: none;
}

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

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

/* Horizontal Rules 
hr {
color: #ccc;
background-color: #ccc;
height: 1px;
border: none;
}*/
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}


/* =============== 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-container img, 
.body-container img, 
.footer-container img {
  vertical-align: middle;
  border: 0;
}





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


.header-container {
  min-height: 51px !important;
}
.header-container-wrapper .widget-span.widget-type-global_group {
  min-height: 0;
}

.custom-header-group {
  background: #f3f3f3;
  border-bottom: 1px solid #ddd;
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 99999;
  padding: 0 20px;
  padding-right: 0;
}
.span5.custom-header-logo {
  width: auto !important;
  float: left !important;
  margin-left: 0 !important;
}
.custom-header-logo {
  margin: 12px 10px 8px 0;
}
.logo-imgText-group:after {
  content: "";
  display: table;
  clear: both;
}
.logo-img {
  font-family: 'latobold',Arial,Helvetica,sans-serif;
  font-weight: normal;
  position: relative;
  overflow: hidden;
  margin: 0 19px 0 0;
  width: 194px!important;
  display: block;
  float: left;
}
.logo-text {
  color: #666;
  font-size: 14px;
  line-height: 17px;
  padding: 6px 0 0;
  float: left;
  display: block;
}
.span7.custom-menu-primary {
  width: auto !important;
  float: right !important;
  margin-left: 0 !important;
}



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

/* .body-container-wrapper {
overflow: hidden;
} */
.body-container {}
.body-container .hs_cos_wrapper_type_rich_text ol li {
  margin: 0 0 15px;
}
.body-container .hs_cos_wrapper_type_rich_text strong {
  font-family: 'latobold',Arial,Helvetica,sans-serif;
  font-weight: normal;
}

.content-wrapper {}
.content-wrapper.page-center {
  padding-top: 30px;
  padding-bottom: 30px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

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

.Footer-section {
  background: #6fbb1f;
  color: #fff;
  padding: 3px 66px 3px 33px;
  padding: 11px 38px 13px 39px;
}
.Footer-section a {
  color: #fff;
  text-decoration: none;
}
.Footer-section a:hover {
  color: #3b7400;
  text-decoration: none;
}
.copy-right-text p {
  font-size: 12px;
  font-weight: 300;
  font: 12px/17px 'latoregular',Arial,Helvetica,sans-serif;
  text-transform: uppercase;
  padding-top: 10px;
  margin-bottom: 10px;
  margin: 6px 0 0;
  padding: 0;
}
.footer-Midd {
  font-size: 38px;
  text-align: center;
  margin: 0 auto !important;
  position: absolute;
  left: 0;
  right: 0;
}
.right-sect {
  font: 24px/26px 'latolight',Arial,Helvetica,sans-serif;
  text-align: right;
  float: right !important;
}
.click-section {
  display: none;
  background: #232323;
  padding: 26px 20px 26px 20px;
}
.click-section .bottom-logo img {
  width: 141px !important;
}
.click-section .left-sect {
  width: 9.8%;
  width: 166px;
  text-align: right;
  /* float: right; */
  margin-left: 0;
}
.click-section .left-sect p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  margin: 10px 0 2px;
}
.click-section .left-sect a {
  color: #6fbb1f;
  font-family: 'latoregular',Arial,Helvetica,sans-serif;
  font-size: 18px;
  font-weight: 300;
}
.click-section .left-sect a:hover {
  color: #4e9207;
}
.click-section .midd-sect {
  width: 58.7%;
  width: 374px;
  color: #fff;
  margin-left: 1.5%;
  margin-left: 0;
  float: right;
  padding: 26px 0 0;
}
.click-section .midd-sect h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 6px;
  font-weight: normal;
}
.click-section .midd-sect p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin: 0 0 24px;
}
.widget-span.click-ft-leftSec {
  float: left;
  width: 580px;
  padding: 0 0 0 20px;
  margin-left: 0;
}
.click-section .right-sect {
  width: 30%;
  width: 598px;
  margin-left: 0;
  text-align: left;
  float: right;
  padding-right: 35px;
  padding: 27px 19px 27px 0;
  padding: 6px 19px 27px 0;
}
.click-section .right-sect h3 {
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 300;
}
.click-section .right-sect span.hs-form-required {
  display: inline-block;
  color: #fff;
  color: #fff;
}
.click-section .right-sect .hs-form-field {
  margin-bottom: 15px;
}
.click-section .right-sect .hs-form-field > label {
  color: #fff;
  font-size: 18px;
  width: 100%;
  font-weight: bold;
  margin: 0 0 4px;
}
.click-section .right-sect .hs-form-field .hs-input {
  font-weight: 300;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 8px 17px;
  width: 100%;
  font-size: 18px;
  margin-bottom: 3px;
  margin-top: 0;
  padding: 8px 12px;
  font-size: 20px;
  line-height: 23px;
}
.click-section .right-sect .hs-form-field textarea {
  height: 131px;
  font-weight: 300;
}
.click-section .right-sect .hs_submit {
  margin: 20px 0 0;
  margin: 0;
  padding-right: 8px;
}
.click-section .right-sect .hs_submit .actions input {
  background: #6fbb1f;
  border: none;
  color: #fff;
  border-radius: 3px;
  font: 20px/23px 'latobold',Arial,Helvetica,sans-serif;
  min-height: unset;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  text-align: center;
  width: 100%;
  margin: 1px 0 0;
  padding: 9px 20px 8px;
}
.click-section .right-sect .hs_submit .actions input:hover {
  background: #4e9207;
}
.click-section .right-sect .hs-form-field .input ul .hs-form-radio {
  width: auto;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.click-section .right-sect .hs-form-field .input ul .hs-form-radio input {
  width: 15px;
}
.click-section .right-sect .hs-form-field .input ul .hs-form-radio span {
  position: relative;
  top: -2px;
  margin-left: 5px;
  margin-right: 20px;
}
.click-section .right-sect .hs-form-field .input ul .hs-form-booleancheckbox {
  width: auto;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.click-section .right-sect .hs-form-field .input ul .hs-form-booleancheckbox input {
  width: 15px;
}
.click-section .right-sect .hs-form-field .input ul .hs-form-booleancheckbox span {
  position: relative;
  top: -2px;
  margin-left: 5px;
  margin-right: 20px;
}
.click-section .right-sect .hs-form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.click-section .right-sect .hs-form fieldset.form-columns-1 .hs-input {
  width: 100%;
}
.click-section .right-sect .hs-form fieldset.form-columns-2 .hs-form-field {
  width: 50%;
  float: left;
  padding-right: 8px;
}
.click-section .right-sect .hs-form fieldset.form-columns-2 .hs-form-field:last-child .input {
  margin-right: 0;
}
.click-section .right-sect .hs-form fieldset.form-columns-3 .hs-form-field {
  width: 33.3%;
  float: left;
}
.click-section .right-sect .hs-form fieldset.form-columns-3 .hs-form-field:last-child .input {
  margin-right: 0;
}
.click-section form.hs-form ul.inputs-list.hs-error-msgs label {
  font-size: 18px;
  line-height: 24px;
}



.tab-view{
  display:none;
}
a.btn-up {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.btn-arrow-up {
  display: block;
  background: url(//243597.fs1.hubspotusercontent-na1.net/hubfs/243597/HexaGroup_March2019%20Theme/Images/sprite.png) no-repeat -36px 0;
  width: 28px;
  height: 16px;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-transition: opacity .35s ease-out 0s;
  -moz-transition: opacity .35s ease-out 0s;
  -ms-transition: opacity .35s ease-out 0s;
  -o-transition: opacity .35s ease-out 0s;
  transition: opacity .35s ease-out 0s;
  margin: 0 auto;
}
.btn-arrow-up:hover {
  background-position: -23px -108px;
}
.btn-arrow-up.btn-arrow-down {
  background: url(//243597.fs1.hubspotusercontent-na1.net/hubfs/243597/HexaGroup_March2019%20Theme/Images/sprite.png) no-repeat 0 0;
}
.btn-arrow-up.btn-arrow-down:hover {
  background-position: -72px 0;
}





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

#at20mc {
  display: none !important;
}
.about-menu-link .submenu-link-list li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.key-areas-of-expertise-menu-link>a{    pointer-events: none;}
/* .custom-menu-primary .hs-menu-wrapper > ul > li.about-menu-link ul li.about-menu-link,
.sidebar-navigation .hs-menu-wrapper > ul > li.about-menu-link,
.about-page .breadcrumb-menu ul > li.about-menu-link {
display: none !important;
}
.about-menu-link > ul.hs-menu-children-wrapper > .submenu-link-list > ul > li.hs-item-has-children ul.hs-menu-children-wrapper,
.sidebar-navigation .hs-menu-wrapper > ul li.ico-marketing-menu-link,
.blog-menu .hs-menu-wrapper > ul > li.about-menu-link {
display: none !important;
}
*/
/* =============== Custom Menu Primary =============== */
@media (min-width: 768px) {

  .tablet-socialIcons > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
  }
  .tablet-socialIcons > ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .tablet-socialIcons > ul > li {
    font: 16px/18px 'latobold',Arial,Helvetica,sans-serif;
    float: left;
    list-style: none;
  }
  .tablet-socialIcons > ul > li > a {
    display: inline-block !important;
    color: #888;
    line-height: 20px;
    padding: 14px 23px 16px 24px;
    -webkit-transition: background .25s ease-out 0s;
    -moz-transition: background .25s ease-out 0s;
    -ms-transition: background .25s ease-out 0s;
    -o-transition: background .25s ease-out 0s;
    transition: background .25s ease-out 0s;
    text-transform: uppercase;
    text-decoration: none;
    overflow: visible !important;
    max-width: none !important;
    width: auto !important;
  }
  .tablet-socialIcons > ul > li.call_icon,
  .tablet-socialIcons > ul > li.blog-menu-link,
  .tablet-socialIcons > ul > li.facebook-menu-link,
  .tablet-socialIcons > ul > li.instagram-menu-link,
  .tablet-socialIcons > ul > li.linkedin-menu-link,
  .tablet-socialIcons > ul > li.share-menu-link,
  .tablet-socialIcons > ul > li.twitter-menu-link,
  .tablet-socialIcons > ul > li.youtube-menu-link {
    border-left: 1px solid #ddd;
    text-align: center;
  }
  .tablet-socialIcons > ul > li.call_icon
  {
    margin-left: 29px;
  }
  /*   .tablet-socialIcons > ul > li.blog-menu-link {
  margin-left: 29px;
} */
  .tablet-socialIcons > ul > li.call_icon:hover > a,
  .tablet-socialIcons > ul > li.blog-menu-link:hover > a,
  .tablet-socialIcons > ul > li.facebook-menu-link:hover > a,
  .tablet-socialIcons > ul > li.instagram-menu-link:hover > a,
  .tablet-socialIcons > ul > li.linkedin-menu-link:hover > a,
  .tablet-socialIcons > ul > li.share-menu-link:hover > a,
  .tablet-socialIcons > ul > li.twitter-menu-link:hover > a,
  .tablet-socialIcons > ul > li.youtube-menu-link:hover > a {
    color: #888;
  }
  .tablet-socialIcons > ul > li.call_icon > a,
  .tablet-socialIcons > ul > li.blog-menu-link > a,
  .tablet-socialIcons > ul > li.facebook-menu-link > a,
  .tablet-socialIcons > ul > li.instagram-menu-link > a,
  .tablet-socialIcons > ul > li.linkedin-menu-link > a,
  .tablet-socialIcons > ul > li.share-menu-link > a,
  .tablet-socialIcons > ul > li.twitter-menu-link > a,
  .tablet-socialIcons > ul > li.youtube-menu-link > a {
    background: #fff;
    padding: 16.35px 0;
    height: 50px;
  }
  .tablet-socialIcons > ul > li.call_icon > a:hover,
  .tablet-socialIcons > ul > li.blog-menu-link > a:hover,
  .tablet-socialIcons > ul > li.facebook-menu-link > a:hover,
  .tablet-socialIcons > ul > li.instagram-menu-link > a:hover,
  .tablet-socialIcons > ul > li.linkedin-menu-link > a:hover,
  .tablet-socialIcons > ul > li.share-menu-link > a:hover,
  .tablet-socialIcons > ul > li.twitter-menu-link > a:hover,
  .tablet-socialIcons > ul > li.youtube-menu-link > a:hover,
  .tablet-socialIcons > ul > li.call_icon > a:focus,
  .tablet-socialIcons > ul > li.blog-menu-link > a:focus,
  .tablet-socialIcons > ul > li.facebook-menu-link > a:focus,
  .tablet-socialIcons > ul > li.instagram-menu-link > a:focus,
  .tablet-socialIcons > ul > li.linkedin-menu-link > a:focus,
  .tablet-socialIcons > ul > li.share-menu-link > a:focus,
  .tablet-socialIcons > ul > li.twitter-menu-link > a:focus,
  .tablet-socialIcons > ul > li.youtube-menu-link > a:focus {
    color: #fff;
    background: #6fbb1f;
    text-decoration: none;
  }
  .tablet-socialIcons > ul > li.call_icon > a:before,
  .tablet-socialIcons > ul > li.blog-menu-link > a:before,
  .tablet-socialIcons > ul > li.facebook-menu-link > a:before,
  .tablet-socialIcons > ul > li.instagram-menu-link > a:before,
  .tablet-socialIcons > ul > li.linkedin-menu-link > a:before,
  .tablet-socialIcons > ul > li.share-menu-link > a:before,
  .tablet-socialIcons > ul > li.twitter-menu-link > a:before,
  .tablet-socialIcons > ul > li.youtube-menu-link > a:before {
    width: 42px;
    text-align: center;
    margin-right: 4px;
  }
  .tablet-socialIcons > ul > li.call_icon:hover > a:before,
  .tablet-socialIcons > ul > li.blog-menu-link:hover > a:before,
  .tablet-socialIcons > ul > li.facebook-menu-link:hover > a:before,
  .tablet-socialIcons > ul > li.instagram-menu-link:hover > a:before,
  .tablet-socialIcons > ul > li.linkedin-menu-link:hover > a:before,
  .tablet-socialIcons > ul > li.share-menu-link:hover > a:before,
  .tablet-socialIcons > ul > li.twitter-menu-link:hover > a:before,
  .tablet-socialIcons > ul > li.youtube-menu-link:hover > a:before {
    margin-right: 4px;
  }
  .tablet-socialIcons > ul > li.blog-menu-link > a:before,
  .tablet-socialIcons > ul > li.share-menu-link > a:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 20px;
    line-height: 20px;
    padding: 3px 0 0;
  }
  .tablet-socialIcons > ul > li.call_icon > a:before,
  .tablet-socialIcons > ul > li.facebook-menu-link > a:before,
  .tablet-socialIcons > ul > li.instagram-menu-link > a:before,
  .tablet-socialIcons > ul > li.linkedin-menu-link > a:before,
  .tablet-socialIcons > ul > li.twitter-menu-link > a:before,
  .tablet-socialIcons > ul > li.youtube-menu-link > a:before {
    display: inline-block;
    font-size: 22px;
    font-weight: normal;
    line-height: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: top;
    font-family: fontawesome;
  }
  .tablet-socialIcons > ul > li.call_icon > a:before {
    content: "";
    padding-top: 0;
  }
  .tablet-socialIcons > ul > li.blog-menu-link > a:before {
    content: "";
    /*     padding-top: 0; */
    margin-top: 1px;  
  }
  .tablet-socialIcons > ul > li.facebook-menu-link > a:before {
    content: "";
    margin-top: 1px;
  }
  .tablet-socialIcons > ul > li.instagram-menu-link > a:before {
    content: "";
    margin-top: 1px; 
  }
  .tablet-socialIcons > ul > li.linkedin-menu-link > a:before {
    content: "";
  }
  .tablet-socialIcons > ul > li.share-menu-link > a:before {
    content: "";
    padding-top: 0;
  }
  .tablet-socialIcons > ul > li.twitter-menu-link > a:before {
    content: "";
    font-size: 26px;
  }
  .tablet-socialIcons > ul > li.youtube-menu-link > a:before {
    content: "";
    margin-top: 1px;
  }
  .tablet-socialIcons > ul > li.call_icon:hover > a:before,
  .tablet-socialIcons > ul > li.blog-menu-link:hover > a:before,
  .tablet-socialIcons > ul > li.facebook-menu-link:hover > a:before,
  .tablet-socialIcons > ul > li.instagram-menu-link:hover > a:before,
  .tablet-socialIcons > ul > li.linkedin-menu-link:hover > a:before,
  .tablet-socialIcons > ul > li.share-menu-link:hover > a:before,
  .tablet-socialIcons > ul > li.twitter-menu-link:hover > a:before,
  .tablet-socialIcons > ul > li.youtube-menu-link:hover > a:before {
    width: 51px;
  }
  .tablet-socialIcons > ul > li.call_icon > a:after,
  .tablet-socialIcons > ul > li.blog-menu-link > a:after,
  .tablet-socialIcons > ul > li.facebook-menu-link > a:after,
  .tablet-socialIcons > ul > li.instagram-menu-link > a:after,
  .tablet-socialIcons > ul > li.linkedin-menu-link > a:after,
  .tablet-socialIcons > ul > li.share-menu-link > a:after,
  .tablet-socialIcons > ul > li.twitter-menu-link > a:after,
  .tablet-socialIcons > ul > li.youtube-menu-link > a:after {
    content: '';
    display: inline-block;
    height: 50px;
    width: 1px;
    overflow: hidden;
    margin: 0 0 0 -2px;
    vertical-align: middle;
  }
  .tablet-socialIcons > ul > li.call_icon > a > span,
  .tablet-socialIcons > ul > li.blog-menu-link > a > span,
  .tablet-socialIcons > ul > li.facebook-menu-link > a > span,
  .tablet-socialIcons > ul > li.instagram-menu-link > a > span,
  .tablet-socialIcons > ul > li.linkedin-menu-link > a > span,
  .tablet-socialIcons > ul > li.share-menu-link > a > span,
  .tablet-socialIcons > ul > li.twitter-menu-link > a > span,
  .tablet-socialIcons > ul > li.youtube-menu-link > a > span {
    font: 16px/18px 'latobold',Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    padding: 0 18px 0 0;
    display: none;
    visibility: hidden;
    vertical-align: top;
  }
  .tablet-socialIcons > ul > li.youtube-menu-link:last-child > a > span {
    padding-right: 22.5px;
  }
  .tablet-socialIcons > ul > li.call_icon:hover > a > span,
  .tablet-socialIcons > ul > li.blog-menu-link:hover > a > span,
  .tablet-socialIcons > ul > li.facebook-menu-link:hover > a > span,
  .tablet-socialIcons > ul > li.instagram-menu-link:hover > a > span,
  .tablet-socialIcons > ul > li.linkedin-menu-link:hover > a > span,
  .tablet-socialIcons > ul > li.share-menu-link:hover > a > span,
  .tablet-socialIcons > ul > li.twitter-menu-link:hover > a > span,
  .tablet-socialIcons > ul > li.youtube-menu-link:hover > a > span {
    display: inline!important;
    visibility: visible;
  }
  .tablet-socialIcons ul li:last-child {
    display: none;
  }

}


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


  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: static !important;
    font: 16px/18px 'latoregular',Arial,Helvetica,sans-serif;
    /*     font-family: 'latoregular'; */
    font-family: 'Lato', sans-serif !important;
    font-weight: 400;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #888;
    line-height: 20px;
    padding: 14px 19px 16px 19px;
    -webkit-transition: background .25s ease-out 0s;
    -moz-transition: background .25s ease-out 0s;
    -ms-transition: background .25s ease-out 0s;
    -o-transition: background .25s ease-out 0s;
    transition: background .25s ease-out 0s;
    text-transform: uppercase;
    text-decoration: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover {
    margin-bottom: -1px !important;
    border-bottom: 1px solid #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a > span {
    padding: 0 15px 0 0;
    position: relative;
    display:inline-block;
    /*     font-family: 'latoregular' !important; */
    font-family: 'Lato', sans-serif !important;
    font-weight: 400;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a > span:before {
    content: ' ';
    position: absolute;
    background: url("//243597.fs1.hubspotusercontent-na1.net/hubfs/243597/HexaGroup_March2019%20Theme/Images/sprite.png") no-repeat -93px -25px;
    width: 7px;
    height: 4px;
    right: 0;
    top: 7px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active:hover > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch:hover > a {
    color: #6fbb1f;
    text-decoration: none;
    /*     font-family: 'latoregular' !important; */
    font-family: 'Lato', sans-serif !important;
    font-weight: 400;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    text-decoration: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
    margin: 0 -1px;
    background: #fff;
    border: 1px solid #ddd;
    border-width: 0 1px;
    color: #ccc;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a > span:before {
    color: #ccc;
    background-position: -93px -33px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.call_icon, 
  .custom-menu-primary .hs-menu-wrapper > ul > li.blog-menu-link,
  .custom-menu-primary .hs-menu-wrapper > ul > li.facebook-menu-link,
  .custom-menu-primary .hs-menu-wrapper > ul > li.instagram-menu-link,
  .custom-menu-primary .hs-menu-wrapper > ul > li.linkedin-menu-link,
  .custom-menu-primary .hs-menu-wrapper > ul > li.share-menu-link,
  .custom-menu-primary .hs-menu-wrapper > ul > li.twitter-menu-link,
  .custom-menu-primary .hs-menu-wrapper > ul > li.youtube-menu-link {
    border-left: 1px solid #ddd;
    text-align: center;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.call_icon  {
    margin-left: 29px;
  }
  /*   .custom-menu-primary .hs-menu-wrapper > ul > li.blog-menu-link {
  margin-left: 29px;
} */
  .custom-menu-primary .hs-menu-wrapper > ul > li.call_icon:hover > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.blog-menu-link:hover > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.facebook-menu-link:hover > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.instagram-menu-link:hover > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.linkedin-menu-link:hover > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.share-menu-link:hover > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.twitter-menu-link:hover > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.youtube-menu-link:hover > a {
    color: #888;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.call_icon > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.blog-menu-link > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.facebook-menu-link > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.instagram-menu-link > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.linkedin-menu-link > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.share-menu-link > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.twitter-menu-link > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.youtube-menu-link > a {
    background: #fff;
    padding: 16.65px 0;
    height: 50px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.call_icon > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li.blog-menu-link > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li.facebook-menu-link > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li.instagram-menu-link > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li.linkedin-menu-link > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li.share-menu-link > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li.twitter-menu-link > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li.youtube-menu-link > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li.call_icon > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li.blog-menu-link > a:focus,
  .custom-menu-primary .hs-menu-wrapper > ul > li.facebook-menu-link > a:focus,
  .custom-menu-primary .hs-menu-wrapper > ul > li.instagram-menu-link > a:focus,
  .custom-menu-primary .hs-menu-wrapper > ul > li.linkedin-menu-link > a:focus,
  .custom-menu-primary .hs-menu-wrapper > ul > li.share-menu-link > a:focus,
  .custom-menu-primary .hs-menu-wrapper > ul > li.twitter-menu-link > a:focus,
  .custom-menu-primary .hs-menu-wrapper > ul > li.youtube-menu-link > a:focus {
    color: #fff;
    background: #6fbb1f;
    text-decoration: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.call_icon > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.blog-menu-link > a:before, 
  .custom-menu-primary .hs-menu-wrapper > ul > li.share-menu-link > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.facebook-menu-link > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.instagram-menu-link > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.linkedin-menu-link > a:before, 
  .custom-menu-primary .hs-menu-wrapper > ul > li.twitter-menu-link > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.youtube-menu-link > a:before {
    width: 51px;
    text-align: center;
    margin-right: 4px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.call_icon:hover > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.blog-menu-link:hover > a:before, 
  .custom-menu-primary .hs-menu-wrapper > ul > li.share-menu-link:hover > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.facebook-menu-link:hover > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.instagram-menu-link:hover > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.linkedin-menu-link:hover > a:before, 
  .custom-menu-primary .hs-menu-wrapper > ul > li.twitter-menu-link:hover > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.youtube-menu-link:hover > a:before {
    margin-right: 4px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.blog-menu-link > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.share-menu-link > a:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 20px;
    line-height: 20px;
    padding: 3px 0 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.call_icon > a:before, 
  .custom-menu-primary .hs-menu-wrapper > ul > li.facebook-menu-link > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.instagram-menu-link > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.linkedin-menu-link > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.twitter-menu-link > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.youtube-menu-link > a:before {
    display: inline-block;
    font-size: 22px;
    font-weight: normal;
    line-height: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: top;
    font-family: fontawesome;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.call_icon  > a:before {
    content: "";
    padding-top: 0;    
    margin-top: 2px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.blog-menu-link > a:before {
    content: "";
    /*     padding-top: 0; */
    margin-top: -1px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.facebook-menu-link > a:before {
    content: "";
    margin-top: 1px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.instagram-menu-link > a:before {
    content: "";
    margin-top: 1px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.linkedin-menu-link > a:before {
    content: "";
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.share-menu-link > a:before {
    content: "";
    padding-top: 0;
    margin-top: -1px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.twitter-menu-link > a:before {
    content: "";
    font-size: 26px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.youtube-menu-link > a:before {
    content: "";
    margin-top: 1px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.call_icon:hover > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.blog-menu-link:hover > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.share-menu-link:hover > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.facebook-menu-link:hover > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.instagram-menu-link:hover > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.linkedin-menu-link:hover > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.twitter-menu-link:hover > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.youtube-menu-link:hover > a:before {
    width: 51px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.call_icon > a:after,
  .custom-menu-primary .hs-menu-wrapper > ul > li.blog-menu-link > a:after,
  .custom-menu-primary .hs-menu-wrapper > ul > li.share-menu-link > a:after,
  .custom-menu-primary .hs-menu-wrapper > ul > li.facebook-menu-link > a:after,
  .custom-menu-primary .hs-menu-wrapper > ul > li.instagram-menu-link > a:after,
  .custom-menu-primary .hs-menu-wrapper > ul > li.linkedin-menu-link > a:after,
  .custom-menu-primary .hs-menu-wrapper > ul > li.twitter-menu-link > a:after,
  .custom-menu-primary .hs-menu-wrapper > ul > li.youtube-menu-link > a:after {
    content: '';
    display: inline-block;
    height: 50px;
    width: 1px;
    overflow: hidden;
    margin: 0 0 0 -2px;
    vertical-align: middle;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.call_icon > a > span,
  .custom-menu-primary .hs-menu-wrapper > ul > li.blog-menu-link > a > span,
  .custom-menu-primary .hs-menu-wrapper > ul > li.facebook-menu-link > a > span,
  .custom-menu-primary .hs-menu-wrapper > ul > li.instagram-menu-link > a > span,
  .custom-menu-primary .hs-menu-wrapper > ul > li.linkedin-menu-link > a > span,
  .custom-menu-primary .hs-menu-wrapper > ul > li.share-menu-link > a > span,
  .custom-menu-primary .hs-menu-wrapper > ul > li.twitter-menu-link > a > span,
  .custom-menu-primary .hs-menu-wrapper > ul > li.youtube-menu-link > a > span {
    font: 16px/18px 'latobold',Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    padding: 0 23.85px 0 0;
    display: none;
    visibility: hidden;
    vertical-align: top;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.youtube-menu-link:last-child > a > span {
    padding-right: 22.5px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.call_icon:hover > a > span,
  .custom-menu-primary .hs-menu-wrapper > ul > li.blog-menu-link:hover > a > span,
  .custom-menu-primary .hs-menu-wrapper > ul > li.facebook-menu-link:hover > a > span,
  .custom-menu-primary .hs-menu-wrapper > ul > li.instagram-menu-link:hover > a > span,
  .custom-menu-primary .hs-menu-wrapper > ul > li.linkedin-menu-link:hover > a > span,
  .custom-menu-primary .hs-menu-wrapper > ul > li.share-menu-link:hover > a > span,
  .custom-menu-primary .hs-menu-wrapper > ul > li.twitter-menu-link:hover > a > span,
  .custom-menu-primary .hs-menu-wrapper > ul > li.youtube-menu-link:hover > a > span {
    display: inline!important;
    visibility: visible;
  }

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

  .custom-menu-primary .hs-menu-wrapper > ul ul ul {}
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li {}
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li > a {}
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li.active > a,
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li.active-branch > a,
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li.active > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li.active-branch > a:hover {
    color: #6fbb1f !important;    
  }


  /* 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 */
  .site-wrapper > .custom-menu-primary.js-enabled, .site-wrapper > .custom-menu-primary {
    display: none !important;
  }

  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    width: 100%;
    background: #fff;
    border-bottom: 2px solid #6fbb1f;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 41px 41px 40px 40px;
    text-transform: none;
    color: #666;
    font: 16px/28px 'latoregular',Arial,Helvetica,sans-serif;
    margin-top: 1px;
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    transition: all 0.5s ease;
    font-family: 'Lato', sans-serif !important;
    font-weight: 400;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .submenuContent-item-left p, 
  .submenuContent-item-right p {
    margin: 0 0 24px;
    padding: 0;
  }
  .submenuContent-item-left {
    float: left;
    width: 14.23%;
    text-align: right;
  }
  .submenuContent-item-title {
    display: block;
    font: 48px/43px 'latolight',Arial,Helvetica,sans-serif;
    color: #999;
    text-transform: uppercase;
    margin: 0 0 11px;
  }
  .submenu-link-list {
    overflow: hidden;
    padding: 0 20px 0 61px;
    margin: 0;
    list-style: none;
    line-height: 18px;
    width: 66.32%;
    float: left;
  }
  .submenu-link-list > ul > li {
    width: 25%;
    padding: 0 20px 0 0;
    text-transform: uppercase;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .submenu-link-list > ul > li.hs-item-has-children {
    float: left;
  }
  /*   .about-menu-link > ul.hs-menu-children-wrapper > .submenu-link-list > ul > li.hs-item-has-children {
  float: none;
} */
  .submenu-link-list > ul > li > a {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 14px;
    color: #6fbb1f;
  }
  .submenu-link-list > ul > li > a:hover {
    color: #6fbb1f;
    text-decoration: none;
  }
  .submenu-link-list > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    position: static !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .submenu-link-list > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper li > a {
    width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    margin: 0 0 14px;
    color: #666;
    text-transform: none;
    text-decoration: none;
  }
  .submenu-link-list > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper li > a:hover {
    color: #89e824;
    text-decoration: none;
  }
  .submenuContent-item-right {
    float: right;
    width: 19.45%;
    padding: 2px 0 0 51px;
    border-left: 1px solid #ddd;
    line-height: 20px;
  }
  .submenuContent-item-right > a,
  .submenuContent-item-right > a:hover {
    text-decoration: none !important;
  }
  .submenuContent-item-right p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .submenuContent-item-right .video {
    margin: 0 0 17px;
    position: relative;
  }
  .submenuContent-item-right h5 {
    font: 22px/24px 'latoregular',Arial,Helvetica,sans-serif;
    margin: 0 0 12px;
    color: #666;
    text-transform: none;
    font-weight: 400;
    /*     font-family: 'latoregular' !important; */
    font-family: 'Lato', sans-serif !important;
    font-weight: 400;
  }
  .submenuContent-item-right h5 > a {
    font-weight: normal;
    color: inherit;
    text-decoration: none;
  }
  .submenuContent-item-right h5 > a:hover {
    color: inherit;
    text-decoration: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul {
    display: none !important;
  }

}


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

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

@media (max-width: 1023px) and (min-width: 768px) {

  .custom-menu-primary .hs-menu-wrapper > ul > li.call_icon,
  .custom-menu-primary .hs-menu-wrapper > ul > li.blog-menu-link,
  .custom-menu-primary .hs-menu-wrapper > ul > li.facebook-menu-link,
  .custom-menu-primary .hs-menu-wrapper > ul > li.instagram-menu-link,
  .custom-menu-primary .hs-menu-wrapper > ul > li.linkedin-menu-link,
  .custom-menu-primary .hs-menu-wrapper > ul > li.share-menu-link,
  .custom-menu-primary .hs-menu-wrapper > ul > li.twitter-menu-link,
  .custom-menu-primary .hs-menu-wrapper > ul > li.youtube-menu-link {
    display: none !important;
  }

}

@media (max-width: 1023px){

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

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 0px;
    right: 0;
    float: right;
    width: 51px;
    height: 50px;
    border-left: 1px solid #ddd;
    font: 60px/0 'entypo','entypo-social';
    white-space: nowrap;
    background: #fff;
    color: #888;
    margin: 0;
    text-align: center; 
  }
  .mobile-trigger .icon-list {
    display: block;
    vertical-align: top;
    white-space: normal;
    margin: 15px 0 0;
    font-size: 30px;
    line-height: 20px;
  }
  .mobile-trigger:hover,
  .mobile-trigger:focus {
    color: #fff;
    background: #6fbb1f;
    text-decoration: none;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color: #fff;
    background: #6fbb1f;
    text-decoration: none;
  }

  /* ===== 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: 38px;
    height: 41px;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 1;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger .arrow {
    width: 38px;
    height: 41px;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
  }
  .child-trigger .arrow:before {
    display: block!important;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #232323;
  }
  .child-trigger .arrow:after {
    display: block;
    content: '';
    position: absolute;
    background: url("//243597.fs1.hubspotusercontent-na1.net/hubfs/243597/HexaGroup_March2019%20Theme/Images/sprite.png") no-repeat 0 -123px;
    width: 14px;
    height: 7px;
    top: 18px;
    right: 11px;
  }

  /* ===== Mobile Menu Styles ===== */  
  .site-wrapper {
    position: relative;
    overflow: hidden;
    background: #232323;
  }
  .site-wrapper-inner {
    transition: all 0.6s ease;
    transform: translateX(0);
    background: #fff;
  }
  .mobile-open .site-wrapper-inner {
    transition: all 0.6s ease;
    transform: translateX(-269px);
  }

  .custom-header-group .custom-menu-primary,
  .custom-header-group .custom-menu-primary.js-enabled,
  .custom-header-group .span7.custom-menu-primary,
  .custom-header-group .span7.custom-menu-primary.js-enabled {
    display: none !important;
  }
  .custom-menu-primary,
  .custom-menu-primary.js-enabled,
  .span7.custom-menu-primary,
  .span7.custom-menu-primary.js-enabled {
    position: absolute;
    display: block;
    background: #232323;
    top: -1px;
    left: 100%;
    bottom: 0;
    width: 269px !important;
    height: 100% !important;
    padding: 15px 16px 0;
    overflow: auto;
    margin: 0;
    transition: all 0.6s ease;
  }
  .mobile-open .custom-menu-primary,
  .mobile-open .custom-menu-primary.js-enabled {
    margin-left: -269px !important;
  }

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

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

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

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin: 0 0 9px;
    font: 16px/18px 'latoregular',Arial,Helvetica,sans-serif;
    background: #313131;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    float: none !important;
    width: 100% !important;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif !important;
    font-weight: 400;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li.open-submenu {
    background: #6fbb1f;
    margin: 0 0 9px;
    border: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #fff;
    font: 16px/20px 'latoregular',Arial,Helvetica,sans-serif;
    padding: 10px 14px!important;
    border: none;
    position: relative;
    display: block;
    -webkit-transition: background .25s ease-out 0s;
    -moz-transition: background .25s ease-out 0s;
    -ms-transition: background .25s ease-out 0s;
    -o-transition: background .25s ease-out 0s;
    transition: background .25s ease-out 0s;
    /*     font-family: 'latoregular'; */
    font-family: 'Lato', sans-serif !important;
    font-weight: 400;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    padding-right: 40px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
    /*     color: #6fbb1f; */
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.contact-menu-link {
    margin-bottom: 2px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.call_icon,
  .custom-menu-primary .hs-menu-wrapper > ul > li.blog-menu-link,
  .custom-menu-primary .hs-menu-wrapper > ul > li.facebook-menu-link,
  .custom-menu-primary .hs-menu-wrapper > ul > li.instagram-menu-link,
  .custom-menu-primary .hs-menu-wrapper > ul > li.linkedin-menu-link,
  .custom-menu-primary .hs-menu-wrapper > ul > li.share-menu-link,
  .custom-menu-primary .hs-menu-wrapper > ul > li.twitter-menu-link,
  .custom-menu-primary .hs-menu-wrapper > ul > li.youtube-menu-link {
    float: none;
    display: block;
    padding: 4px 0;
    margin: 0;
    border-top: 1px solid #313131;
    background: transparent;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 24px !important;
    height: auto !important;
    min-height: 37px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.call_icon  {
    margin-left: 0 !important;
    border-top: 0 none;
  }
  /*   .custom-menu-primary .hs-menu-wrapper > ul > li.blog-menu-link {
  margin-left: 0 !important;
  border-top: 0 none;
} */
  .custom-menu-primary .hs-menu-wrapper > ul > li.call_icon > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.blog-menu-link > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.facebook-menu-link > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.instagram-menu-link > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.linkedin-menu-link > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.share-menu-link > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.twitter-menu-link > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.youtube-menu-link > a {
    color: #888;
    padding: 7px 10px 10px !important;
    text-decoration: none;
    height: auto !important;
    outline: none -webkit-transition:all .25s ease-out 0s;
    -moz-transition: all .25s ease-out 0s;
    -ms-transition: all .25s ease-out 0s;
    -o-transition: all .25s ease-out 0s;
    transition: all .25s ease-out 0s;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.blog-menu-link > a {
    padding-bottom: 6px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.share-menu-link > a {
    padding-bottom: 6px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.call_icon > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.blog-menu-link > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.share-menu-link > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.facebook-menu-link > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.instagram-menu-link > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.linkedin-menu-link > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.twitter-menu-link > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.youtube-menu-link > a:before {
    width: 33px !important;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.blog-menu-link > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.share-menu-link > a:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 20px;
    line-height: 20px;
    padding: 4px 0 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.call_icon > a:before,  
  .custom-menu-primary .hs-menu-wrapper > ul > li.facebook-menu-link > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.instagram-menu-link > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.linkedin-menu-link > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.twitter-menu-link > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.youtube-menu-link > a:before {
    display: inline-block;
    font-size: 22px;
    font-weight: normal;
    line-height: 13px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: top;
    font-family: fontawesome;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.blog-menu-link > a:before {
    content: "";
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.call_icon > a:before {
    content: "";
    margin-top: 4px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.facebook-menu-link > a:before {
    content: "";
    margin-top: 4px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.instagram-menu-link > a:before {
    content: "";
    margin-top: 4px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.linkedin-menu-link > a:before {
    content: "";
    margin-top: 5px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.share-menu-link > a:before {
    content: "";
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.twitter-menu-link > a:before {
    content: "";
    font-size: 26px;
    margin-top: 3px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.youtube-menu-link > a:before {
    content: "";
    margin-top: 4px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.call_icon > a > span,
  .custom-menu-primary .hs-menu-wrapper > ul > li.blog-menu-link > a > span,
  .custom-menu-primary .hs-menu-wrapper > ul > li.facebook-menu-link > a > span,
  .custom-menu-primary .hs-menu-wrapper > ul > li.instagram-menu-link > a > span,
  .custom-menu-primary .hs-menu-wrapper > ul > li.linkedin-menu-link > a > span,
  .custom-menu-primary .hs-menu-wrapper > ul > li.share-menu-link > a > span,
  .custom-menu-primary .hs-menu-wrapper > ul > li.twitter-menu-link > a > span,
  .custom-menu-primary .hs-menu-wrapper > ul > li.youtube-menu-link > a > span {
    width: auto !important;
    display: inline !important;
    font-family: 'latoregular',Arial,Helvetica,sans-serif;
    font-size: 16px !important;
    line-height: 18px;
    text-transform: none;
    /*     font-family: 'latoregular'; */
    font-family:'Lato', sans-serif !important;
    font-weight: 400;

  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.call_icon > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li.blog-menu-link > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li.facebook-menu-link > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li.instagram-menu-link > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li.linkedin-menu-link > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li.share-menu-link > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li.twitter-menu-link > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li.youtube-menu-link > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li.call_icon > a:focus,
  .custom-menu-primary .hs-menu-wrapper > ul > li.blog-menu-link > a:focus,
  .custom-menu-primary .hs-menu-wrapper > ul > li.facebook-menu-link > a:focus,
  .custom-menu-primary .hs-menu-wrapper > ul > li.instagram-menu-link > a:focus,
  .custom-menu-primary .hs-menu-wrapper > ul > li.linkedin-menu-link > a:focus,
  .custom-menu-primary .hs-menu-wrapper > ul > li.share-menu-link > a:focus,
  .custom-menu-primary .hs-menu-wrapper > ul > li.twitter-menu-link > a:focus,
  .custom-menu-primary .hs-menu-wrapper > ul > li.youtube-menu-link > a:focus {
    background: #1f1f1f;
    color: #fff;
  }

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

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    padding: 0;
    width: auto;
    height: auto;
    border-top: 1px solid #579911;
    font: 14px/16px 'latoregular',Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif !important;
    font-weight: 400;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    display: block;
    padding: 10px 10px 10px 30px;
    color: #fff!important;
    margin: 0;
    position: relative;
    line-height: normal;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:before {
    content: '';
    position: absolute;
    background: url("//243597.fs1.hubspotusercontent-na1.net/hubfs/243597/HexaGroup_March2019%20Theme/Images/sprite.png") no-repeat -97px -123px;
    width: 3px;
    height: 5px;
    top: 15px;
    left: 19px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:hover > a,
  .custom-menu-primary .hs-menu-wrapper > ul ul ul > li.hs-item-has-children > .child-trigger:hover + a {
    background: #4f9a00;
    color: #fff;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul > li.hs-item-has-children > .child-trigger {
    width: 28px;
    height: 36px;
    right: auto;
    left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul > li.hs-item-has-children > .child-trigger .arrow:after {
    background: none !important;
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul {
    background: #4f9a00;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li {
    border: 0 none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a {
    /*padding-left: 40px;*/
    padding: 7px 10px 7px 39px;
    margin: 0;
    text-transform: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a:before {
    content: '';
    position: absolute;
    background: #fff;
    width: 2px;
    height: 2px;
    top: 14px;
    left: 30px;
  }

  /* Level 5 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul li a {
    padding-left: 50px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul li a:before {
    left: 39px;
  }

}


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

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

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

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

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

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

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

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

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

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

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


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

.blog .blog-sidebar {}

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


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

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

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

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

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

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


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


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

/* Form Field */
.hs-form-field {
  margin: 0 0 19px;
}

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

/* Labels and Legends */
label {
  font-weight: bold;
}
.hs-form-field > label {
  display: block;
  margin-bottom: 5px;
}

/* 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 {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  vertical-align: middle;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
  outline: none!important;
  display: block;
  width: 100%;
  max-width: 100%;
  font: 20px/24px 'latolight',Arial,Helvetica,sans-serif;
  color: #666;
  border-radius: 3px;
  border-color: #ddd;
  padding: 8px 11px 7px;
  margin: 0 0 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 41px;
  min-height: 41px;
}

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: #6fbb1f;
}


.one-column .body-container input[type="text"],
.one-column .body-container input[type="password"], 
.one-column .body-container input[type="datetime"], 
.one-column .body-container input[type="datetime-local"], 
.one-column .body-container input[type="date"], 
.one-column .body-container input[type="month"], 
.one-column .body-container input[type="time"], 
.one-column .body-container input[type="week"], 
.one-column .body-container input[type="number"], 
.one-column .body-container input[type="email"], 
.one-column .body-container input[type="url"], 
.one-column .body-container input[type="search"], 
.one-column .body-container input[type="tel"], 
.one-column .body-container input[type="color"],
.one-column .body-container input[type="file"],
.one-column .body-container textarea,
.one-column .body-container select,
.body-container .hs-search-field {
  width: 100% !important;
  max-width: 500px;
}

/* Separate Styles for Multiple Line Inputs */
textarea {
  height: 130px;
  min-height: 130px;
}
textarea:focus {}

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

/* Multiple Selection Inputs */
form.hs-form ul.inputs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
form.hs-form 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 */
form.hs-form ul.inputs-list.hs-error-msgs {
  padding: 2px 0 10px !important;
  margin: 0 !important;
}
form.hs-form ul.inputs-list.hs-error-msgs label {
  color: red;
}

form.hs-form .hs_error_rollup ul.inputs-list.hs-error-msgs {
  padding: 20px 0 25px !important;
  margin: 0 !important;
}

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
  outline: none!important;
  text-decoration: none !important;
  vertical-align: middle;
  background: #6fbb1f;
  border: none;
  display: inline-block;
  border-radius: 3px;
  min-height: 42px;
  color: #fff;
  font: 20px/23px 'latobold',Arial,Helvetica,sans-serif;
  outline: none;
  padding: 9px 20px;
  margin: 0 0 20px;
  -webkit-transition: background .25s ease-out 0s;
  -moz-transition: background .25s ease-out 0s;
  -ms-transition: background .25s ease-out 0s;
  -o-transition: background .25s ease-out 0s;
  transition: background .25s ease-out 0s;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #89e824;
}

.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                                      
========================================================================== */

/* REMOVE CROSS ICON */
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
input[type="search"]:-moz-search-cancel-button {
  display: none;
}
input[type="search"]::-ms-clear  {
  display: none;
} 

/* SEARCH RESULT STYLING */
.body-container .hs-search-field {
  position: relative;
}
ul.hs-search-field__suggestions {
  padding: 5px;
  border: 1px solid #000;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
}
ul.hs-search-field__suggestions:empty {
  display: none !important;
}  
ul.hs-search-field__suggestions li {
  padding: 3px 0;
  margin: 0;
}
ul.hs-search-field__suggestions li#results-for {
  font-size: 16px;
}
ul.hs-search-field__suggestions li > a {
  padding: 2px 5px;
  margin: 0;
}
ul.hs-search-field__suggestions li > a:hover {
  color: #000;
}



/*  Banner Area  */
.visual-block-holder .image-holder {
  position: relative;
  overflow: hidden;
}

.hp-22 .hubspot-block{top: 115px;}
.hp-22 .smile-block { top: 367px;}


.hubspot-block {
  font-size: 20px;
  line-height: 36px;
  position: absolute;
  border-radius: 1px;
  z-index: 10;
  top: 196px;
  left: 0;
}
.hubspot-block .opener {
  float: left;
  text-align: center;
  position: relative;
  background: #000;
  background: rgba(0,0,0,.4);
  padding: 26px 25px 22px 30px;
  color: #fff;
  width: 247px;
  height: 88px;
  margin: -1px -80px 0 -80px;
  -moz-transform: rotate(-90deg) translateX(-80px) scale(1);
  -o-transform: rotate(-90deg) translateX(-80px) scale(1);
  -webkit-transform: rotate(-90deg) translateX(-80px) scale(1);
  transform: rotate(-90deg) translateX(-80px) scale(1);
  -ms-transform: rotate(-90deg) translateX(-80px) scale(1);
  cursor: pointer;
}
.hubspot-block .opener span {
  font-family: 'latobold',Arial,Helvetica,sans-serif
}
.hubspot-block.active .opener:hover,
.hubspot-block .opener:hover {
  background: #6fbb1f;
  background: rgba(111,187,32,.85);
  text-decoration: none;
}
.hubspot-block .opener:before {
  content: '';
  position: absolute;
  background: url(//243597.fs1.hubspotusercontent-na1.net/hubfs/243597/HexaGroup_March2019%20Theme/Images/sprite.png) no-repeat -78px -107px;
  width: 20px;
  height: 12px;
  left: 50%;
  top: auto;
  bottom: 10px;
  margin: 0 0 0 -10px;
}
.hubspot-block.active .opener:before {
  background-position: -1px -101px;
  width: 15px;
  height: 14px;
  margin: 0 0 0 -7px;
}
.hubspot-block .slider {
  float: left;
  background: rgba(255,255,255,.9);
  width: 550px;
  height: 247px;
  padding: 0;
  color: #444;
  font: 16px/20px 'latoregular',Arial,Helvetica,sans-serif;
  text-align: left;
}
.hubspot-block img {
  float: left;
  max-height: 247px;
  width: 308px; height: 100%; object-fit: cover;
}
.hubspot-block .text {
  overflow: hidden;
  margin: 0!important;
  padding: 40px;
}
.hubspot-block p {
  margin: 0 0 13px;
  max-height: 120px;
  overflow: hidden;
}
.hubspot-block .download {
  font-family: 'latoblack',Arial,Helvetica,sans-serif;
  margin: 0 13px 0 0;
  position: relative;
  color: #444;
  text-transform: uppercase;
}
.hubspot-block .download:before {
  content: '';
  position: absolute;
  background: url(//243597.fs1.hubspotusercontent-na1.net/hubfs/243597/HexaGroup_March2019%20Theme/Images/sprite.png) no-repeat -93px -87px;
  text-transform: uppercase;
  width: 7px;
  height: 11px;
  right: -13px;
  top: 5px;
}
.hubspot-block .download:hover,
.hubspot-block .download:focus {
  color: #6fbb1f;
  text-decoration: none;
}
.visual-block-holder .hubspot-block {
  top: 76px;
}
.visual-block-holder .hubspot-block,
.hubspot-block {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  margin-left: -550px;
  width: 650px; 
}
.visual-block-holder .hubspot-block.active,
.hubspot-block.active {
  width: 650px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  margin-left: 0;
}
.smile-block {
  position: absolute;
  z-index: 10;
  top: 447px;
  left: 0;
  width: 88px;
  height: 93px;
  font: 30px/30px 'latoblack',Arial,Helvetica,sans-serif;
  color: #fff;
  background: #000;
  background: rgba(0,0,0,.4);
  cursor: pointer;
  text-align: center;
  border-radius: 0 1px 1px 0
}
.smile-block:hover {
  background: #6fbb1f;
  background: rgba(111,187,32,.85);
  -moz-transform: rotate(90deg) translateX(-3px) scale(1);
  -o-transform: rotate(90deg) translateX(-3px) scale(1);
  -webkit-transform: rotate(90deg) translateX(-3px) scale(1);
  transform: rotate(90deg) translateX(-3px) scale(1);
  -ms-transform: rotate(90deg) translateX(-3px) scale(1)
}
.smile-block span {
  display: block;
  padding: 26px 0 0
}
.smile-block a {
  color: #fff;
  text-decoration: none
}
.visual-block-holder .smile-block {
  top: 327px;
}

/*  Advanced Banner Area  */
.advanced-bannerArea-module {
  overflow: hidden;
  position: relative;
  color: #fff;
  margin: 0 0 0;
  text-align: center;
  z-index: 3;
  background: #6fbb1f;
  background: #232323;
}
.advanced-bannerArea-slideset {
  height: 699px;
}
.advanced-bannerArea-slide {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
}
.without-img .advanced-bannerArea-slide {
  position: static;
}
.advanced-bannerArea-slide > img,
.advanced-bannerArea-slide > .img {
  display: block;
  width: 100%;
  min-width: 1920px;
  position: relative;
}
.advanced-bannerArea-textHolder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  white-space: nowrap;
}
.advanced-bannerArea-textHolder:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 1px;
  overflow: hidden;
  margin: 0 0 0 -5px;
  vertical-align: middle;
  white-space: nowrap;
}
.advanced-bannerArea-textFrame {
  text-align: center;
  margin: 0 0 45px;
  font-size: 20px;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  width: 100%;
  padding: 18px 0 0;
}
.advanced-bannerArea-text {
  max-width: 790px;
  margin: 0 auto 156px;
}
.advanced-bannerArea-text h1.titlehome {
  font-family: latoregular;
  text-align: center;
}
.advanced-bannerArea-text .content {
  padding: 33px 20px 0;
}
ul.advanced-bannerArea-icons {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #fff;
  position: absolute;
  z-index: 10;
  bottom: 50px;
  text-align: center;
  width: 100%;
  left: 0;
  font-size: 0;
}
ul.advanced-bannerArea-icons > li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  white-space: nowrap;
  text-align: center;
  margin: 0 0 0 37px;
}
ul.advanced-bannerArea-icons > li a {
  display: block;
  background: url(//243597.fs1.hubspotusercontent-na1.net/hubfs/243597/HexaGroup_March2019%20Theme/Images/bg-icons.png) no-repeat;
  width: 119px;
  height: 137px;
  -webkit-transition: opacity .35s ease-out 0s;
  -moz-transition: opacity .35s ease-out 0s;
  -ms-transition: opacity .35s ease-out 0s;
  -o-transition: opacity .35s ease-out 0s;
  transition: opacity .35s ease-out 0s;
  opacity: 1;
}
ul.advanced-bannerArea-icons > li a:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 1px;
  overflow: hidden;
  margin: 0 0 0 -1px;
  vertical-align: middle;
  white-space: nowrap;
}
ul.advanced-bannerArea-icons > li a .fa-lg {
  font-size: 45px;
  line-height: 33px;
}
ul.advanced-bannerArea-icons > li a.hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: -13px;
  background: url(//243597.fs1.hubspotusercontent-na1.net/hubfs/243597/HexaGroup_March2019%20Theme/Images/bg-icons-hover.png) no-repeat;
  width: 151px;
  height: 173px;
  margin: -19px -2px -19px;
}
ul.advanced-bannerArea-icons > li a.hover .fa-lg {
  font-size: 70px;
  line-height: 40px;
}
ul.advanced-bannerArea-icons > li a.hover:hover {
  opacity: 1;
}
ul.advanced-bannerArea-icons h2 {
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  width: 100%;
  color: #fff;
  text-decoration: none;
  margin: 0;
}
ul.advanced-bannerArea-icons > li .slide-title {
  display: block;
  margin-top: 25px;
  margin-left: -13px;
  width: 150px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: normal;
  font-size: 22px;
}

/*  Serviec Module  */
.service-cols-group:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 50px;
  background: #6fbb1f;
  z-index: 2;
}
.service-col {
  width: 50%;
  float: left;
  height: 330px;
}
.service-col:nth-child(2) {
  padding: 35px;
  background: #fff;
}
.service-col img {
  display: block;
  max-width: 100%;
  height: 330px;
  width: 100%;
  -webkit-transition: all .25s ease-out 0s;
  -moz-transition: all .25s ease-out 0s;
  -ms-transition: all .25s ease-out 0s;
  -o-transition: all .25s ease-out 0s;
  transition: all .25s ease-out 0s;
  object-fit: cover;
}
.service-col.right-col span {
  font-size: 24px;
  font-family: latolight;
}
.service-col.right-col p {
  font-size: 18px;
  font-family: latolight;
  margin: 0 0 24px;
}
.service-btn {
  outline: none -webkit-transition:all .25s ease-out 0s;
  -moz-transition: all .25s ease-out 0s;
  -ms-transition: all .25s ease-out 0s;
  -o-transition: all .25s ease-out 0s;
  transition: all .25s ease-out 0s;
  background: #6fbb1f;
  color: #fff;
  text-decoration: none;
  padding: 20px 7px;
  display: block;
  margin-top: 25px;
  text-align: center;
}
.service-btn:hover {
  background: #6fbb1f;
  color: #fff;
  text-decoration: underline;
}

/*  Latest News  */
.latestNews-module {
  overflow: hidden;
  background: #232323;
  color: #fff;
}
.hg-text {
  padding: 39px;
}
.latestNews-module .box:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 50px;
  background: #6fbb1f;
  z-index: 2;
}
.latestNews-module .box:after {
  content: '';
  display: block;
  clear: both;
}
.hg-title {
  width: 100%;
  float: left;
  padding-bottom: 40px;
}
.hg-text .txt {
  color: #fff;
  font-size: 48px;
  font-family: latolight;
}
.hg-title .green {
  float: right;
  font-size: 30px;
}
.green a {
  color: #6fbb1f!important;
}
.hg-news {
  width: 33%;
  float: left;
  padding: 5px;
} 
.date a {
  font-family: latoblack;
  font-size: 16px;
  color: #666!important;
}
.hg-news p, 
.hg-news p a {
  color: #fff;
  font-size: 16px;
  font-family: latoregular;
}
.hg-news p {
  margin: 0 0 24px;
}

/*  Featrued LinkedIn  */
.feature.feature-linkedin {
  position: relative;
  font: 20px/24px 'latolight',Arial,Helvetica,sans-serif;
  margin-bottom: 39px;
}
.feature.feature-linkedin .feature-content {
  text-align: center !important;
  padding: 0;
}
.feature.feature-linkedin .feature-content a {
  text-decoration: none !important
}
.feature.feature-linkedin .feature-content img {
  max-width: 100%;
  margin-bottom: 10px
}
.feature.feature-linkedin .feature-content span {
  color: #666
}


/* ==========================================================================
Layout Styling
========================================================================== */


/* =======================
Services
======================= */
.services-layout .header-container {
  min-height: 0 !important;
}
.services-threeColEq-Flexi span.hs_cos_wrapper_type_widget_container {
  display: block;
}
.services-threeColEq-Flexi span.hs_cos_wrapper_type_widget_container:after {
  content: "";
  display: table;
  clear: both;
}
.services-threeColEq-Flexi span.hs_cos_wrapper_type_widget_container > .hs_cos_wrapper.hs_cos_wrapper_widget {
  float: left;
  width: 33.333%;
  position: relative;
}
.serviceswebsite-and-interactivemobile-solutions-page .advanced-bannerArea-text .content,
.servicesinbound-and-digital-marketing-page .advanced-bannerArea-text .content,
.serviceswebsite-and-interactivewebsite-development-page .advanced-bannerArea-text .content,
.serviceswebsite-and-interactiveinteractive-page .advanced-bannerArea-text .content,
.servicescontent-page .advanced-bannerArea-text .content,
.servicesmarketing-strategy-page .advanced-bannerArea-text .content,
.serviceswebsite-and-interactive-page .advanced-bannerArea-text .content  {
  padding: 0;
}
.serviceswebsite-and-interactivemobile-solutions-page ul.advanced-bannerArea-icons,
.servicesinbound-and-digital-marketing-page ul.advanced-bannerArea-icons,
.serviceswebsite-and-interactivewebsite-development-page ul.advanced-bannerArea-icons,
.serviceswebsite-and-interactiveinteractive-page ul.advanced-bannerArea-icons,
.servicescontent-page ul.advanced-bannerArea-icons,
.servicesmarketing-strategy-page ul.advanced-bannerArea-icons,
.serviceswebsite-and-interactive-page ul.advanced-bannerArea-icons {
  font-size: inherit;
}

/* =======================
Contact Layout
======================= */
.contact-layout .content-wrapper {
  padding: 11px 0 0;
}
.contact-sidebar.left {
  padding: 0 20px 0 0;
}
.contact-mainContent {
  padding: 33px 20px 0;
}
.contact-sidebar.right {
  padding: 34px 20px 20px 20px;
}
.contact-mainContent-flexi p {
  margin: 0 0 24px;
}
.contact-form {
  border: 1px solid #e7e7e7;
  border-width: 1px 0;
  margin: 31px 0 45px;
  padding: 37px 0 26px;
}
.contact-form .hs-button.primary, 
.contact-form input[type="submit"],
.contact-form input[type="button"] {
  display: block;
  width: 100%;
}


/*  Contact Banner Area  */
.visual-block {
  background: #232323;
  margin: -12px 0 0 0;
}
.visual-block .block {
  padding: 41px 25px 25px 40px;
  color: #fff;
}
.visual-block h1 {
  text-align: left;
  color: #6fbb1f;
  margin: 0 0 33px;
  font-size: 48px;
  line-height: 50px;
}
.visual-block h2 {
  font: 26px/36px 'latolight',Arial,Helvetica,sans-serif;
  margin: 0 0 10px;
}
.visual-block-holder {
  position: relative;
}
.flexible-container {
  position: relative;
  padding-bottom: 476px;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.flexible-container iframe, 
.flexible-container object, 
.flexible-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.flexible-container .dynamic-map {
  margin-top: -150px;
}
.flexible-container .dynamic-map {
  height: 776px;
}

/*  Interactive  */
.feature {
  margin-bottom: 39px;
  font: 20px/24px 'latolight',Arial,Helvetica,sans-serif;
}
.feature-content {
  padding: 43px 35px;
  text-align: left;
  color: #fff;
}
.feature a {
  text-decoration: none;
  color: #fff;
  display: block;
  overflow: hidden;
}
.feature .hs-cta-wrapper p {
  text-align: center;
}
.feature .hs-cta-wrapper p, 
.feature .hs-cta-wrapper div {
  margin: 0 !important;
  padding: 0 !important;
}
.feature .hs-cta-wrapper strong {
  font-family: "latoblack";
  text-transform: uppercase;
}
.feature .fa {
  display: block;
  margin-top: 10px;
  text-align: center;
}
.feature.feature-lr-interactive > img {
  width: 100%;
}
.feature-lr-interactive .feature-content span.title {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 35px;
  text-align: left;
  margin: 0 0 10px 0;
}

/*  Two Column Equal  */
.twoColEqual-col {
  width: 50%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.twoColEqual-col.left {
  padding-left: 0;
}
.twoColEqual-col.right {
  padding-right: 0;
}

/*  Breadcrumb Menu  */
.breadcrumb-menu ul {
  background: none;
  padding: 0;
  margin: 0 0 39px;
  border-radius: 0;
  font: 14px/17px 'latoregular',Arial,Helvetica,sans-serif;
}
.breadcrumb-menu ul li {
  display: inline !important;
  width: auto !important;
  float: none !important;
  padding: 0 !important;
}
.breadcrumb-menu ul li:after {
  content: ">";
  margin: 0 0 0 3px;
}
.breadcrumb-menu ul li:last-child:after {
  display: none;
}
.breadcrumb-menu ul li a {
  color: #666;
  text-decoration: none;
}
.breadcrumb-menu ul li .hs-breadcrumb-menu-divider {
  display: none !important;
}
.breadcrumb-menu ul li a:hover {
  text-decoration: underline;
}

.three-column-layout .content-wrapper .breadcrumb-menu .hs_cos_wrapper_type_rich_text ul,
.breadcrumb-menu .hs_cos_wrapper_type_rich_text ul {
  margin: 0 0 39px !important;
  padding: 0 !important;
  list-style: none !important;
  border: 0 none !important;
  font: 14px/17px 'latoregular',Arial,Helvetica,sans-serif;
}
.three-column-layout .content-wrapper .breadcrumb-menu .hs_cos_wrapper_type_rich_text ul li:before,
.breadcrumb-menu .hs_cos_wrapper_type_rich_text ul li:before {
  display: none;
}


/* =======================
Three Column Layout
======================= */
.three-column-layout .content-wrapper {
  padding: 11px 0 0;
}
.three-column-layout .sidebar.left {
  padding: 0 20px 0 0;
}
.three-column-layout .sidebar.right {
  padding: 34px 20px 20px 20px;
}
.three-column-layout .main-content {
  padding: 33px 20px 0;
}
.three-column-layout .main-content-flexi p {
  margin: 0 0 24px;
}
.three-column-layout .main-content-flexi h3,
.three-column-layout .main-content-flexi h4 {
  margin: 0;
}
.three-column-layout .content-wrapper .hs_cos_wrapper_type_rich_text ul,
ul.accordion-items-group li.accordion-item ul[data-class="list"],
.feature-content ul[data-class="list"] {
  font: 20px/24px 'latolight',Arial,Helvetica,sans-serif;
  padding: 0 0 0 27px;
  border-left: 3px solid #6fbb1f;
  margin: 35px 0 36px;
  list-style: none;
}
.three-column-layout .content-wrapper .hs_cos_wrapper_type_rich_text ul li,
ul.accordion-items-group li.accordion-item ul[data-class="list"] li,
.feature-content ul[data-class="list"] li {
  padding: 0 0 12px 14px;
  position: relative;
  list-style: none;
  border: 0;
}
.three-column-layout .content-wrapper .hs_cos_wrapper_type_rich_text ul[style*="margin-left: 27px;"] li {
  padding: 0 0 12px 14px;
}
.three-column-layout .content-wrapper .hs_cos_wrapper_type_rich_text ul li:before,
ul.accordion-items-group li.accordion-item ul[data-class="list"] li:before,
.feature-content ul[data-class="list"] li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #6fbb1f;
}
.content-navigation ul {
  font: 20px/24px 'latolight',Arial,Helvetica,sans-serif;
  padding: 0 0 0 27px;
  border-left: 3px solid #6fbb1f;
  margin: 35px 0 36px !important;
  list-style: none !important;
}
.content-navigation ul li {
  padding: 0 0 12px 14px;
  position: relative;
  list-style: none;
  border: 0;
}
.content-navigation ul li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #6fbb1f;
}
.content-navigation ul li > a {
  display: inline-block !important;
  width: auto !important;
}
.three-column-layout .main-content-flexi blockquote {
  border: 1px solid #ddd;
  margin: 34px 0 33px;
  padding: 35px;
}
.three-column-layout .main-content-flexi blockquote h3 {
  margin: 0;
}
.three-column-layout .content-wrapper .hs_cos_wrapper_type_rich_text blockquote ul {
  border: 0 none;
  margin: 0 0 10px;
  padding: 0 0 0 40px;
  list-style: disc;
}
.three-column-layout .content-wrapper .hs_cos_wrapper_type_rich_text blockquote ul li {
  padding: 0;
  margin: 0;
  list-style: disc;
}
.three-column-layout .content-wrapper .hs_cos_wrapper_type_rich_text blockquote ul li:before {
  display: none;
}
.three-column-layout .main-content .hs_cos_wrapper_type_form {
  display: block;
  border: 1px solid #e7e7e7;
  border-width: 1px 0;
  margin: 35px 0 45px;
  padding: 37px 0 26px;
}
.three-column-layout .main-content .hs-button.primary, 
.three-column-layout .main-content input[type="submit"],
.three-column-layout .main-content input[type="button"] {
  display: block;
  width: 100%;
}
.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
}
.fluid-width-video-wrapper iframe, 
.fluid-width-video-wrapper object, 
.fluid-width-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
iframe {
  max-width: 100%;
}
.three-column-layout .sidebar.right h3 {
  font: 36px/38px 'latoblack',Arial,Helvetica,sans-serif;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.three-column-layout .sidebar.right p,.three-column-layout .sidebar.left .detail-content p {
  margin: 0 0 24px;
}
.smartWidget tr td, 
.smartWidget tr th nobr {
  font: 20px/24px 'latolight',Arial,Helvetica,sans-serif!important;
  padding: 3px 6px;
}
.smartWidget tr td:hover {
  color: #fff!important;
}

.servicesmarketing-strategyclustaar-keyword-analysis-page.three-column-layout .content-wrapper .hs_cos_wrapper_type_rich_text ul:not([data-class="list"]) {
  font: inherit;
  margin: 0 0 10px;
  padding: 0 0 0 40px;
  border: 0 none;
  list-style: disc;
}
.servicesmarketing-strategyclustaar-keyword-analysis-page.three-column-layout .content-wrapper .hs_cos_wrapper_type_rich_text ul:not([data-class="list"]) li {
  list-style: disc;
  padding: 0;
  margin: 0;
}
.servicesmarketing-strategyclustaar-keyword-analysis-page.three-column-layout .content-wrapper .hs_cos_wrapper_type_rich_text ul:not([data-class="list"]) li:before {
  display: none;
}

/*  Sidebar Navigation  */
.sidebar-navigation .hs-menu-wrapper > ul {
  padding: 0;
  margin: 0 0 20px 5px;
  list-style: none;
  font-size: 24px;
  line-height: 26px;
}
.sidebar-navigation .hs-menu-wrapper > ul li > a {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 18px;
  padding: 0 0 0 15px;
  position: relative;
  color: #666;
  text-decoration: none;
}
.sidebar-navigation .hs-menu-wrapper > ul li > a:hover,
.sidebar-navigation .hs-menu-wrapper > ul li > a:focus {
  text-decoration: none;
  color: #bbb;
}
.sidebar-navigation .hs-menu-wrapper > ul li.active > a {
  color: #6fbb1f;
}
.sidebar-navigation .hs-menu-wrapper > ul li.active > a:hover {
  color: #89e824;
}
.sidebar-navigation .hs-menu-wrapper > ul li.active > a:hover:after {
  background-position: -94px -136px;
}
.sidebar-navigation .hs-menu-wrapper > ul li > a:after {
  content: '';
  position: absolute;
  background: url("//243597.fs1.hubspotusercontent-na1.net/hubfs/243597/HexaGroup_March2019%20Theme/Images/sprite.png") no-repeat -68px -88px;
  width: 6px;
  height: 11px;
  top: 8px;
  left: 0;
}
.sidebar-navigation .hs-menu-wrapper > ul li > a:hover:after {
  background-position: -94px -136px;
}

/*  Accordion module  */
ul.accordion-items-group {
  padding: 0;
  margin: 38px 0 31px;
  list-style: none;
  border-top: 1px solid #e7e7e7;
}
ul.accordion-items-group li.accordion-item {
  border: 1px solid #e7e7e7;
  border-width: 0 0 1px;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  padding: 18px 0 1px;
}
ul.accordion-items-group .accordion-opener {
  font: 20px/24px 'latobold',Arial,Helvetica,sans-serif;
  margin: 0 0 20px;
  display: block;
  color: #666;
  padding: 0 30px 0 0;
  position: relative;
  text-transform: capitalize;
}
ul.accordion-items-group .accordion-opener:after {
  content: '';
  position: absolute;
  background: url(//243597.fs1.hubspotusercontent-na1.net/hubfs/243597/HexaGroup_March2019%20Theme/Images/sprite.png) no-repeat -23px -85px;
  width: 15px;
  height: 15px;
  right: 0;
  top: 4px;
}
ul.accordion-items-group .active .accordion-opener, 
ul.accordion-items-group .accordion-opener:hover, 
ul.accordion-items-group .accordion-opener:focus {
  color: #80bd01;
  text-decoration: none;
}
ul.accordion-items-group .active .accordion-opener:after {
  background-position: -45px -85px;
}
.accordion-item.the-deliverables:last-child.active a.accordion-opener {
  margin-bottom: 0;
}
ul.accordion-items-group .accordion-slide {
  overflow: hidden;
  display: none;
}
ul.accordion-items-group .accordion-slide .accordion-slide-padding {
  margin: 0 0 18px;
}
ul.accordion-items-group p {
  margin: 0 0 18px !important;
}
ul.accordion-items-group strong {
  font-family: 'latobold',Arial,Helvetica,sans-serif;
  font-weight: normal;
}
ul.accordion-items-group li.accordion-item ul {
  margin: 0;
  padding: 0 0 0 40px;
}
ul.accordion-items-group li.accordion-item ul li {
  border: 1px solid #e7e7e7;
  border-width: 0 0 1px;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  padding: 18px 0 1px;
}
ul.accordion-items-group li.accordion-item ul[data-class="list"] ul {
  padding: 19px 0 5px 10px;
  margin: 0;
  list-style: none;
  font-size: 18px;
}
ul.accordion-items-group li.accordion-item ul[data-class="list"] ul li {
  border: none;
  padding: 0 0 12px 14px!important;
}
ul.accordion-items-group li.accordion-item ul[data-class="list"] ul li:before {
  width: 5px;
  height: 5px;
  background: #ccc;
}

/*  Process Module  */
.lightgray-theme {
  background: #f3f3f3;
  color: #666!important;
}
.lightgray-theme a,
.lightgray-theme a:hover {
  color: #666!important;
}
.lightgray-theme span.title {
  color: #6fbb1f;
  font: 36px/38px 'latoblack',Arial,Helvetica,sans-serif;
}
.darkcyan-theme {
  background: #156279;
  color: #fff!important;
}
.darkcyan-theme a,
.darkcyan-theme a:hover {
  color: #fff!important;
}
.darkcyan-theme span.title {
  color: #fff;
  font: 36px/38px 'latoblack',Arial,Helvetica,sans-serif;
}
.darkcyan-theme.with-bgImg .feature-content {
  /*padding: 88px 35px 64px !important;*/
  padding: 64px 35px 64px !important;
}
.darkcyan-theme.with-bgImg span.title {
  font-family: 'latolight',Arial,Helvetica,sans-serif;
  font-size: 25px;
  line-height: 35px;
}
.feature.with-bgImg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.process-module,
.process-module a {
  color: #666;
}
.process-module span.title {
  text-transform: uppercase;
  font-size: 25px;
  line-height: 35px;
  margin: 0 0 10px 0;
  display: block;
  text-align: center;
}
.process-module .feature-content {
  text-align: center;
}
.process-module .feature-content img {
  max-width: 100%;
  margin-bottom: 10px;
}
.process-module.white-theme {
  border: solid 1px #dcdcdc;
}

/*  Featured Humor  */
.feature.feature-humor {
  position: relative;
  font: 20px/24px 'latolight',Arial,Helvetica,sans-serif;
  margin-bottom: 39px;
}
.feature.feature-humor .feature-content {
  text-align: center;
  padding: 43px 35px;
  background: #e4701d;
}
.feature.feature-humor .feature-content a {
  text-decoration: none;
  color: #fff;
  display: block;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
}
.feature.feature-humor .feature-content a.popup-open img {
  max-width: 100%;
  margin-bottom: 10px;
}
.feature.feature-humor .feature-content a.popup-open span.title {
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 35px;
  margin: 0 0 10px 0;
  text-align: center;
}

/*  Two Column With Black Section  */
.call-to-action .btn-lg, 
.call-to-action .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.call-to-action .btn-primary {
  color: #fff;
  background: #6fbb1f;
  border-color: #6fbb1f;
  border-radius: 0;
  font-weight: bold;
  font-family: 'latolight',Arial,Helvetica,sans-serif;
  text-decoration: none !important;
}
.call-to-action .btn {
  margin-bottom: 30px;
  width: 100%;
  text-decoration: none !important;
}
.call-to-action .btn-primary:hover,
.call-to-action .btn-primary:focus, 
.call-to-action .btn-primary:active,
.call-to-action .btn-primary.active {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.call-to-action .btn-primary:hover {
  color: #fff;
  background: #5b9a19;
  border-color: #5b9a19;
}
.box-section {
  border: 1px solid #ddd;
  margin: 34px 0 33px;
  padding: 35px;
}
.box-section.dark {
  border: none;
  color: #fff;
  background: #232323;
  margin: 33px 0 37px;
  padding: 36px 33px 11px;
}
.twoCol-with-blackSec-module.with-full-blackSec .box-section.dark {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.twoCol-with-blackSec-module ul {
  margin: 0 0 10px;
}
.call-to-action h2 {
  text-transform: uppercase;
  font-family: 'latolight',Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 24px;
}
.box-section.dark .hs_cos_wrapper_type_cta {
  display: block;
  margin-bottom: 24px;
}
.box-section.left {
  margin: 2px 40px 28px 0;
  padding: 31px 29px 8px 34px;
}

/*  Featrue Demo Reels  */
.feature-demo-reels .feature-content {
  background: #232323;
  text-align: left!important;
}
.feature-demo-reels .feature-content span.title {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 35px;
  text-align: left;
  color: #fff;
  margin: 0 0 15px 0;
  font-family: 'latolight',Arial,Helvetica,sans-serif;
}
.feature-demo-reels .list,
.feature-demo-reels ul[data-class="list"] {
  font: 26px/30px 'latolight',Arial,Helvetica,sans-serif;
  margin-bottom: 0;
}
.feature-demo-reels .list > li > a {
  color: #6fbb1f;
}
/*==========================================================================
Deafult Blog - Styling
========================================================================== */

.default-blog .blog-listing-wrapper .post-listing .post-item {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 35px;
  margin: 0 0 35px;
}
.default-blog .post-header h2{
  margin: 10px 0 0;
}
.default-blog .post-header h2 a{
  text-decoration: none;
}
.default-blog #hubspot-topic_data{
  color: #888888;
  font-weight:700;
  margin: 4px 0;
}
.default-blog #hubspot-author_data{
  margin: 0 0 10px;
}
.default-blog .hs-form .input ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.default-blog .hs-form .input ul li{
  padding: 0 !important;
}
.default-blog .custom_listing_comments {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 10px 0;
}
.default-blog .more-link{
  display: inline-block;
  padding-top: 20px;
}
.default-blog .hs-blog-social-share{
  height: auto;
}
.default-blog .blog-pagination a {
  display: inline-block;
  margin: 5px 0;
}
.default-blog .blog-sidebar .cell-wrapper{
  margin-bottom: 25px;
}
.default-blog #comment-form{
  padding:30px;
  margin:15px 0;
  border: 1px solid #CCC;
}
.default-blog #hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
.default-blog #hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}
.default-blog .hs-blog-social-share {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 10px;
  padding: 10px 0 0;
}

/* -------------- Default Code for comment ------------ */
.default-blog .section.post-footer {
  padding-top: 20px;
}
.custom_listing_comments {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 10px 0 5px;
}
.hs-blog-post #comments-listing + div {
  display: block;
  border: 1px solid #000;
  padding: 40px 25px 20px;
  margin: 15px 0 10px;
}
#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
#comments-listing.no-comments,
#comments-listing.new-comments  {
  border: 0 none;
  margin-bottom: 0;
  margin-top: 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
.comment-body {
  border-bottom: medium none;
  color: #666;
  display: block;
  font-family: 'latolight',Arial,Helvetica,sans-serif;
  font-size: 20px;
  line-height: 24px;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
.comment-date {
  color: #666 !important;
  display: block !important;
  text-align: left;
}

#captcha_wrapper,
.hs_recaptcha {
  min-height: 80px;
  overflow-x: auto;
  padding: 5px;
}














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

.modal-open .site-wrapper-inner {
  transition: all 0.6s ease;
  transform: none;
}

/* =================
AAAAAAAAAAAAAAAAAAA
================= */
.text-section .slide.active {
  max-height: 10000px !important;
}

/*** Works Listing **/
.listing-header {
  padding-top: 11px;
  text-align: center;
  margin: 0 0 45px;
  font-size: 20px;
}
.listing-header p {
  margin: 0 0 24px;
}
.works-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.works-list li {
  vertical-align: top;
  margin: 0;
  width: 25%;
  position: relative;
  overflow:hidden;
}
.works-list img {
  display: block;
  width: 100%;
}
.works-list .mask {
  bottom: 0;
  overflow: auto;
  position: absolute;
  width: 100%;
  opacity: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  transform: translateY(100%);
  max-height:100%
}
.works-list .popup {
  width: 100%;
  background: #1f1f1f;
  color: #fff;
  z-index: 2;
  font-size: 18px;
  overflow: hidden;
  line-height: 24px;
}
.works-list .popup a {
  color: #fff;
  display: block;
  padding: 25px 37px 32px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}
.works-list .popup .close {
  position: absolute;
  top: 35px;
  right: 38px;
  width: 24px;
  height: 14px;
  padding: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: transparent!important;
}
.works-list .popup .close span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background: url(//243597.fs1.hubspotusercontent-na1.net/hubfs/243597/HexaGroup_March2019%20Theme/Images/sprite-1.png) no-repeat -26px -66px;
  width: 24px;
  height: 14px;
  -webkit-transition: opacity .35s ease-out 0s;
  -moz-transition: opacity .35s ease-out 0s;
  -ms-transition: opacity .35s ease-out 0s;
  -o-transition: opacity .35s ease-out 0s;
  transition: opacity .35s ease-out 0s;
}
.works-list .popup .close .hover {
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
  background-position: -25px -132px;
}
.works-list .title {
  padding: 0 40px 0 0;
}
.works-list h2 {
  font: 24px/24px 'latolight',Arial,Helvetica,sans-serif;
  margin: 0 0 4px;
}
.works-list h3 {
  font: 16px/18px 'latobold',Arial,Helvetica,sans-serif;
  margin: 0 0 25px;
}
.works-list li:hover .mask {
  opacity: 1;
  transform: translateY(0);
}
.works-list .popup p {
  margin: 0 0 10px;
}
.works-list .popup a:hover {
  text-decoration: none;
}
.works-list .popup a:focus, .works-list .popup a:active {
  text-decoration: none;
  color: #fff;
  background: #6fbb1f;
}
.listing-header {
  padding-left: 15px;
  padding-right: 15px;
}
.image-display-area {
  position: relative;
}
.image-display-area a.lightbox {
  display: block;
  position: relative;
}
body.show-lightboxPopup {
  overflow: hidden !important;
}
.image-display-area .image-display {
  position: relative;
  z-index: 1;
  width: 82%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 3%;
}
.image-display-area .image-display-frame {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: -49%;
}
.portfolio-detail {
  font: 18px/24px 'latolight',Arial,Helvetica,sans-serif;
}
.heading {
  margin: 0 0 15px;
}
.portfolio-detail h1 {
  font: 36px/38px 'latolight',Arial,Helvetica,sans-serif;
  margin: 0 0 11px;
  text-align: left;
}
.portfolio-detail h2 {
  color: #6fbb1f;
  font: 20px/24px 'latoregular',Arial,Helvetica,sans-serif;
}
.portfolio-detail h1 .fa {
  color: #6fbb1f;
  font-size: 40px;
  margin-top: 10px;
}
.text-section {
  margin: 0 0 20px;
}
.text-section .slide {
  position: relative;
  margin: 0 0 11px;
  max-height: 145px;
  overflow: hidden;
  -webkit-transition: max-height 0.8s ease;
  -moz-transition: max-height 0.8s ease;
  -ms-transition: max-height 0.8s ease;
  transition: max-height 0.8s ease;
}
.portfolio-detail p strong {
  font: 18px/24px 'latobold',Arial,Helvetica,sans-serif;
  display:block;
}
.text-section .slide p {
  margin: 0 0 24px;
}
.text-section .slide p:last-child {
  margin-bottom: 0;
}
/*.our-workcognascents-page .text-section .slide p:nth-child(2) {
margin-bottom: 0;
}*/
.text-section .opener {
  display: block;
  margin: 0 auto;
  width: 18px;
  height: 11px;
  position: relative;
}
.text-section .opener i.fa {
  font-size: 32px;
  color: grey;
}
.holder-block {
  overflow: hidden;
  padding: 10px 0 17px;
  border: 1px solid #e7e7e7;
  border-width: 1px 0;
  margin: 0 0 25px;
}
.links-list {
  padding: 0;
  margin: 12px 0 0;
  list-style: none;
  font: 14px/16px 'latoblack',Arial,Helvetica,sans-serif;
  text-transform: uppercase;
  clear: none;
  text-align: left;
}
.links-list li:nth-of-type(1) {
  margin-left: 0!important;
}
.links-list a {
  color: #888;
}
.links-list li {
  float: left;
  margin: 0 0 0 22px!important;
  margin: 0;
}
.text-section .slide.active:after {
  background: transparent;
  display: none;
}
/*** Works Listing Endif **/


/*** Post Page **/
.panel-block {
  border-bottom: 1px solid #ddd;
  padding: 0 20px 11px;
  position: relative;
  margin: 11px 0 30px;
}
.panel-block .back {
  font: 22px/24px 'latoregular',Arial,Helvetica,sans-serif;
  padding: 0 0 0 26px;
  position: relative;
}
.panel-block .back:before {
  content: '';
  position: absolute;
  background: url(//243597.fs1.hubspotusercontent-na1.net/hubfs/243597/HexaGroup_March2019%20Theme/Images/sprite-1.png) no-repeat -58px -64px;
  width: 16px;
  height: 17px;
  top: 4px;
  left: 0;
}
.panel-block .back:hover {
  color: #89e824;
  text-decoration: none;
  outline: none;
}
.panel-block .back:hover:before {
  background-position: -81px -64px;
}
.hs-our-work-post-row {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.hs-our-work-post-row .row {
  margin-left: -20px;
  margin-right: -20px;
}
.hs-our-work-post-row .row .col-md-6 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.links-list a:hover, .links-list a:focus {
  color: #ccc;
  text-decoration: none;
}
.popup-holder {
  display: none;
  clear: left;
}
.text-section .slide:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 30px;
  width: 100%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,.51) 44%,rgba(255,255,255,1) 87%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(44%,rgba(255,255,255,.51)),color-stop(87%,rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,.51) 44%,rgba(255,255,255,1) 87%);
  background: -o-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,.51) 44%,rgba(255,255,255,1) 87%);
  background: -ms-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,.51) 44%,rgba(255,255,255,1) 87%);
  background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,.51) 44%,rgba(255,255,255,1) 87%)
}
.hs-our-work-post .columns h3 {
  font: 16px/18px 'latoblack',Arial,Helvetica,sans-serif;
  margin: 0 0 8px;
}
.list.no-left-border, .portfolio-detail ul:not(.links-list) {
  border-left: none;
  margin: 0;
  padding: 0;
  list-style:none;
  font: 20px/24px 'latolight',Arial,Helvetica,sans-serif;
}
.list.no-left-border, .portfolio-detail ul:not(.links-list) li {
  padding: 0 0 12px 14px;
}
.portfolio-detail ul:not(.links-list) li {
  font: 16px/24px 'latolight',Arial,Helvetica,sans-serif;
  position: relative;
}
.portfolio-detail ul:not(.links-list) li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #6fbb1f;
}
.portfolio-detail ul:not(.links-list) li strong {
  font-family: 'latobold',Arial,Helvetica,sans-serif;
  font-weight: normal;
}
.portfolio-detail ul ul {
  padding:0 0 5px 24px !important;
  margin: 0;
  list-style: none;
  font-size: 18px;
}
.portfolio-detail ul ul li {
  font: 16px/24px 'latolight',Arial,Helvetica,sans-serif;
  padding: 0 0 6px 15px;
}
.portfolio-detail ul ul li:before {
  width: 5px !important;
  height: 5px !important;
  background: #ccc !important;
}
div.lightbox {
  padding: 100px 21px 20px 74px;
  width: 100%;
  height: 100vh;
  min-width: 260px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.popup-lightbox-inner {
  position: relative;
  width: 100%;
}
div.lightbox .close {
  top: -66px;
  right: 41px;
  font-size: 36px;
  line-height: 38px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  opacity: 1;
  filter: alpha(opacity=100);
  position: relative;
  padding: 0 0 0 60px;
}
div.lightbox .close:before {
  content: '';
  position: absolute;
  background: url(//243597.fs1.hubspotusercontent-na1.net/hubfs/243597/HexaGroup_March2019%20Theme/Images/sprite.png) no-repeat 0 -152px;
  width: 33px;
  height: 32px;
  left: 0;
  top: 3px;
}
div.gallery {
  position: relative;
  width: 100%;
}
div.gallery div.mask {
  position: relative;
  overflow: hidden;
  width: 100%;
}
div.gallery .btn-prev, div.gallery .btn-next {
  position: absolute;
  text-indent: -9999px;
  overflow: hidden;
  background: url(//243597.fs1.hubspotusercontent-na1.net/hubfs/243597/HexaGroup_March2019%20Theme/Images/sprite.png) no-repeat -39px -153px;
  width: 18px;
  height: 32px;
  top: -63px;
  right: 314px;
}
div.gallery img {
  display: block;
  border: 1px solid #fff;
}
div.gallery .btn-prev:hover,
div.gallery .btn-next:hover,
div.lightbox .close:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}
.hs-slider-inner {
  padding: 0 20px 0;
  padding: 0 40px 0 0;
}
div.gallery .btn-next {
  background-position: -65px -153px;
  right: 249px;
}
ul.hs-slider {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.hs-slider li.slick-slide {
  outline: none !important;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.popup-holder {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-image: url(//243597.fs1.hubspotusercontent-na1.net/hubfs/243597/HexaGroup_March2019%20Theme/Images/fancybox_overlay.png);
}
.hs-our-work-post-row .row.columns .col-md-6 {
  float: left;
}


/* =================
SSSSSSSSSSSSSSSSSS
================= */
.our-pckg-hding {
  padding-top: 11px;
}
.our-pckg-hding .page-header.section-header {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  margin: 0 0 45px;
  font-size: 20px;
}
.our-pckg-hding .page-header.section-header p.secondary-header {
  margin: 0 0 24px;
}
.our-pckg-menu {
  border-top: solid 1px #ddd;
  min-height: 50px !important;
}
.our-pckg-menu.breadcrumb-menu {
  padding: 0 20px;
}
.our-pckg-menu.breadcrumb-menu ul {
  font: 14px/17px 'latoregular',Arial,Helvetica,sans-serif;
  margin: 0 !important;
  padding: 0 16px !important;
}
.our-pckg-menu.breadcrumb-menu ul > li {
  display: inline-block !important;
  margin: 16px 0;
  color: #6fbb1f;
}
.our-pckg-menu.breadcrumb-menu ul > li:after {
  content: "/ ";
  padding: 0 6px;
  color: #666;
  margin: 0;
}
.our-pckg-menu.breadcrumb-menu ul > li > a {
  color: #666;
  text-decoration: none;
}
.our-pckg-menu.breadcrumb-menu ul > li > a:hover {
  color: #666;
  text-decoration: underline;
}
.hs-inbound-digital-mkt-grp .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
  background: #333;
}
.hs-inbound-digital-mkt-grp .container-fluid .row {
  margin-left: -20px;
  margin-right: -20px;
}
.hs-inbound-digital-mkt-grp .container-fluid .row a {
  overflow: hidden;
  position: relative;
  border-right: 1px solid #fff;
  width: 33.33333333%;
  float: left;
}
.hs-inbound-digital-mkt-grp .container-fluid .row .inner-padding i.fa {
  font-size: 50px;
}
.hs-inbound-digital-mkt-grp .container-fluid .row a:hover {
  text-decoration: none;
}
.hs-inbound-digital-mkt-grp .container-fluid .row a .anim {
  overflow: hidden;
}
.hs-inbound-digital-mkt-grp .container-fluid .row a .inner-padding {
  text-align: center;
  padding: 30px 30px;
}
.hs-inbound-digital-mkt-grp .container-fluid .row a .inner-padding h2.package-name {
  color: #6fbb1f;
  text-align: center;
  font: 48px/60px "latolight",Helvetica,Arial,sans-serif;
  margin: 0;
  font-size: 32px!important;
}
.hs-inbound-digital-mkt-grp .container-fluid .row a .inner-padding p.lead.package-desc {
  padding: 0 10px!important;
  color: #fff;
  text-align: center;
  font-size: 21px;
  margin-bottom: 20px;
  font-weight: 200;
  line-height: 1.4;
  margin-top: 0;
}
.hs-inbound-digital-mkt-grp .container-fluid .row a .anim img {
  width: 100%;
  max-width: 100%;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.hs-inbound-digital-mkt-grp .container-fluid .row a .anim:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.table.package-listing tbody tr.hs-1-lead-qualification td,
.table.package-listing tbody tr.hs-2-sales-messaging td,
.table.package-listing tbody tr.hs-3-explore td,
.table.package-listing tbody tr.hs-4-advise td {
  border: none;
}
.table.package-listing tbody tr.hs-1-lead-qualification td:first-child,
.table.package-listing tbody tr.hs-2-sales-messaging td:first-child,
.table.package-listing tbody tr.hs-3-explore td:first-child,
.table.package-listing tbody tr.hs-4-advise td:first-child {
  border-right: 1px solid #ddd !important;
}
.table.package-listing tbody tr.hs-1-lead-qualification td:first-child .inner-padding,
.table.package-listing tbody tr.hs-2-sales-messaging td:first-child .inner-padding,
.table.package-listing tbody tr.hs-3-explore td:first-child .inner-padding,
.table.package-listing tbody tr.hs-4-advise td:first-child .inner-padding {
  padding: 0 26px 0 52px;
}
.table.package-listing tbody tr.hs-1-lead-qualification td:first-child .inner-padding span.package-item-name,
.table.package-listing tbody tr.hs-2-sales-messaging td:first-child .inner-padding span.package-item-name,
.table.package-listing tbody tr.hs-3-explore td:first-child .inner-padding span.package-item-name,
.table.package-listing tbody tr.hs-4-advise td:first-child .inner-padding span.package-item-name {
  display: inline;
}
.table.package-listing tbody tr.hs-1-lead-qualification td:first-child .inner-padding span.package-item-desc,
.table.package-listing tbody tr.hs-2-sales-messaging td:first-child .inner-padding span.package-item-desc,
.table.package-listing tbody tr.hs-3-explore td:first-child .inner-padding span.package-item-desc,
.table.package-listing tbody tr.hs-4-advise td:first-child .inner-padding span.package-item-desc {
  display: inline;
}
.table.package-listing tfoot .btn:hover {
  text-decoration: none;
}
.tablesaw {
  width: 100%;
  max-width: 100%;
  empty-cells: show;
  border-collapse: collapse;
  border: 0;
  padding: 0;
}
.table.package-listing {
  margin-bottom: 0;
}
.tablesaw * {
  box-sizing: border-box;
}
.table.package-listing thead tr th.package-name {
  background: #6fbb1f;
  color: #fff;
  font: 64px/80px "latolight",Helvetica,Arial,sans-serif;
  text-align: left;
}
.table>caption+thead > tr:first-child > th,
.table>colgroup+thead > tr:first-child > th,
.table>thead:first-child > tr:first-child > th,
.table>caption+thead > tr:first-child > td,
.table>colgroup+thead > tr:first-child > td,
.table>thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.package-listing thead tr th {
  text-align: center;
  vertical-align: middle;
}
.table.package-listing thead tr th {
  border-right: 1px solid #ddd;
}
.table>thead>tr>th {
  border-bottom: 2px solid #ddd;
}
.table>thead>tr>th, 
.table>tbody>tr>th, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>tbody>tr>td, 
.table>tfoot>tr>td {
  line-height: 1.42857143;
  border-top: 1px solid #ddd;
}
.table.package-listing thead tr th span.package-name {
  font: 42px/42px "latoregular",Helvetica,Arial,sans-serif;
  display: block;
}
.table.package-listing thead tr th span.package-name {
  font-size: 32px!important;
}
.table.package-listing thead tr th.package-name div.inner-padding {
  padding: 38px 26px;
}
.table.package-listing thead tr th span.package-desc {
  font: 30px/36px "latolight",Helvetica,Arial,sans-serif;
  display: block;
}
.table.package-listing thead tr th span.package-desc {
  font-size: 21px!important;
}
.table.package-listing tbody tr td:first-child {
  background: #f3f3f3;
}
.table.package-listing tbody tr td {
  border-right: 1px solid #ddd;
}
.table.package-listing tbody td {
  vertical-align: middle;
}
.table.package-listing tr td {
  width: 25%;
  text-align: center;
}
.table.package-listing tbody tr td:first-child div.inner-padding {
  padding: 26px;
  text-align: left;
}
.table.package-listing tbody .package-item-name {
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  font-family: "latoregular",Helvetica,Arial,sans-serif;
}
.table.package-listing tbody .package-item-desc {
  display: block;
}
.table.package-listing tbody .fa-check {
  font-size: 30px;
  color: #6fbb1f;
}
.table.package-listing tfoot tr {
  background: #666;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.table.package-listing tfoot .btn {
  background: #6fbb1f;
  color: #fff;
  border-radius: 0;
  margin: 20px;
}
.inner-border {
  border-right: 1px solid #ddd!important;
}

/*  Modal Popup  */
.modal-open {
  overflow: hidden
}
.modal {
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0,-25%);
  -ms-transform: translate(0,-25%);
  transform: translate(0,-25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0)
}
.fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .15s linear;
  transition: opacity, visibility .15s linear
}
.fade.in {
  opacity: 1;
  visibility: visible;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  display: none;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0)
}
.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50)
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px
}
.modal-header .close {
  margin-top: -2px
}
.modal-title {
  margin: 0;
  line-height: 1.42857143
}
.modal-body {
  position: relative;
  padding: 20px
}
.modal-body iframe {
  width: 100%;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5
}
.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0
}
.modal-footer .btn-group .btn+.btn {
  margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
  margin-left: 0
}
.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}


/*  Blog  */
.blog .body-container-wrapper {
  padding: 11px 0 0;
}
.blog .blg-three-col-eq-grp .lft-col-grp > .row-fluid-wrapper {
  margin-right: -3.9%;
}
.hs-blog-bnr-area {
  background: #232323;
  margin: -12px 0 0 0;
}
.hs-blog-bnr-area .heading-grp {
  padding: 41px 25px 25px 40px;
  color: #fff;
}
.hs-blog-bnr-area .heading-grp p {
  font: 26px/36px 'latolight',Arial,Helvetica,sans-serif;
  margin: 0 0 10px;
}
.hs-blog-bnr-area .heading-grp p.news-head {
  text-align: left;
  color: #6fbb1f;
  margin: 0 0 33px;
  font-size: 48px;
  line-height: 50px;
}
.blog .visual-block-holder {
  position: relative;
}
.blog .blog-content-group {
  padding-top: 33px;
  padding-left: 8px;
  padding-right: 8px;
}
.blog .blog-content-group .blg-cnt-inr-grp ol.breadcrumb {
  background: none;
  padding: 0;
  margin: 0 0 39px;
  border-radius: 0;
  font: 14px/17px 'latoregular',Arial,Helvetica,sans-serif;
}
.blog .blog-content-group .blg-cnt-inr-grp ol.breadcrumb a {
  color: #666;
}
.blog .page-number {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 4px;
  padding-top: 4px;
  font-weight: bold;
}
.blog .blog-sidebar {
  padding-top: 34px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.blog .blog-sidebar > .row-fluid-wrapper.row-depth-1 {
  margin-left: -3.9%;
}
.blog .blog-sidebar .blog-menu .hs-menu-wrapper > ul {
  list-style: none;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 20px;
  padding-left: 5px;
}
.blog .blog-sidebar .blog-menu .hs-menu-wrapper > ul > li > a {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 18px;
  padding: 0 0 0 15px;
  position: relative;
  color: #666;
}
.blog .blog-sidebar .blog-menu .hs-menu-wrapper > ul > li > a:hover {
  text-decoration: none;
  color: #bbb;
}
.blog .blog-sidebar .blog-menu .hs-menu-wrapper > ul > li > a:after {
  content: '';
  position: absolute;
  background: url(//243597.fs1.hubspotusercontent-na1.net/hubfs/243597/HexaGroup_March2019%20Theme/Images/sprite.png) no-repeat -68px -88px;
  width: 6px;
  height: 11px;
  top: 8px;
  left: 0;
}
.blog .blog-sidebar .feature.feature-3d-ebook {
  background: #f3f3f3;
  color: #666;
  position: relative;
  font: 20px/24px 'latolight',Arial,Helvetica,sans-serif;
  margin-bottom: 39px;
}
.blog .feature.feature-3d-ebook .feature-content {
  text-align: center;
  padding: 43px 35px;
}
.blog .feature.feature-3d-ebook .feature-content a {
  text-decoration: none;
  display: block;
  overflow: hidden;
  color: #666;
  text-align: center;
}
.blog .feature.feature-3d-ebook .feature-content a span.title {
  color: #6fbb1f;
  font: 36px/38px 'latoblack',Arial,Helvetica,sans-serif;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 35px;
  margin: 0 0 10px 0;
  display: block;
  text-align: center;
}
.blog .feature.feature-3d-ebook .feature-content img {
  max-width: 100%;
  margin-bottom: 10px;
}
.blog .feature.feature-3d-ebook .feature-content .fa {
  display: block;
  margin-top: 10px;
  text-align: center;
}
.blog .feature.feature-linkedin {
  position: relative;
  font: 20px/24px 'latolight',Arial,Helvetica,sans-serif;
  margin-bottom: 39px;
}
.blog .feature.feature-linkedin .feature-content {
  text-align: center;
}
.blog .feature.feature-linkedin .feature-content a {
  text-decoration: none !important;
}
.blog .feature.feature-linkedin .feature-content img {
  max-width: 100%;
  margin-bottom: 10px;
}
.blog .feature.feature-linkedin .feature-content span {
  color: #666;
}
.blog .feature.feature-humor {
  position: relative;
  font: 20px/24px 'latolight',Arial,Helvetica,sans-serif;
  margin-bottom: 39px;
}
.blog .feature.feature-humor .feature-content {
  text-align: center;
  padding: 43px 35px;
  background: #e4701d;
}
.blog .feature.feature-humor .feature-content a {
  text-decoration: none;
  color: #fff;
  display: block;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
}
.blog .feature.feature-humor .feature-content a.popup-open img {
  max-width: 100%;
  margin-bottom: 10px;
}
.blog .feature.feature-humor .feature-content a.popup-open span.title {
  font-weight: bold;
  display: block;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 35px;
  margin: 0 0 10px 0;
  text-align: center;
}
.blog .blog-listing-wrapper .post-listing .post-item .post-header h2 {
  margin-bottom: 10px;
  margin-top: 0;
  font: 20px/24px 'latolight',Arial,Helvetica,sans-serif;
}
.blog .blog-listing-wrapper .post-listing .post-item .post-header #hubspot-author_data {
  margin: 0 0 24px;
}
.blog .blog-cntnt .section.post-header h1 {
  color: #6fbb1f;
  font-size: 36px;
  line-height: 42px;
  margin-top: 0;
}
.blog .blog-cntnt .section.post-header h2 {
  font-size: 22px;
  line-height: 24px;
}
.blog .blog-cntnt .section.post-header #hubspot-author_data {
  border: 1px solid #e7e7e7;
  border-width: 0 0 1px 0;
  margin: 0 0 25px;
  padding: 20px 0 15px;
  font-weight: bold;
}
.blog .box-section.dark {
  border: none;
  color: #fff;
  background: #232323;
  margin: 33px 0 37px;
  padding: 36px 33px 11px;
}
.blog .box-section.dark h3 {
  font: 22px/24px 'latobold',Arial,Helvetica,sans-serif;
  margin: 0;
}
.blog .box-section.dark p {
  margin: 0 0 24px;
}
.blog #comments-listing.new-comments {
  border: 0;
  border-width: 0;
  margin: 0;
  padding: 0;
}
.blog .back-to-list p {
  margin: 0 0 24px;
}
.blog .blog-post-wrapper .post-body p {
  margin: 0 0 24px;
}
.blog .blog-post-wrapper .post-body h3 {
  margin: 0;
}
.blog .blog-post-wrapper .post-body div[style*="float: right;"] {
  margin: 1px 0 26px 40px;
}
.blog .blog-post-wrapper .post-body div[style*="float: left;"] {
  margin: 5px 40px 26px 0;
}
.blog-post-wrapper .post-body blockquote {
  border: 1px solid #ddd;
  margin: 34px 0 0;
  padding: 35px;  
}
.blog .blog-post-wrapper .post-body h4 {
  margin: 0;
}
.blog .blog-post-wrapper .post-body p strong {
  font-family: 'latobold',Arial,Helvetica,sans-serif;
  font-weight: normal;
}
.blog .blog-post-wrapper .post-body ul {
  margin-top: 0;
  margin-bottom: 10px;
}
.blog .blog-post-wrapper .post-body div iframe#fitvid702623 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog .blog-pagination a {
  color: #6fbb1f;
  position: relative;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -2px;
  margin-right: -3px;
  line-height: 28px;
  display: inline-block;
}
.blog .blog-pagination a:hover {
  background-color: #f3f3f3;
  color: #2a6496;
}
.blog .blog-pagination a.active {
  background-color: #6fbb1f;
  color: #fff;
}
.blog .blog-pagination a.active:hover {
  color: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.blog .blog-pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.blog .blog-pagination span {
  display: inline-block;
}
.blog .blog-pagination a.first-link {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.blog .blog-pagination span.blog-pagination-right a.last-link {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.blog .blog-cntnt .section.post-header #hubspot-author_data span.news-location {
  float: right;
}
.blog .news-meta-bottom {
  border: 1px solid #e7e7e7;
  border-width: 0 0 1px 0;
  margin: 0 0 25px;
  padding: 0 0 15px;
}
.blog .news-meta-bottom p {
  margin: 0 0 24px;
}
.blog .blog-sidebar .blog-menu .hs-menu-wrapper>ul>li.active > a {
  color: #6fbb1f;
}
.blog .blog-sidebar .blog-menu .hs-menu-wrapper>ul>li.active > a:hover {
  color: #89e824;
}

.blog .visual-block-holder .image-holder .desktop-img {
  display: block;
}
.blog .visual-block-holder .image-holder .mobile-img {
  display: none;
}

.blog[class*="aboutnewsarchive"] .page-number {
  display: none !important;
}


/**/
.show-lightboxPopup .site-wrapper-inner {
  transform: none;
}
#hs-eu-cookie-confirmation {
  background-color: #ed7425;
  color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}
#hs-eu-cookie-confirmation:before {
  content: "";
  position: fixed;
  bottom: 137px;
  left: 0;
  right: 0;
  z-index: 9990;
  margin: auto;
  max-width: 100%;
  max-height: 80%;
  background-image: url("//243597.fs1.hubspotusercontent-na1.net/hubfs/243597/HexaGroup_March2019%20Theme/Images/halfcookie.png");
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
}
#hs-eu-cookie-confirmation {
  width: 100%;
  padding: 16px;
}
#hs-en-cookie-confirmation-buttons-area {
  float: right;
}
#hs-en-cookie-confirmation-buttons-area > a {
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #6fbb1f;
  border-color: #6fbb1f;
  border-radius: 0;
  font-weight: bold;
  font-family: 'latolight',Arial,Helvetica,sans-serif;
  text-decoration: none;
}
#hs-en-cookie-confirmation-buttons-area > a:hover,
#hs-en-cookie-confirmation-buttons-area > a:focus,
#hs-en-cookie-confirmation-buttons-area > a:active,
#hs-en-cookie-confirmation-buttons-area > a.active {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
#hs-en-cookie-confirmation-buttons-area > a:hover {
  color: #fff;
  background: #5b9a19;
  border-color: #5b9a19;
}
#hs-eu-cookie-confirmation p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  text-align: center;
}
#hs-en-cookie-confirmation-buttons-area > a + a {
  margin-left: 10px !important;
}


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


@media (min-width: 768px) {

  .container-fluid .row-fluid .page-center {
    max-width: 760px;
  }
  .twoCol-with-blackSec-module .box-section + h2 {
    margin-top: 0;
  }
  .box-section.right {
    width: 280px;
    margin: 5px 0 28px 40px;
    padding: 31px 29px 8px 34px;
  }
  .box-section.left {
    float: left;
    width: 280px;
    margin: 2px 40px 28px 0;
    padding: 31px 29px 8px 34px;
  }
  .box-section.right {
    float: right;
  }


  /*ssssssssssssssssssssssss*/
  .table.package-listing tr td:not(first-child),
  .table.package-listing tr th:not(first-child) {
    width: 22.22%
  }
  .table.package-listing tbody .package-item-desc {
    font-size: 13px;
    line-height: 20px!important;
  }
  .table.package-listing tfoot .btn {
    font-size: 22px;
  }

  /*  Modal  */
  .modal-dialog {
    width:600px;
    margin: 30px auto
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5)
  }
  .modal-sm {
    width: 300px
  }

}

@media (min-width: 1024px) {

  .container-fluid .row-fluid .page-center {
    max-width: 980px;
  }

  .span6.contact-mainContent,
  .three-column-layout .span6.main-content {
    width: 50% !important;
    margin-left: 0 !important;
  }
  .span3.contact-sidebar,
  .three-column-layout .span3.sidebar {
    margin-left: 0 !important;
    width: 25% !important;
  }
  .mobileTabletView-img {
    display: none !important;
  }
  .twoColImg-cols-group {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
  }
  .twoColImg-col {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
  }
  .twoColImg-col.content-col {
    width: 66.66666667%;
  }
  .twoColImg-col.image-col {
    width: 33.33333333%;
  }
  .box-section.right,
  .box-section.left {
    margin-top: 2px;
  }
  .Footer-section {
    min-height: 50px !important;
  }
  .tablet-socialIcons {
    display: none !important;
  }

  /*AAAAAAAAAAAAAAAA*/
  .col-md-6 {
    width: 50%;
  }

  /*ssssssssssssssssssssssss*/
  .table.package-listing tr td:not(first-child), .table.package-listing tr th:not(first-child) {
    width: 22.222%;
    padding: 10px 30px;
  }
  .table.package-listing tr td:first-child, .table.package-listing tr th:first-child {
    width: 33.33%;
  }

  /*  Modal  */
  .modal-lg {
    width:900px
  }

}

@media (min-width: 1367px) {

  .container-fluid .row-fluid .page-center {
    max-width: 1180px;
  }

}


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

@media (max-width: 1843px) {

  /*  AAAAAAAAAA  */
  .holder-block {
    padding: 10px 0 9px;
    margin: 0 0 28px;
  }
  .links-list {
    clear: none;
    text-align: left;
    margin: 12px 0 0;
  }
  .links-list li {
    float: left;
    margin: 0 22px 8px 22px!important;
  }

}

@media (max-width: 1790px) and (min-width: 1200px) {

  .service-col:nth-child(2) {
    padding: 18px;
    background: #fff;
  }
  .service-btn {
    padding: 7px 7px;
    display: block;
    margin-top: 25px;
    text-align: center;
  }
  .hg-title {
    width: 100%;
    padding-bottom: 0;
  }
  .hg-text {
    padding: 19px;
  }
  .hg-text .txt {
    color: #fff;
    font-size: 40px;
    font-family: latolight;
  }
  .hg-news p,
  .hg-news p a {
    color: #fff;
    font-size: 14px;
    font-family: latoregular;
  }

}

@media (max-width: 1760px) {

  .logo-text {
    display: none !important;
  }

}

@media (max-width: 1750px) {

  .visual-block .block {
    padding: 41px 25px 25px 32px;
  }
  .visual-block h1 {
    font-size: 43px;
    line-height: 46px;
  }

  .visual-block-holder .image-holder img {
    width: 126%;
    min-width: 126%;
    position: relative;
    left: -10%;
  }
  .sidebar-navigation .hs-menu-wrapper > ul {
    font-size: 22px;
  }
  .process-module span.title,
  .darkcyan-theme.with-bgImg span.title {
    font-size: 30px;
    line-height: 34px;
  }
  .feature.feature-humor .feature-content a.popup-open span.title {
    font-size: 30px;
    line-height: 34px;
  }


  /*  SSSSSSSSSSSSSSSS  */
  .hs-blog-bnr-area .heading-grp {
    padding: 41px 25px 25px 32px;
  }
  .hs-blog-bnr-area .heading-grp p.news-head {
    font-size: 43px;
    line-height: 46px;
  }
  .hs-blog-bnr-area .visual-block-holder .image-holder {
    overflow: hidden;
  }
  .blog .blg-three-col-eq-grp .lft-col-grp>.row-fluid-wrapper {
    margin-right: -3.4%;
  }
  .blog .blog-sidebar .blog-menu .hs-menu-wrapper>ul {
    font-size: 22px;
  }
  .blog .blog-sidebar>.row-fluid-wrapper.row-depth-1 {
    margin-left: -3.6%;
  }
  .blog .feature.feature-3d-ebook .feature-content a span.title {
    font-size: 30px;
    line-height: 34px;
  }
  .blog .feature.feature-humor .feature-content a.popup-open span.title {
    font-size: 30px;
    line-height: 34px;
  }
  .hs-blog-bnr-area .visual-block-holder .image-holder img {
    width: 126%;
    position: relative;
    left: -10%;
    max-width: none;
  }

}

@media (max-width: 1680px) {

  .advanced-bannerArea-slide > img,
  .advanced-bannerArea-slide > .img {
    left: 15%;
    margin: 0 0 0 -20%;
  }

}

@media (max-width: 1600px) {

  .process-module span.title,
  .darkcyan-theme.with-bgImg span.title {
    font-size: 28px;
    line-height: 32px;
  }
  .feature.feature-humor .feature-content a.popup-open span.title {
    font-size: 28px;
    line-height: 32px;
  }

  /*  AAAAAAAAAAAAAA  */
  .works-list li {
    width: 33.333%;
  }

  /*  SSSSSSSSSSS  */
  .blog .feature.feature-3d-ebook .feature-content a span.title {
    font-size: 28px;
    line-height: 32px;
  }
  .blog .feature.feature-humor .feature-content a.popup-open span.title {
    font-size: 28px;
    line-height: 32px;
  }
  .blog .blg-three-col-eq-grp .lft-col-grp>.row-fluid-wrapper {
    margin-right: -2.8%;
  }
  .submenuContent-item-title{font-size:36px}
}

@media (max-width: 1440px) {

  .advanced-bannerArea-slide > img,
  .advanced-bannerArea-slide > .img {
    left: 20%;
    margin: 0 0 0 -40%; 
  }

}

@media (max-width: 1440px) and (min-width: 1367px) {

  .serviceswebsite-and-interactivewebsite-development-page ul.advanced-bannerArea-icons > li {
    margin-left: 25px;
  }
  .serviceswebsite-and-interactivewebsite-development-page ul.advanced-bannerArea-icons > li .slide-title {
    width: 133px;
  }
  .serviceswebsite-and-interactivewebsite-development-page ul.advanced-bannerArea-icons > li a {
    width: 100px;
    height: 120px;
    background-size: 100px 120px;
  }
  .serviceswebsite-and-interactivewebsite-development-page ul.advanced-bannerArea-icons > li a .fa-lg {
    font-size: 35px;
    line-height: 23px;
  }
  .serviceswebsite-and-interactivewebsite-development-page ul.advanced-bannerArea-icons > li a.hover {
    width: 131px;
    height: 153px;
    background-size: 131px 153px;
  }
  .serviceswebsite-and-interactivewebsite-development-page ul.advanced-bannerArea-icons > li a.hover .fa-lg {
    font-size: 50px;
    line-height: 38px;
  }

}

@media (max-width: 1400px) and (min-width: 1291px) {

  #hs-eu-cookie-confirmation:before {
    bottom: 162px;
  }

}

@media (max-width: 1290px) {

  #hs-eu-cookie-confirmation {
    overflow: visible;
  }
  #hs-eu-cookie-confirmation:before {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 56vw;
    max-height: 56vw;
    position: absolute;
    top: auto;
    bottom: 100% !important;
    left: 0;
    right: 0;
  }

}


@media (max-width: 1366px) and (min-width: 768px) {

  .serviceswebsite-and-interactivewebsite-development-page ul.advanced-bannerArea-icons > li {
    margin-left: 10px;
  }
  .serviceswebsite-and-interactivewebsite-development-page ul.advanced-bannerArea-icons > li .slide-title {
    width: 134px;
    margin-left: -22px;
    font-size: 18px;
    margin-top: 10px;
  }
  .serviceswebsite-and-interactivewebsite-development-page ul.advanced-bannerArea-icons > li a.active {
    background-size: 86px 102px;
    width: 86px;
    height: 102px;
  }
  .serviceswebsite-and-interactivewebsite-development-page ul.advanced-bannerArea-icons > li a.hover {
    background-size: 96px 113px;
    width: 96px;
    height: 113px;
  }

}


@media (max-width: 1366px) and (min-width: 1024px) {

  .advanced-bannerArea-slideset {
    height: auto;
    min-height: 470px;
  }
  .right-sect a {
    display: inline-block;
    margin: 9px 0 0 0;
  }


  /*  SSSSSSSSSSSSS  */
  .hs-blog-bnr-area .heading-grp {
    padding: 41px 20px 25px 22px;
  }
  .hs-blog-bnr-area .heading-grp p.news-head {
    font-size: 29px;
    line-height: 37px;
    margin: 0 0 23px;
  }
  .hs-blog-bnr-area .heading-grp p {
    font-size: 22px;
    line-height: 30px;
  }
  .blog .blog-sidebar .blog-menu .hs-menu-wrapper>ul {
    font-size: 18px;
  }
  .blog .blog-sidebar .blog-menu .hs-menu-wrapper>ul>li>a {
    margin: 0 0 10px;
  }
  .blog .feature.feature-3d-ebook .feature-content a span.title {
    font-size: 18px;
    line-height: 20px;
  }
  .blog .feature.feature-humor .feature-content a.popup-open span.title {
    font-size: 18px;
    line-height: 20px;
  }
  .hs-blog-bnr-area .visual-block-holder .image-holder img {
    height: 350px;
  }

}


@media (max-width: 1366px) and (min-width: 1024px) {

  .advanced-bannerArea-textFrame {
    margin-top: -80px!important;
  }
  .visual-block .block {
    padding: 41px 20px 25px 22px;
  }
  .visual-block h1 {
    font-size: 29px;
    line-height: 37px;
    margin: 0 0 23px;
  }
  .visual-block h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .contact-layout .content-wrapper {
    padding: 13px 0 0;
  }
  .visual-block {
    margin: -23px 0 0 0;
  }
  .visual-block-holder .image-holder img {
    height: 350px;
    width: auto;
  }
  .three-column-layout .content-wrapper {
    padding: 13px 0 0;
  }
  .sidebar-navigation .hs-menu-wrapper > ul,
  .three-column-layout .hs_cos_wrapper_type_rich_text ul,
  ul.accordion-items-group li.accordion-item ul[data-class="list"],
  .content-navigation ul {
    font-size: 18px;
  }
  .sidebar-navigation .hs-menu-wrapper > ul li > a {
    margin: 0 0 10px;
  }
  .process-module span.title,
  .darkcyan-theme.with-bgImg span.title,
  .feature-demo-reels .feature-content span.title,
  .feature-demo-reels .list,
  .feature-demo-reels ul[data-class="list"],
  .feature-lr-interactive .feature-content span.title {
    font-size: 18px;
    line-height: 20px;
  } 
  .feature.feature-humor .feature-content a.popup-open span.title {
    font-size: 18px;
    line-height: 20px;
  }

}

@media (max-width: 1366px) {

  body {
    font-size: 18px;
  }
  .header-container {
    min-height: 40px !important;
  }
  .custom-header-group {
    border-top: 1px solid #ddd;
  }
  .custom-header-logo {
    margin-top: 7px;
    margin-bottom: 0;
  }
  .logo-img {
    margin-right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    font-size: 13px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 8px 5px 10px 6px;
    font-size:12px;
  }
  .submenuContent-item-left, .submenuContent-item-right {
    display: none !important;
  }
  .submenu-link-list {
    padding: 0;
    width: 100% !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.call_icon{
    margin-left: 15px;
  }
  /*   .custom-menu-primary .hs-menu-wrapper > ul > li.blog-menu-link {
  margin-left: 15px;
} */
  .custom-menu-primary .hs-menu-wrapper > ul > li.call_icon,
  .custom-menu-primary .hs-menu-wrapper > ul > li.blog-menu-link, 
  .custom-menu-primary .hs-menu-wrapper > ul > li.facebook-menu-link, 
  .custom-menu-primary .hs-menu-wrapper > ul > li.instagram-menu-link, 
  .custom-menu-primary .hs-menu-wrapper > ul > li.linkedin-menu-link, 
  .custom-menu-primary .hs-menu-wrapper > ul > li.share-menu-link, 
  .custom-menu-primary .hs-menu-wrapper > ul > li.twitter-menu-link, 
  .custom-menu-primary .hs-menu-wrapper > ul > li.youtube-menu-link {
    line-height: 1;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.call_icon > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.blog-menu-link > a, 
  .custom-menu-primary .hs-menu-wrapper > ul > li.facebook-menu-link > a, 
  .custom-menu-primary .hs-menu-wrapper > ul > li.instagram-menu-link > a, 
  .custom-menu-primary .hs-menu-wrapper > ul > li.linkedin-menu-link > a, 
  .custom-menu-primary .hs-menu-wrapper > ul > li.share-menu-link > a, 
  .custom-menu-primary .hs-menu-wrapper > ul > li.twitter-menu-link > a, 
  .custom-menu-primary .hs-menu-wrapper > ul > li.youtube-menu-link > a {
    padding: 7.65px 0;
    height: 38px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.call_icon > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.blog-menu-link > a:before, 
  .custom-menu-primary .hs-menu-wrapper > ul > li.facebook-menu-link > a:before, 
  .custom-menu-primary .hs-menu-wrapper > ul > li.linkedin-menu-link > a:before, 
  .custom-menu-primary .hs-menu-wrapper > ul > li.share-menu-link > a:before, 
  .custom-menu-primary .hs-menu-wrapper > ul > li.twitter-menu-link > a:before, 
  .custom-menu-primary .hs-menu-wrapper > ul > li.youtube-menu-link > a:before {
    width: 40px;
    margin-right: 3.5px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.call_icon:hover > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.blog-menu-link:hover > a:before, 
  .custom-menu-primary .hs-menu-wrapper > ul > li.share-menu-link:hover > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.facebook-menu-link:hover > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.linkedin-menu-link:hover > a:before, 
  .custom-menu-primary .hs-menu-wrapper > ul > li.twitter-menu-link:hover > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li.youtube-menu-link:hover > a:before {
    width: 40px;
    margin-right: 3px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.call_icon > a > span,
  .custom-menu-primary .hs-menu-wrapper > ul > li.blog-menu-link > a > span, 
  .custom-menu-primary .hs-menu-wrapper > ul > li.facebook-menu-link > a > span, 
  .custom-menu-primary .hs-menu-wrapper > ul > li.linkedin-menu-link > a > span, 
  .custom-menu-primary .hs-menu-wrapper > ul > li.share-menu-link > a > span,
  .custom-menu-primary .hs-menu-wrapper > ul > li.instagram-menu-link > a > span,
  .custom-menu-primary .hs-menu-wrapper > ul > li.twitter-menu-link > a > span, 
  .custom-menu-primary .hs-menu-wrapper > ul > li.youtube-menu-link > a > span {
    font-size: 12px;
    vertical-align: middle;
    padding: 0 15px 0 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.call_icon > a:after,
  .custom-menu-primary .hs-menu-wrapper > ul > li.blog-menu-link > a:after, 
  .custom-menu-primary .hs-menu-wrapper > ul > li.facebook-menu-link > a:after, 
  .custom-menu-primary .hs-menu-wrapper > ul > li.linkedin-menu-link > a:after, 
  .custom-menu-primary .hs-menu-wrapper > ul > li.share-menu-link > a:after, 
  .custom-menu-primary .hs-menu-wrapper > ul > li.twitter-menu-link > a:after, 
  .custom-menu-primary .hs-menu-wrapper > ul > li.youtube-menu-link > a:after {
    position: absolute;
    top: 0;
    height: 38px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a > span{padding: 0 12px 0 0;}

  .visible-lg {
    display: block!important;
  }

  /**/
  .advanced-bannerArea-module {
    font-size: 16px;
    line-height: 20px;
  }
  .advanced-bannerArea-slide > img,
  .advanced-bannerArea-slide > .img {
    width: 100%;
    min-width: 100%;
    left: 25%;
    margin: 0 0 0 -25%;
  } 
  .advanced-bannerArea-textFrame {
    padding: 50px 0 0;
  }
  .advanced-bannerArea-text {
    margin: 0 auto 114px;
  }
  ul.advanced-bannerArea-icons {
    bottom: 45px;
    margin: 0 0 0 3px;
  }
  ul.advanced-bannerArea-icons > li a.active {
    background-size: 106px 122px;
    width: 106px;
    height: 122px;
  }
  ul.advanced-bannerArea-icons > li a.active .fa-lg {
    font-size: 40px;
  }
  ul.advanced-bannerArea-icons > li a.hover {
    background-size: 116px 133px;
    width: 116px;
    height: 133px;
    margin: -6px -2px;
    left: -3px;
  }
  ul.advanced-bannerArea-icons > li a.hover .fa-lg {
    font-size: 60px;
  }
  ul.advanced-bannerArea-icons > li {
    margin: 0 0 -27px 29px;
  }
  .hubspot-block .opener {
    top: 93px;
    top: 166px;
    font-size: 18px;
    line-height: 24px;
    width: 255px!important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 46px;
    padding: 11px 41px 5px 10px;
    margin: -172px -92px 0 -105px;
  }
  .hubspot-block .opener:before {
    background-position: -23px -190px;
    width: 16px;
    height: 10px;
    left: auto;
    right: 22px;
    margin: 0;
    bottom: 14px;
  }
  .hubspot-block .slider {
    margin: -103px 0 0;
    margin: -30px 0 0;
    padding: 0;
    height: 255px!important;
  }
  .visual-block-holder .smile-block,
  .smile-block {
    top: 279px;
    /*     top: 356px; */
    width: 46px;
    height: 54px;
    font-size: 24px;
    line-height: 26px;
  }
  .smile-block span {
    padding: 11px 0 0;
  }
  .visual-block-holder .hubspot-block,
  .hubspot-block {
    top: 45px;
  }

  .hp-22 .hubspot-block {
    top: 151px;
  }
  .hp-22 .smile-block { top: 379px;}


  .hubspot-block p {
    margin: 0 0 37px;
  }/**/
  .visual-block-holder .image-holder img {
    width: 126%;
    min-width: 126%;
  }
  .widget-span.right-sect,
  .widget-span.click-ft-leftSec {
    width: 50%;
  }
  .widget-span.click-ft-leftSec {
    padding-right: 15px;
    padding-left: 20px;
  }
  .click-section .left-sect {
    margin-right: 20px;
  }
  .click-section .midd-sect {
    width: calc(100% - 186px);
  }
  .click-section .right-sect {
    padding: 6px 22px 19px 15px;
  }


  .Footer-section {
    position: relative;
    padding: 11px 42px 17px 41px;
  }
  .footer-Midd {
    top: 18px;
  }
  .copy-right-text p {
    margin: 5px 0 0;
  }
  .click-section {
    padding: 8px 20px 20px;
  }
  .click-section .left-sect p {
    margin: 10px 0 3px; 
  }
  .click-section .midd-sect h3 {
    margin: 0 0 5px;
  }
  .click-section .midd-sect p {
    line-height: 26px;
  }
  .click-section .right-sect {
    padding: 1px 22px 19px 15px;
  }

  /*  AAAAAAAAAAA  */
  .works-list .popup {
    font-size: 16px;
    line-height: 20px;
  }
  .works-list .popup a {
    padding: 25px 28px 32px;
  }
  .works-list h3 {
    margin: 0 0 15px;
  }


  /*  SSSSSSSSSSSSS  */  
  .blog .blg-three-col-eq-grp .lft-col-grp>.row-fluid-wrapper {
    margin-right: -1.6%;
  }
  .blog .header-container {
    min-height: 40px !important;
  }
  .blog .blog-sidebar>.row-fluid-wrapper.row-depth-1 {
    margin-left: 0;
  }
  .blog .blg-three-col-eq-grp .lft-col-grp>.row-fluid-wrapper {
    margin-right: 0;
  }

}


@media (max-width: 1290px) {

  .advanced-bannerArea-slide > img,
  .advanced-bannerArea-slide > .img {
    min-width: 1293px;
    width: 1293px;
  }

}

@media (max-width: 1260px) and (min-width: 1024px) {

  /*sssssssssss*/
  .table.package-listing thead tr th.package-name {
    font-size: 30px!important;
    line-height: 30px!important;
  }
}


@media (max-width: 1200px) {

  .services-threeColEq-Flexi span.hs_cos_wrapper_type_widget_container > .hs_cos_wrapper.hs_cos_wrapper_widget {
    float: none !important;
    width: 100% !important;
  }

}

@media (max-width: 1220px) and (min-width: 768px) {

  ul.advanced-bannerArea-icons > li {
    margin-left: 15px;
  }
  ul.advanced-bannerArea-icons > li a.active {
    background-size: 96px 112px;
    width: 96px;
    height: 112px;
  }
  ul.advanced-bannerArea-icons > li a.hover {
    background-size: 106px 123px;
    width: 106px;
    height: 123px; 
  }
  ul.advanced-bannerArea-icons > li a.hover .fa-lg {
    font-size: 50px;
  }
  ul.advanced-bannerArea-icons > li .slide-title {
    width: 40px;
    width: 130px;
  }

}


@media (max-width: 1023px) {

  body {
    font-size: 18px;
    line-height: 24px;
  }

  .custom-header-logo {
    margin-top: 12px;
    margin-bottom: 8px;
  }
  .Footer-section {
    padding: 20px 25px 21px;
    min-height: 67px !important;
  }
  .click-section {
    padding: 26px 20px 40px 20px;
    padding: 20px 20px 20px;
  }
  .copy-right-text p {
    display: none;
  }
  .click-section .midd-sect {
    display: none;
  }
  .click-section .left-sect {
    max-width: 320px;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    float: none;
    text-align: center;
  }
  .click-section .right-sect {
    width: 100%;
    padding-right: 25px;
    padding-left: 15px;
    float: none;
    margin: 0 auto;
    padding: 0 0 35px;
  }
  .click-section .left-sect p {
    margin: 14px auto 0;
    font-size: 16px;
    line-height: 24px;
  }
  .click-section .left-sect a {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
  }
  .click-section .left-sect a:hover {
    color: #3b7400;
    text-decoration: none;
  }
  .click-section .left-sect p.tab-view {
    display: block;
    font-family: 'latolight',Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 17px;
    max-width: 320px;
    margin-top: 26px;
    text-transform: uppercase;
  }
  .click-section .right-sect .hs_cos_wrapper_type_blog_subscribe h3 {
    text-align: center;
  }
  .click-section .hs_cos_wrapper_type_blog_subscribe h3.form-title {
    text-align: left !important;
  }
  .click-section .hs_cos_wrapper_type_blog_subscribe h3.form-title:empty {
    display: none !important;
  }
  .widget-span.click-ft-leftSec {
    float: none !important;
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    clear: both;
  }
  h1 {
    margin: 32px 0 9px;
  }
  h3 {
    font-size: 18px;
  }  

  /**/
  .advanced-bannerArea-module {
    font-size: 20px;
    line-height: 24px;
  }
  .advanced-bannerArea-slide > img,
  .advanced-bannerArea-slide > .img {
    min-width: 2471px;
    width: 2471px;
  }
  .advanced-bannerArea-text {
    max-width: 447px;
    margin: 0 auto 410px;
  }
  ul.advanced-bannerArea-icons {
    width: 615px;
    padding: 0 0 0 0;
    left: -48px;
    right: 0;
    margin: 74px auto 0;
    text-align: center;
    bottom: 0;
  }
  ul.advanced-bannerArea-icons > li {
    margin: 0 0 22px 48px;
  }
  .visible-md,
  .visible-lg {
    display: none!important;
  }
  ul.advanced-bannerArea-icons > li a.active {
    width: 119px!important;
    height: 137px!important;
    background-size: 119px 137px!important;
  }
  ul.advanced-bannerArea-icons > li a.hover {
    width: 151px;
    height: 173px;
    background-size: 151px 173px;
    margin: -19px -2px;
    left: -13px;
  }
  .visual-block-holder .hubspot-block,
  .hubspot-block {
    top: 172px;
  }

  .hp-22 .hubspot-block {
    top: 133px;
  }
  .hp-22 .smile-block { top: 321px;}


  .hubspot-block .slider {
    padding: 0;
    height: 255px!important;
    margin: -70px 0 0;
  }
  .hubspot-block img {
    max-height: 274px;
  }
  .hubspot-block .opener {
    top: 117px;
    width: 255px!important;
    height: 57px;
    margin: -168px -92px 0 -99px;
    padding: 14px 38px 20px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .hubspot-block .opener:before {
    background-position: -78px -107px;
    width: 20px;
    height: 12px;
    right: 27px;
    bottom: 20px;
  }
  .visual-block-holder .smile-block,
  .smile-block {

    top: 367px;
    width: 57px;
    height: 75px;
    font-size: 30px;
    line-height: 30px;
  }
  .smile-block span {
    padding: 18px 0 0;
  }
  .visual-block {
    margin: -10px 0 8px;
  }
  .visual-block-holder {
    margin-bottom: 8px;
  }
  .visual-block .block {
    padding: 52px 25px 34px 24px;
  }
  .visual-block h1{
    font-size: 48px;
    line-height: 50px;
    margin: 0 0 25px;
  }
  .breadcrumb-menu ul {
    margin: 0 0 37px;
  }
  .contact-form {
    margin: 27px 0 31px;
    padding: 30px 0 13px;
  }
  .three-column-layout .main-content .hs_cos_wrapper_type_form {
    margin: 31px 0 31px;
    padding: 30px 0 13px;
  }
  .span3.contact-sidebar.left,
  .three-column-layout .span3.sidebar.left {
    width: 100% !important;
    float: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .span3.contact-sidebar.right,
  .three-column-layout .span3.sidebar.right {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .span6.contact-mainContent,
  .three-column-layout .span6.main-content {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .feature.feature-linkedin .feature-content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .visual-block-holder .image-holder img {
    width: 100%;
    min-width: 100%;
    left: 0;
  }
  .desktopView-img {
    display: none !important;
  }  
  .three-column-layout .content-wrapper .hs_cos_wrapper_type_rich_text ul, 
  ul.accordion-items-group li.accordion-item ul[data-class="list"],
  .content-navigation ul {
    font-size: 18px;
  }
  .three-column-layout .content-wrapper .hs_cos_wrapper_type_rich_text ul li,
  .feature-content ul[data-class="list"] li {
    padding: 0 0 12px 15px;
  }
  .three-column-layout .main-content-flexi blockquote {
    margin: 24px 0 28px;
    padding: 35px 33px 1px;
  } 
  .sidebar-navigation {
    display: none !important;
  }
  ul.accordion-items-group {
    padding: 0;
    margin: 38px 0 20px;
  }
  ul.accordion-items-group li.accordion-item {
    padding: 16px 0 3px;
  }
  ul.accordion-items-group .accordion-opener {
    font-size: 18px;
  }
  ul.accordion-items-group .accordion-slide {
    margin: -1px 0 0;
  }
  ul.accordion-items-group p {
    margin: 0 0 15px !important;
  }
  ul.accordion-items-group li.accordion-item ul[data-class="list"] li {
    padding: 0 0 12px 14px;
  }
  ul.accordion-items-group li.accordion-item ul li {
    padding: 16px 0 3px;
  }

  /*  AAAAAAAAAAAAAAA  */
  .works-list li {
    width: 50%;
  }
  .works-list .popup {
    top: 0;
    height: 100%;
  }
  .works-list .popup a {
    height: 100%;
  }
  .works-list .popup a:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 1px;
    overflow: hidden;
    margin: 0 0 0 -5px;
    vertical-align: middle;
  }
  .works-list .mask {
    height: 100%;
  }
  .works-list .popup .close {
    display: none;
  }
  .works-list .popup .title {
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
  }
  .works-list .popup p {
    display: none;
  }
  .works-list .popup a:after {
    content: '';
    position: absolute;
    background: url(//243597.fs1.hubspotusercontent-na1.net/hubfs/243597/HexaGroup_March2019%20Theme/Images/sprite.png) no-repeat -75px -126px;
    width: 14px;
    height: 29px;
    top: 50%;
    right: 29px;
    margin: -15px 0 0;
  }
  .works-list h3 {
    margin: 0;
  }
  .text-frame {
    margin: 0 0 50px;
  }
  .panel-block {
    padding: 0 20px 10px;
    margin: 24px 0 30px;
  }
  .image-display-area {
    border-bottom: solid 1px #e7e7e7;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  /*SSSSSS*/
  .blog-post-wrapper .post-body blockquote {
    margin: 24px 0 28px;
    padding: 35px 33px 1px;
  }
  .blog .visual-block-holder .image-holder .desktop-img {
    display: none;
  }
  .blog .visual-block-holder .image-holder .mobile-img {
    display: block;
  }
  .blog .blg-three-col-eq-grp .lft-col-grp {
    width: 100% !important;
    float: none !important;
  }
  .hs-blog-bnr-area .visual-block-holder .image-holder img {
    height: auto;
    width: 100%;
    left: 0;
    max-width: 100%;
  }
  .hs-blog-bnr-area .heading-grp {
    padding: 52px 25px 34px 24px;
  }
  .hs-blog-bnr-area .heading-grp p.news-head {
    font-size: 48px;
    line-height: 50px;
    margin: 0 0 25px;
  }
  .blog .body-container-wrapper {
    padding: 13px 0 0;
  }
  .blog .visual-block-holder .hubspot-block {
    top: 172px;
  }



  .blog .visual-block-holder {
    margin-bottom: 8px;
  }
  .blog .blog-content-group .blg-cnt-inr-grp ol.breadcrumb {
    margin: 0 0 37px;
  }
  .blog .box-section.dark h3 {
    font-size: 18px;
  }
  .blog .box-section.dark {
    margin: 25px 0 29px;
    padding: 36px 33px 18px;
  }
  .blog .blog-sidebar {
    margin-left: 0 !important;
    padding: 34px 20px 20px;
    width: 100%;
    float: none !important;
  }
  .blog .blog-sidebar .blog-menu {
    display: none;
  }
  .blog .blog-content-group {
    width: 100% !important;
    margin-left: 0 !important;
    padding: 33px 20px 0;
    float: none !important;
  }

}

@media (max-width: 1023px) and (min-width: 768px) {

  ul.advanced-bannerArea-icons > li {
    margin-left: 12px;
  }
  ul.advanced-bannerArea-icons > li a.active {
    background-size: 90px 106px !important;
    width: 90px !important;
    height: 106px !important;
  }
  ul.advanced-bannerArea-icons > li a.hover {
    background-size: 100px 117px;
    width: 100px;
    height: 117px; 
    margin: -6px -2px;
    left: -3px;
  }
  ul.advanced-bannerArea-icons > li a.hover .fa-lg {
    font-size: 50px;
  }
  ul.advanced-bannerArea-icons > li .slide-title {
    width: 140px;
  }
  .custom-header-group.custom-header-withNav:after {
    content: "";
    display: table;
    clear: both;
  }
  .custom-header-group.custom-header-withNav > .row-fluid-wrapper {
    width: auto;
    float: left;
  }
  .custom-header-group.custom-header-withNav > .mobile-trigger {
    float: right;
    position: static;
  }
  .custom-header-group.custom-header-withNav > .tablet-socialIcons {
    /*     position: absolute;
    right: 0;
    top: 50%; */
    float: right;
  }
  /*   .custom-header-group.custom-header-withNav {
  height: 100px;
} */


  /*sssssssssssssssssssssss*/
  .hs-inbound-digital-mkt-grp .container-fluid .row a {
    width: 100% !important;
  }
  .our-pckg-menu {
    display: none !important;
  }
  .our-pckg-hding .page-header.section-header {
    margin: 0 0 50px !important;
  }
  .table.package-listing thead tr th.package-name div.inner-padding, 
  .table.package-listing tbody tr td:first-child div.inner-padding {
    padding: 25px 15px!important;
    line-height: 30px!important;
  }
  .table.package-listing thead tr th.package-name {
    font-size: 19px!important;
  }
  .table.package-listing thead tr th span.package-name {
    font-size: 22px!important;
  }
  .table.package-listing thead tr th span.package-desc {
    font-size: 16px!important;
  }
  .table.package-listing tbody .package-item-name {
    font-size: 14px;
    line-height: 22px;
  }
  .table.package-listing tbody tr.hs-1-lead-qualification td:first-child .inner-padding span.package-item-name, .table.package-listing tbody tr.hs-2-sales-messaging td:first-child .inner-padding span.package-item-name, .table.package-listing tbody tr.hs-3-explore td:first-child .inner-padding span.package-item-name, .table.package-listing tbody tr.hs-4-advise td:first-child .inner-padding span.package-item-name {
    display: block !important;
  }
  .table.package-listing tbody tr.hs-1-lead-qualification td:first-child .inner-padding span.package-item-desc, .table.package-listing tbody tr.hs-2-sales-messaging td:first-child .inner-padding span.package-item-desc, .table.package-listing tbody tr.hs-3-explore td:first-child .inner-padding span.package-item-desc, .table.package-listing tbody tr.hs-4-advise td:first-child .inner-padding span.package-item-desc {
    display: block !important;
  }
  .table.package-listing tr td:not(first-child), .table.package-listing tr th:not(first-child) {
    padding: 0;
  }

}


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

@media (max-width: 767px) {

  body {
    font: 16px/24px 'latolight',Arial,Helvetica,sans-serif;
  }
  .one-column .body-container input[type="text"],
  .one-column .body-container input[type="password"], 
  .one-column .body-container input[type="datetime"], 
  .one-column .body-container input[type="datetime-local"], 
  .one-column .body-container input[type="date"], 
  .one-column .body-container input[type="month"], 
  .one-column .body-container input[type="time"], 
  .one-column .body-container input[type="week"], 
  .one-column .body-container input[type="number"], 
  .one-column .body-container input[type="email"], 
  .one-column .body-container input[type="url"], 
  .one-column .body-container input[type="search"], 
  .one-column .body-container input[type="tel"], 
  .one-column .body-container input[type="color"],
  .one-column .body-container input[type="file"],
  .one-column .body-container textarea,
  .one-column .body-container select,
  .body-container .hs-search-field {
    width: 100% !important;
    max-width: 100% !important;
  }
  .checkbox-row span.fakelabel span {
    float: none;
    margin-left: 0;
    padding-left: 20px;
    text-align: left;
    display: block;
  }
  .subscribe-options p label {
    margin: 4px 0;
  }
  .subscribe-options label > input {
    float: left;
  }
  #email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 100% !important;
  }

  .custom-header-logo {
    margin: 12px 10px 8px 8px !important;
  }
  .span5.custom-header-logo {
    margin-left: 8px !important;
  }

  .footer-Midd {
    display: none !important;
  }
  .Footer-section {
    padding: 17px 20px 20px;
    min-height: 64px !important;
  }
  .click-section {
    padding: 34px 20px 75px;
  }
  .widget-span.right-sect,
  .widget-span.click-ft-leftSec {
    width: 100% !important;
    float: none !important;
  }
  .right-sect {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    max-width: 100% !important;
    margin: 0 auto;
    padding: 0;
    float: none !important;
  }
  .click-section .right-sect .hs-form-field {
    margin-bottom: 14px;
  }
  .click-section .right-sect .hs_submit .actions input {
    margin: 1px 0 0;
    padding: 10px 20px 9px;
  }
  h1 {
    font-size: 24px;
    line-height: 28px;
    margin: 15px 0 16px;
  }
  h2 {
    font-size: 20px;
    line-height: 22px;
  }
  h3 {
    font-size: 16px;
  }

  .default-blog .blog-sidebar {
    padding-top: 30px;
    margin-top: 20px;
  }
  .default-blog .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    float: none !important;
    display: block;
    margin: 10px 0 !important;
    max-height: 100% !important;
    max-width: 100% !important;
  }
  /**/
  .advanced-bannerArea-module {
    font-size: 14px;
    line-height: 20px;
  }
  .advanced-bannerArea-slideset {
    height: auto;
    min-height: 699px;
  }
  .advanced-bannerArea-slide > img,
  .advanced-bannerArea-slide > .img {
    min-width: 2065px;
    width: 2065px;
    margin: -50px 0 0 -1032px;
  }
  .advanced-bannerArea-textFrame {
    font-size: 14px;
    line-height: 20px;
    margin: 0 -5px 30px;
    padding: 65px 0 0;
  }
  .advanced-bannerArea-text {
    padding: 0 40px;
    margin: 0 auto 211px;
  }
  .advanced-bannerArea-text .content {
    padding: 16px 20px;
  }
  ul.advanced-bannerArea-icons {
    width: 310px;
    bottom: 20px;
    left: 5px;
    text-align: left;
  }
  ul.advanced-bannerArea-icons > li {
    margin: 0 0 24px 21px;
  }
  ul.advanced-bannerArea-icons > li a.active {
    background-size: 63px 74px!important;
    width: 64px!important;
    height: 74px!important;
  }
  ul.advanced-bannerArea-icons > li a.hover {
    background-size: 75px 87px;
    width: 75px;
    height: 87px;
    margin: -6px -2px;
    left: -4px;
  }
  ul.advanced-bannerArea-icons > li a .fa-lg {
    font-size: 24px !important;
    line-height: 20px !important;
  }
  ul.advanced-bannerArea-icons > li a.hover .fa-lg {
    font-size: 35px !important;
    line-height: 30px !important;
  }
  .servicesinbound-and-digital-marketing-page .advanced-bannerArea-textFrame {
    padding-top: 5px;
  }
  .advanced-bannerArea-module .hubspot-block,
  .visual-block-holder .hubspot-block {
    display: none;
  }
  .visual-block-holder .smile-block,
  .advanced-bannerArea-module .smile-block {
    display: none;
  }
  .service-col {
    float: none !important;
    width: 100% !important;
  }
  .hg-news {
    width: 100%;
  }
  .hg-news p, 
  .hg-news p a {
    font-size: 13px;
  }
  .twoColEqual-col {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    float: none !important;
  }
  .visual-block {
    margin-top: 1px;
    margin-bottom: 0;
  }
  .visual-block .block {
    padding: 20px 15px 17px;
  }
  .visual-block h1{
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 17px;
  }
  .visual-block h2{
    font-size: 18px;
    line-height: 24px;
  }
  .visual-block-holder {
    margin-bottom: 0;
  }
  .contact-mainContent,
  .three-column-layout .main-content {
    padding: 16px 20px;
  }
  .breadcrumb-menu ul {
    font-size: 12px;
    line-height: 17px;
    margin: 0 0 29px;
  }
  .twoColEqual-col p:last-child {
    margin-bottom: 20px;
  }
  .contact-form {
    margin: 24px 0 31px;
    padding: 26px 0 10px;
  }
  .three-column-layout .content-wrapper .hs_cos_wrapper_type_rich_text ul,
  ul.accordion-items-group li.accordion-item ul[data-class="list"],
  .content-navigation ul {
    font: 16px/24px 'latolight',Arial,Helvetica,sans-serif;
  }
  .three-column-layout .content-wrapper .hs_cos_wrapper_type_rich_text ul li,
  .feature-content ul[data-class="list"] li {
    padding: 0 0 6px 13px;
  }
  .three-column-layout .main-content-flexi blockquote {
    margin: 34px 0 30px;
    padding: 19px 22px 1px;
  }
  ul.accordion-items-group {
    margin: -7px 0 24px;
  }
  ul.accordion-items-group li.accordion-item {
    padding: 19px 0 3px;
  }
  ul.accordion-items-group .accordion-opener {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 12px;
  }
  ul.accordion-items-group .accordion-slide {
    margin: 0;
    padding: 3px 0 0;
  }
  ul.accordion-items-group p {
    margin: 0 0 11px !important;
  }
  ul.accordion-items-group li.accordion-item ul li {
    padding: 19px 0 3px;
  }
  ul.accordion-items-group li.accordion-item ul[data-class="list"] li {
    padding: 0 0 12px 14px;
  }
  ul.accordion-items-group li.accordion-item ul[data-class="list"] li:before {
    top: 9px;
  }
  .three-column-layout .main-content-flexi p[style="padding-bottom: 24px;"] {
    padding-bottom: 0 !important;
  }
  .box-section.dark {
    padding: 24px 23px 1px;
    margin: 28px 0 20px 23px;
  }
  .box-section.left, 
  .box-section.right {
    float: none;
    width: auto;
    margin: 0 0 18px;
    padding: 23px 23px 1px;
  }
  .latestNews-module .hg-text .txt {
    line-height: 1;
    margin-top: -12px;
    margin-bottom: -1px;
  }
  .tablet-socialIcons {
    display: none !important;
  }
  .our-workg2-integrated-solutions-page .portfolio-detail ul:not(.links-list) {
    padding-bottom: 24px;
  }
  .portfolio-detail ul:not(.links-list) li {
    padding: 0 0 6px 13px;
  }


  /*AAAAAAAAAAAAAAAAAAAAA*/
  div.lightbox {
    padding: 100px 21px 20px 21px;
  }
  .hs-slider-inner {
    padding: 0;
  }
  .text-section .slide:after {
    bottom: -3px;
  }
  .links-list {
    font-size: 12px;
  }
  .works-list li {
    display: block;
    margin: 0;
    width: 100%;
  }
  .works-list .popup a {
    padding: 25px 25px 32px;
  }
  .works-list .title {
    padding: 0 30px 0 0;
  }
  .works-list .popup a:after {
    background-position: -61px -132px;
    width: 10px;
    height: 16px;
    margin: -9px 0 0;
    right: 21px;
  }
  .works-list h3 {
    font-size: 14px;
    line-height: 16px;
  }
  .works-list h2 {
    font-size: 20px;
    line-height: 22px;
  }
  .text-frame {
    font-size: 14px;
    line-height: 20px;
    margin: 0 -5px 30px;
  }
  .portfolio-detail h1 i.fa {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
    margin-right: 20px;
  }
  .listing-header {
    padding-top: 24px; 
    margin: 0;
  }
  .heading {
    margin: 0 0 20px;
  }
  .text-section .slide {
    max-height: 188px;
  }
  .portfolio-detail .heading h1 {
    font-size: 30px;
    line-height: 32px;
    margin: 0 40px 10px 0;
  }
  .panel-block {
    padding: 0 20px;
    position: relative;
  }
  .panel-block {
    margin: 24px 0 31px;
  }
  .holder-block {
    margin: 0 0 20px;
  }
  .panel-block .back span {
    display: none;
  }
  .panel-block .back:before {
    top: 2px;
  }
  .panel-block .back {
    float: none;
    display: inline-block;
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 22px;
  }
  div.gallery .btn-prev, div.gallery .btn-next {
    left: auto;
    left: 0;
  }
  div.gallery .btn-next {
    left: 50px;
  }

  /*SSSSSSSSSSSSSSSSSSSSSSSS*/
  .our-pckg-hding .page-header.section-header {
    margin: 0;
  }
  .our-pckg-hding .page-header.section-header p.secondary-header {
    font-size: 14px;
    line-height: 20px;
    margin: 0 -5px 30px;
  }
  .hs-inbound-digital-mkt-grp .container-fluid .row a {
    width: 100%;
    border-right: 0;
  }
  .our-pckg-menu {
    display: none !important;
  }
  .hs-inbound-digital-mkt-grp .container-fluid .row a .inner-padding {
    padding: 20px 20px!important;
  }
  .hs-inbound-digital-mkt-grp .container-fluid .row a .inner-padding h2.package-name {
    font-size: 32px !important;
    line-height: 40px;
  }
  .hs-inbound-digital-mkt-grp .container-fluid .row a .inner-padding p.lead.package-desc {
    padding: 2px 0!important;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .table.package-listing thead tr th.package-name div.inner-padding {
    padding: 10px;
    font-size: 22px;
    line-height: 30px;
  }
  .table.package-listing thead tr th:first-child, 
  .table.package-listing tbody tr td:first-child {
    width: 180px!important;
    display: block!important;
  }
  .table.package-listing tbody tr td:first-child div.inner-padding {
    padding: 9px 10px!important;
  }
  .table.package-listing tr td:not(first-child), 
  .table.package-listing tr th:not(first-child) {
    padding: 10px 5px!important;
  }
  .table.package-listing thead tr th span.package-name {
    font-size: 18px!important;
    line-height: 22px!important;
  }
  .table.package-listing thead tr th span.package-desc {
    font-size: 17px!important;
    line-height: 22px!important;
  }
  .table.package-listing tbody .package-item-name {
    font-size: 16px!important;
  }
  .table.package-listing tbody .package-item-desc {
    font-size: 13px!important;
  }
  .our-pckg-hding {
    padding-top: 12px;
  }
  .table-responsive {
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #ddd;
  }
  .table.package-listing thead tr th.package-name {
    font-size: 32px;
    line-height: 40px;
  }
  .table.package-listing thead tr th:first-child {
    height: 119px!important;
    border-right: none;
  }
  .table>thead>tr>th {
    border-bottom: 1px solid #ddd;
  }
  .blog-post-wrapper .post-body blockquote {
    margin: 34px 0 30px;
    padding: 19px 22px 1px;
  }
  .blog .body-container-wrapper {
    padding: 12px 0 0;
  }
  .blog .body-container-wrapper {
    padding: 24px 0 0;
  }
  .hs-blog-bnr-area .heading-grp {
    padding: 20px 15px 17px;
  }
  .hs-blog-bnr-area .heading-grp p.news-head {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 17px;
  }
  .hs-blog-bnr-area .heading-grp p {
    font-size: 18px;
    line-height: 24px;
  }
  .blog .visual-block-holder .hubspot-block {
    display: none;
  }
  .blog .visual-block-holder .smile-block {
    display: none;
  }
  .blog .visual-block-holder {
    margin-bottom: 0;
  }
  .blog .blog-content-group {
    padding: 16px 20px;
  }
  .blog .blog-content-group .blg-cnt-inr-grp ol.breadcrumb {
    font-size: 12px;
    margin: 0 0 29px;
  }
  .blog .blog-cntnt .section.post-header h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .blog .box-section.dark {
    padding: 24px 23px 1px;
    margin: 28px 0 20px;
  }
  .blog .box-section.dark h3 {
    font-size: 16px;
  }
  .blog .blog-post-wrapper .post-body div[style*="float: right;"] {
    margin: 1px 0 26px 0 !important;
    max-width: 100% !important;
    float: none !important;
    display: block;
  }
  .blog .blog-post-wrapper .post-body div[style*="float: left;"] {
    margin: 5px 0 26px 0 !important;
    float: none !important;
    display: block;
    max-width: 100% !important;
  }
  .blog .blog-listing-wrapper .post-listing .post-item .post-header h2 {
    font: 16px/24px 'latolight',Arial,Helvetica,sans-serif;
  }
  .blog .blog-pagination {
    display: block;
    margin: 0 !important;
    padding: 20px 0 !important;
    text-align: center;
  }
  .blog .blog-pagination > span {
    display: block !important;
    margin-bottom: 5px;
  }
  .blog .blog-pagination > span:last-child {
    margin-bottom: 0;
  }
  .blog .blog-pagination a {
    margin-left: -2px;
    margin-right: -2px;
    line-height: 22px;
  }
  .blog .blog-pagination > span > a:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
  }
  .blog .blog-pagination > span > a:last-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  .blog .blog-post-wrapper .post-body img[style*="float: right;"] {
    float: none !important;
  }

  /*Modal*/
  .modal.fade .modal-dialog {
    width: auto !important;
  }

} 


@media (max-width: 767px) and (max-height: 600px) {

  div.lightbox{
    padding: 100px 21px 20px 21px;
    align-items: unset;
  }

}


@media (max-width: 710px) {

  .modal-body iframe {
    width: 100%;
    height: 100%;
  }

}



@media (max-width: 691px) {

  /*sssssssssssssssss*/
  .table.package-listing thead tr th:first-child, 
  .table.package-listing tbody tr td:first-child {
    width: 160px!important;
    display: block;  
  }
}


@media (max-width: 568px) {

  .click-section .right-sect h3 {
    font-size: 20px;
  }

}

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

@media (max-width: 479px) {

  .click-section .right-sect .hs-form-field {
    margin-bottom: 17px;
  }
  .click-section .right-sect .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    float: none;
  }
  .click-section .right-sect .hs-form-field .hs-input {
    margin-right: 0;
    margin-left: 0;
    width: 100% !important;
  }
  .click-section .right-sect .hs-form-field .input {
    margin-right: 0;
    margin-left: 0;
    width: 100% !important;
  }

  /**/
  .latestNews-module .hg-title .green {
    float: none;
    display: block;
  }
  .flexible-container {
    padding-bottom: 120px;
  }

  /*AAAAA*/
  .links-list li {
    float: none;
    margin: 0!important;
  }
  .links-list li a {
    padding: 10px!important;
    display: block;
    text-align: center;
  }

}

/* March 2019 Update Email Pages */
/* By: JM / jgelogo@hexagroup.com */

.subscription-template .header-container {
  display: none;
}
.subscription-template .main-logo {
  display: none;
}

/* Header Area */
.subscription-template .page-header .main-logo {
  margin-bottom: 100px;
  display: block;
}
.subscription-template .page-header {
  min-height: 870px;
  padding-top: 60px;
  margin-bottom: -1px;
  position: relative;
  background: url('https://243597.fs1.hubspotusercontent-na1.net/hubfs/243597/Subscription%20Template%20Files/LandingPage_TopBanner_EmailPreferences.jpg') center center no-repeat;
  background-size: cover;
  width: 100%;
}

[class*="preferencesunsubscribe-all"] .page-header {
  background: url('https://243597.fs1.hubspotusercontent-na1.net/hubfs/243597/Subscription%20Template%20Files/LandingPage_TopBanner_Unsubscribe.jpg') center center no-repeat;
}
.subscription-template .page-header:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(34,34,34,.75);
  position: absolute;
  top: 0;
  left: 0;
}
.subscription-template .page-header .page-header-content {
  padding: 0 30px;
  padding-right: 30vw;
  max-width: 1340px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  color: #fff;
  width: 100%;
}

.subscription-template .page-header h1 {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 1.2;
}
.subscription-template .page-header h2,
.subscription-template .page-header .page-header-content {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.2;
}
.subscription-template .page-header h2 {
  color: #6fbb1f;
  font-weight: bold;
}
.subscription-template .page-header p {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.2;
  margin-left: 0;
}
.subscription-template .page-header p:last-child {
  margin-top: 30px;
}
.subscription-template .page-header br {
  display: none;
}

.subscription-template .page-header .subscribe-options label {
  padding: 0;
}
.subscription-template .page-header+br,
.subscription-template .page-header+br+strong {
  display: none;
}

/* Content Area */
.subscription-template #content {
  float: none;
  max-width: 100%;
  margin: 0 auto!important;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .subscription-template #content {
    max-width: 760px;
  }
}
@media (min-width: 1367px) {
  .subscription-template #content {
    max-width: 1180px;
  }
}


.subscription-template #email-prefs-form #content p.header {
  font-size: 30px;
}
.email-prefs .item {
  margin: 10px 0;
}
.email-prefs .item .item-inner {
  background: none;
  border: none;
  position: relative;
}
.email-prefs .item .item-inner.selected,
.email-prefs .item .item-inner.hovered {
  background: none;
  border: none;
  box-shadow: none!important;
}
.email-prefs .item p {
  font-size: 20px;
  margin-left: 30px;
}
.email-prefs .item .item-inner .checkbox-row {
  position: absolute;
  overflow: unset;
  width: 30px;
  height: 30px;
}
.email-prefs .item .item-inner .checkbox-row  .fakelabel {
  display: block;
}
.email-prefs .item .item-inner .checkbox-row .fakelabel > span {
  display: none;
}
.email-prefs .item .item-inner .checkbox-row input[type='checkbox'] {
  width: 20px;
  height: 20px;
  top: 8px;
}

.subscription-template .hs-button.primary, 
.subscription-template input[type="submit"],
.subscription-template input[type="button"] {
  border-radius: 0;
  background: #6fbb1f;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
  padding: 15px 40px;
  margin-bottom: 30px;
  white-space: normal;
}

.subscription-template .hs-button.primary:hover, 
.subscription-template input[type="submit"]:hover,
.subscription-template input[type="button"]:hover {
  background: #67952f;
}
.subscribe-options {
  margin-bottom: 30px;
}
.subscribe-options p.header {
  margin-bottom: 30px;
}
.subscribe-options label {
  margin: 0;
  padding: 10px;
}
.subscribe-options input[type='checkbox'] {
  width: 20px;
  height: 20px;
  top: 3px;
  position: relative;
}
.subscribe-options label span {
  font-size: 20px;
  font-weight: normal;
}

.subscription-template #submitbutton {
  margin-bottom: 30px!important;
}

@media (max-width: 1024px) {
  .subscription-template #email-prefs-form .page-header h1 {
    font-size: 36px;
  }

  .subscription-template #email-prefs-form .page-header h2,
  .subscription-template #email-prefs-form .page-header p {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .subscription-template #email-prefs-form .page-header {
    min-height: auto;
    padding-bottom: 100px;
  }

  .subscription-template #email-prefs-form .page-header .page-header-content {
    padding-right: 30px;
  }

  .subscription-template #email-prefs-form #content p.header {
    font-size: 24px;
    line-height: 1.2;
  }
  .email-prefs .item .item-inner {
    padding: 10px;
  }

  .subscription-template .hs-button.primary, 
  .subscription-template input[type="submit"],
  .subscription-template input[type="button"] {
    font-size: 16px;
  }

}

.wrapper-left-cta .download .text { padding: 0; display: inline-block; }
.wrapper-left-cta .hubspot-block .download{ display: inline-block;}
.wrapper-left-cta .hubspot-block  a.opener { padding: 0 10px 10px; line-height: 24px; display: flex; align-items: center; justify-content: center; }
.wrapper-left-cta .smile-block a { color: #fff; text-decoration: none; height: 100%; width: 100%; display: block; }
@media (max-width:1366px) {
  .before-cta-empty + .wrapper-left-cta  .visual-block-holder .smile-block,.before-cta-empty + .wrapper-left-cta  .smile-block { top: 353px;}
  .before-cta-empty + .wrapper-left-cta  .visual-block-holder .hubspot-block,.before-cta-empty +  .wrapper-left-cta  .hubspot-block { top: 124px; }
  .wrapper-left-cta .hubspot-block a.opener { padding: 0 35px 0px 10px;}
  .wrapper-left-cta .hubspot-block .opener:before{right:15px;}
  .hubspot-block img {max-height: 255px;}
}

@media (max-width:1023px) {
  .before-cta-empty + .wrapper-left-cta  .visual-block-holder .smile-block,.before-cta-empty + .wrapper-left-cta  .smile-block { top:470px;}
  .before-cta-empty + .wrapper-left-cta  .visual-block-holder .hubspot-block, .before-cta-empty + .wrapper-left-cta  .hubspot-block { top:260px; }
  .left-bottom-column{margin-left: 0 !important;}
}

@media (max-width:767px) {
  .wrapper-left-cta { display: none; }
}

.hs-menu-wrapper ul li.hs-menu-depth-1 > a, .custom-header-withNav ul li.hs-menu-depth-1 > a{
  display: flex !important;
}

.span5.widget-span.right-sect.footer-badge, .span5.widget-span.right-sect{
  display:flex;
  justify-content:end;
}
.span5.widget-span.right-sect.footer-badge .hs_cos_wrapper span, .span5.widget-span.right-sect .hs_cos_wrapper span {
  display: flex;
  justify-content: end;
  margin-left: 20px;
}
.span5.widget-span.right-sect.footer-badge .img{
  display:block;
  max-width:109px;
  margin:5px auto;
  position:relative;
  z-index:99;
  width: 100%;
}

.span5.widget-span.right-sect.footer-badge .img img{
  margin-top:-70px;
}
@media(max-width:767px){
  .span5.widget-span.right-sect.footer-badge, .span5.widget-span.right-sect.footer-badge .hs_cos_wrapper span{
    display:block;
  }
  .span5.widget-span.right-sect.footer-badge .img img{
    margin-top:10px;
  }
  .span5.widget-span.right-sect.footer-badge, .span5.widget-span.right-sect{
    justify-content:center;
  }
  .span5.widget-span.right-sect.footer-badge .hs_cos_wrapper span, .span5.widget-span.right-sect .hs_cos_wrapper span {
    justify-content: center;
    margin-left: 0px;
  }
}