/* ==========================================================================
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('//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Quattrocento+Sans:400,400i,700,700i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');

@font-face {
  font-family: "icomoon";
  src: url("//cdn2.hubspot.net/hubfs/3982874/ERP_Suites_November2018/Fonts/icomoon.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/3982874/ERP_Suites_November2018/Fonts/icomoon.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/3982874/ERP_Suites_November2018/Fonts/icomoon.ttf") format("truetype");
  font-style: normal;
  font-weight: 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: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

body {
  background: #fff;
  color: #444444;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

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

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


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

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

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: "Quattrocento Sans", Arial, Helvetica, sans-serif;
  margin: 15px 0; 
  line-height: 1.25;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 32px;
  font-weight:400;
}
h2 {
  font-size: 30px;
  font-weight:400;
}
h3 {
  font-size: 20px;
  font-weight:400;
}
h4 {
  font-size: 24px;
  color: #7E3F94;
  font-weight:700;
}
h5 {
  font-size: 20px;
  color:#333333;
  font-weight:400;
}
h6 {
  font-size: 18px;
  color:#333333;
  font-weight:400;
}

/* Anchor Links */
a { 
  color: #7f3b96;
  text-decoration:underline;
}
a:hover, a:focus {  }

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

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

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


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

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

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

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


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


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

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

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


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

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


.custom-top-header {
  background-color: #7f3b96;
  min-height: 43px;
  padding: 0px 10px;
  line-height: 43px;
}

.header-info {
  line-height: 43px;
  color: #ffffff;
  font-size: 11px;
}

span.phone-number {
  margin-right: 10px;
}

.t4p-icon-phone:before {
  content: '\f095';
}

a.email-address {
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

.t4p-icon-envelope:before {
  content: '\f0e0';
}

.custom-product ul li a {
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
  text-decoration: none;
  padding: 0 10px;
  display: block;
  color: #ffffff;
  font-size: 11px;
}


.custom-product ul {
  display: block !important;
  float: right;
  margin-top: -1px !important;
}

.custom-product ul li{
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  background: url(//cdn2.hubspot.net/hubfs/3982874/ERP_Suites_November2018/Images/divider-menu.png) center left no-repeat;
}

.custom-product ul li:first-child{
  background-image: none;
}


.custom-logo {
  margin-top: 10px;
  margin-bottom: 10px;
  width: auto !important;
}

.custom-logo img {
  max-width: 100px;
}

.custom-bottom-header {
  margin-bottom: 1px;
  padding: 0 10px 0;
}


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

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

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


.banner-area {
  border-top: 0px solid #d2d3d4;
  border-bottom: 0px solid #d2d3d4;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0 10px;
  border-color: #ffffff;
  background-color: #000000;
  color: #ffffff;
  font-size: 32px;
  line-height: normal;
}

.banner-area h1 {
  margin: 32;
  font-weight: normal;
  font-family: "Quattrocento Sans", Arial, Helvetica, sans-serif;
  display: table-cell;
  vertical-align: middle;
  font-size: 32px;
  line-height: normal;
  padding-top: 32px;
  padding-bottom: 33px;
}

.banner-area .page-center {
  display: table !important;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}
/* =============== Footer =============== */

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

.custom-footer {
  z-index: 1;
  position: relative;
  padding: 18px 10px 12px;
  background: #282a2b;
  border-top: 1px solid #4b4c4d;
  padding-top: 28px;
  padding-bottom: 18px;
  border-color: #080808;
  background-color: #262626;
}

.custom-copyright a {
  color: #7a7a7a;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 12px;
  line-height: 25px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  padding-bottom: 4px;
  display: block;
}

.custom-copyright a:hover {
  color: #7f3b96;
}

[class^="t4p-icon-"], [class*=" t4p-icon-"] {
  font-family: icomoon!important;
  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;
}

span.t4p-icon-holder {
  display: inline-block;
  height: 28px;
  overflow: hidden;
  line-height: 28px;
  margin-left: -4px;
}

.t4p-tooltip {
  cursor: pointer;
}


.t4p-social-network-icon {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
  font-size: 16px;
  color: #46494a;
  display: inline-block;
}


a.t4p-social-network-icon {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 28px;
  position: relative;
  top: 0;
  bottom: 0;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  color: #f9f9f9;
  text-decoration:none;
}

.t4p-icon-facebook:before, .t4p-icon-facebook:after {
  content: '\66';
}
.t4p-icon-twitter:before, .t4p-icon-twitter:after {
  content: '\54';
}

.t4p-icon-linkedin:before, .t4p-icon-linkedin:after {
  content: '\4c';
}

.t4p-icon-youtube:before, .t4p-icon-youtube:after {
  content: '\55';
}

.t4p-icon-rss:before, .t4p-icon-rss:after {
  content: '\52';
}


.socail-icon-group [class^="t4p-icon-"]:before, .socail-icon-group [class*=" t4p-icon-"]:before, .socail-icon-group [class^="t4p-icon-"]:after, .socail-icon-group [class*=" t4p-icon-"]:after {
  display: inline-block;
  width: 22px;
  margin-right: .2em;
  margin-left: .2em;
  text-align: center;
  font-size: 15px;
}

.socail-icon-group a.t4p-social-network-icon:after {
  position: absolute;
  width: inherit;
  height: 100%!important;
  left: 0;
  bottom: -28px;
  color: #333;
  line-height: 28px;
  text-align: center;
  margin-left: 0;
}

.socail-icon-group {
  text-align: right;
}

span.t4p-icon-holder:hover a {
  top: -100%;
}

a#back-to-top {
  height: 45px;
  position: fixed;
  right: 30px;
  text-align: center;
  text-transform: uppercase;
  width: 45px;
  opacity: 0.9;
  z-index: 10000;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 10px rgba(0, 0, 0, 0.1) inset;
  border-radius: 3px;
  bottom: 20px;
  color: #FFFFFF;
  background-color: #7f3b96;
  text-decoration: none;
}

a#back-to-top:before {
  line-height: 43px;
  content: '\f106';
  -webkit-font-smoothing: antialiased;
  font-family: IcoMoon!important;
  font-size: 25px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

a#back-to-top:hover {
  background-color: #555;
  color: #fff;
}

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


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

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

  .custom-menu-primary.js-enabled {
    width: auto !important;
    float: right;
    margin: 0;
  }

  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper > ul{}
  .custom-menu-primary .hs-menu-wrapper > ul > li{}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    padding-right: 2em !important;
    border-color: #ffffff;
    padding: 0 20px;
    border-top: 0px;
    padding-top: 3px;
    line-height: 100px;
    font-family: "Quattrocento Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #888888;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a{
    padding-right: 30px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a{
    padding-right: 20px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: #C62020;
    background: rgba(0, 0, 0, .02);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
    color: #C62020;
    background: rgba(0, 0, 0, .02);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    position: absolute;
    right: 1.5em;
    width: 0;
    top: 4%;
    font-family: IcoMoon!important;
    content: '\f107';
    color: rgba(136, 136, 136, 0.4);
  }

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color:#fff;
    width: 170px;
    border-color: #C62020;
    z-index: 99997;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-transition: all 200ms ease-out !important;
    -moz-transition: all 200ms ease-out !important;
    transition: all 200ms ease-out !important;
    top: 60%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover ul{
    top: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
    -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
    -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
    padding: 7px 20px;
    line-height: 19px;
    white-space:normal !important;
    border: 1px solid #e8e8e8;
    border-bottom-width: 0;
    color: #888888;
    font-size: 12px;
    text-decoration: none;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    background-color: #f7f7f7;
  }

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

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


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

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

@media (max-width: 800px){

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

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: relative;
    top: 0px;
    right: 0px;
    width: auto;
    height: auto;
    padding: 13px 0 15px 0;
    background: transparent;
    border: none;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    width: 100%;
  }


  .mobile-trigger span i:before {
    content: '\f0c9';
    font-family: icomoon!important;
    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;
    color: #0a0a0a;
    font-size: 20px;
  }

  .mobile-trigger span {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #0a0a0a;
    text-transform: 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: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 39px !important; /* Button height */  
    padding: 0 !important;
    border-left:none;
  }
  .child-trigger:hover{
    text-decoration: none;
  }

  .child-trigger i:before {
    display: block;
    margin: 0;
    width: 100%;
    content: '\f107';
    text-align: center;
    font-family: IcoMoon!important;
    color: #444444;
    font-style: normal;
    position: relative;
    top: 0;
    text-align: right;
    right: 3px;
    padding: 10px 14px;
    border: none;
    line-height: 15px;
    font-size: 13px;
  }

  .child-trigger:hover i:before {
    color: #37B6BD;
  }

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

  .custom-menu-primary.js-enabled {
    position: relative;
    padding-top: 0px;
    margin: 0;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    background-color: #f9f9f9;
    padding-bottom: 0px;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #f9f9f9;
    width: 100%; /* Full screen width */
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul{
    border: 1px solid #E8E8E8;
    border-bottom: 0;
    background-color: #f9f9f9;
    border-color: #dadada!important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    color: #0a0a0a;
    padding: 10px;
    font-size: 17px;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    line-height:normal;
    font-family: "Quattrocento Sans", Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #E8E8E8;
    border-color: #dadada!important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    background-color: #f6f6f6;
    color:#333;
  }

  /* 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{
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    padding-left: 27px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:before {
    content: "-";
    margin-left: -6px;
    margin-right: 2px;
  }

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

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


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


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

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

.blog .content-wrapper {
  padding-top: 20px;
  padding-bottom: 40px;
}

.blog .body-container-wrapper .row-fluid-wrapper:nth-child(2) {
  padding-left: 10px;
  padding-right: 10px;
}

.custom-contact-group {
  border-top: 12px solid #e9eaee;
  background: #363839;
  padding: 43px 10px 40px;
  background-color: #f8f8f8;
  border-color: #f7f7f7;
  padding-top: 43px;
  padding-bottom: 40px;
  color: #b8b8b8;
}

.custom-contact-group p {
  margin: 0;
}

.custom-about-us a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  color: #7a7a7a;
}

.custom-about-us {
  padding-left: 15px;
}
.custom-about-us a:hover {
  color: #7f3b96;
}

.custom-address {
  margin: 0 !important;
  text-align: right;
  float: right !important;
  padding-right: 15px;
}




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

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

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

.hs-blog-post p.byline {
  margin-bottom: 0;
  padding-bottom: 0;
}


.hs-blog-post .content-wrapper {
  padding-top: 0;
  padding-bottom: 40px;
}

.hs-blog-post .hs-featured-image-wrapper {
  float: none;
  margin: 0;
  margin-right: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.hs-blog-post a.example-image-link.icon.gallery-icon {
  display: block;
}

.section.post-header h1 {
  line-height: 35px;
  margin: 0;
  margin-bottom: 10px;
  font-size: 40px;
  font-family: "Quattrocento Sans", Arial, Helvetica, sans-serif;
  color: #333333;
  padding-bottom: 0;
  padding-top:15px;
}

.about-author {
  margin-bottom: 55px;
  overflow: hidden;
}

.t4p-title{
  display: table;
  margin: 0 0 31px;
  overflow: hidden;
}

h3.title-heading-left {
  float: left;
  display: table-cell;
  margin: 0;
  padding: 0 8px 0 0;
  line-height: normal;
  white-space: pre;
  color: #333333;
  padding-right: 8px;
  font-weight: normal;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1.17em;
}

.author-name h3 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 25px;
  color: #444444;
  font-size: 15px;
  margin: 19.950px 0;
  font-weight: 700;
  margin-top:0px;
}

.author-pic {
  float: left;
  margin-right: 20px;
  margin-bottom: 5px;
  border: 5px solid rgba(0, 0, 0, .05);
  -webkit-border-radius: 3px;
  -border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 82px;
  height: 82px;
}

.author-pic img {
  border-radius: 0px;
  -border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  height: auto !important;
  margin: 0 !important;
}

.t4p-sharing-box.share-box-post,
.t4p-sharing-box.share-box {
  padding: 20px;
  height: 70px;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 55px;
  margin-top: 55px;
}

.t4p-sharing-box.share-box-post h4,
.t4p-sharing-box.share-box h4 {
  font-size: 13px;
  line-height: 13px;
  color: #333333;
  font-family: "Quattrocento Sans", Arial, Helvetica, sans-serif;
  font-weight: normal;
  display: table-cell;
  width: 10%;
  vertical-align: middle;
}

.t4p-social-networks.boxed-icons {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  line-height: normal;
  padding-left: 30px;
}

.t4p-social-networks.boxed-icons span {
  border-radius: 3px;
  display: inline-block;
  height: 28px;
  overflow: hidden;
  line-height: 28px;
  margin: 0 0 3px 6px;
}

.t4p-social-networks.boxed-icons span a {
  font-size: 16px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 28px;
  position: relative;
  top: 0;
  bottom: 0;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  margin-bottom: 0;
  color: #bebdbd!important;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  border-radius: 3px;
  text-decoration: none;
}

.t4p-social-networks [class^="t4p-icon-"]:before, .t4p-social-networks [class*=" t4p-icon-"]:before, .t4p-social-networks [class^="t4p-icon-"]:after, .t4p-social-networks [class*=" t4p-icon-"]:after {
  display: inline-block;
  width: 22px;
  margin-right: .2em;
  margin-left: .2em;
  text-align: center;
  font-size: 15px;
}

.t4p-social-networks .t4p-social-network-icon:before {
  color: inherit;
}

.t4p-social-networks a.t4p-social-network-icon:after {
  position: absolute;
  width: inherit;
  height: 100%!important;
  left: 0;
  bottom: -28px;
  color: #333;
  line-height: 28px;
  text-align: center;
  margin-left: 0;
}

.t4p-social-networks.boxed-icons a.t4p-social-network-icon:after {
  color: #fff;
}

.t4p-social-networks.boxed-icons a.t4p-twitter:after {
  background-color: #3bc1ed;
}

.t4p-sharing-box .t4p-icon-holder, .t4p-sharing-box .t4p-social-networks.boxed-icons a:after {
  border-radius: 3px;
}

.t4p-social-networks.boxed-icons a.t4p-linkedin:after {
  background-color: #0b7bb5;
}

.t4p-social-networks.boxed-icons a.t4p-mail:after {
  background-color: #404040;
}

.t4p-social-networks span.t4p-icon-holder:hover a {
  top: -100%;
}

.t4p-icon-mail:before, .t4p-icon-mail:after {
  content: '\f0e0';
}

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

p.byline span {
  display: inline-block;
}

.post-body.clearfix p {
  margin: 0;
}

.byline-footer {
  color: rgba(0, 0, 0, .4);
  margin-top: 15px;
  padding: 5px 0;
  clear: both;
  overflow: hidden;
}

p.byline {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  margin: 0;
  margin-bottom: 20px;
  font-size: 14px;
  color: rgba(0, 0, 0, .4);
  line-height: 25px;
}

p.read-more-group {
  margin: 0;
  text-align: right;
  padding: 5px 0px;
  margin-bottom: 20px;
}

p.byline a {
  text-decoration: none;
  color: rgba(0, 0, 0, .4);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

p.byline a:hover {
  color: #7f3b96;
}

.image-extras {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  border: 4px solid #37B6BD;
  background: rgba(255, 255, 255, .2) url(//cdn2.hubspot.net/hubfs/3982874/ERP_Suites_November2018/Images/hover-effect.png) center center no-repeat;
  border-radius: 3px;
  border-color: #7f3b96;
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}

.hs-featured-image-wrapper:hover .image-extras {
  opacity: 1;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}

.image-extras:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.image-extras .image-extras-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  height: auto;
}

.image-extras .link-icon {
  margin-right: 50%;
}

.hs-featured-image-wrapper .image-extras .image-extras-content .icon, .hs-featured-image-wrapper .image-extras .image-extras-content .icon {
  position: relative;
  opacity: 0.9;
}

.hs-featured-image-wrapper:hover .image-extras .link-icon {
  margin-right: 5%;
}

.hs-featured-image-wrapper .image-extras .image-extras-content .icon, .hs-featured-image-wrapper .image-extras .image-extras-content .icon img {
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: top;
  text-indent: -10000px;
}

.hs-featured-image-wrapper .image-extras .image-extras-content .icon.link-icon, .hs-featured-image-wrapper .image-extras .image-extras-content .icon.gallery-icon {
  background-color: #333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hs-featured-image-wrapper .image-extras .image-extras-content .icon.link-icon, .hs-featured-image-wrapper .image-extras .image-extras-content .icon.gallery-icon {
  background-color: #333333;
}

a.example-image-link,
a.icon.link-icon {
  display: inline-block;
}

.hs-featured-image-wrapper .image-extras .image-extras-content .icon:before {
  position: absolute;
  left: 50%;
  margin-left: -10px;
  text-indent: 0;
  line-height: 50px;
  text-shadow: none;
  font-family: IcoMoon!important;
  font-size: 20px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

.hs-featured-image-wrapper .image-extras .image-extras-content .icon.link-icon:before {
  content: '\e600';
}

.image-extras .image-extras-content .icon:before {
  position: absolute;
  left: 50%;
  margin-left: -10px;
  text-indent: 0;
  line-height: 50px;
  text-shadow: none;
  font-family: IcoMoon!important;
  font-size: 20px;
  color: #fff;
  webkit-font-smoothing: antialiased;
}

.image-extras .image-extras-content .icon.gallery-icon:before {
  content: '\e601';
}

.image-extras-content h3 {
  font-size: 13px;
  font-style: italic;
  font-weight: normal;
  color: #fff;
  text-shadow: 0px 1px 5px rgba(255, 255, 255, 0.9);
  margin: 0;
  margin-top: 10px;
  padding: 10px;
  display: inline-block;
  border-radius: 3px;
  -border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  background-color: #7f3b96;
  line-height: 20px;
}

.image-extras-content h3 a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  display: block;
  font-size: 13px;
  line-height: 20px;
  font-family: "Quattrocento Sans", Arial, Helvetica, sans-serif;
  color: #fff!important;
}

.image-extras-content h4 {
  font: 11px 'Open Sans', arial, helvetica, sans-serif;
  color: #333;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
  margin: 0;
  margin-top: 5px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height:normal;
}

.image-extras-content h4 span#hubspot-topic_data {
  margin: 0;
  font-weight: normal;
  font-size: 11px;
  margin-bottom: 5px;
  line-height: normal;
  color: #333!important;
}

.image-extras-content h4 span#hubspot-topic_data a{
  font-weight: normal;
  font-size: 11px;
  margin-bottom: 5px;
  line-height: normal;
  color: #333!important;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-decoration:none;
}

.lb-data .lb-close {
  position: relative;
  top: -44px;
  right: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
  background: url(//cdn2.hubspot.net/hubfs/3982874/ERP_Suites_November2018/Images/sprite.png) 2px 1px no-repeat;
  z-index:9999999999;
}

h2.title-heading-left {
  margin-bottom: 10px;
  font-size: 40px;
  white-space: nowrap;
}

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


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

.blog .blog-content {}

.blog .blog-content {
  width: 71.1702128% !important;
}

/* 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,
h2.post-listing-simple {
  margin: 0 0 20px;
  padding: 0;
  line-height: 35px;
  font-family: "Quattrocento Sans", Arial, Helvetica, sans-serif;
  font-size: 24px;
}

.post-header h2 a,
h2.post-listing-simple a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #333333;
  font-size: 24px;
}

.post-header h2 a:hover, h2.post-listing-simple a:hover{
  color: #7f3b96;
}

/* Blog Author and Avatar */
#hubspot-author_data {
  margin: 0 0 10px;
  padding: 0;
}

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

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  margin-bottom: 65px;
  padding-bottom: 40px;
  border-bottom: 1px solid #F0F0F0;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {
  float: left;
  margin: 0;
  margin-right: 25px;
  width: 320px;
  position:relative;
  overflow:hidden;
}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
}

.hs-featured-image {
  float: none;
  margin: 0;
  max-width: 100%;
  width: 100%;
  overflow:hidden;
  object-fit: cover;
}

/* Read More Link */
a.more-link {
  margin: 0;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  background: #C62020;
  background-image: -webkit-gradient( linear, left bottom, left top, from( #9e1a1a), to( #C62020));
  background-image: -webkit-linear-gradient( bottom, #9e1a1a, #C62020);
  background-image: -moz-linear-gradient( bottom, #9e1a1a, #C62020);
  background-image: -o-linear-gradient( bottom, #9e1a1a, #C62020);
  background-image: linear-gradient( to top, #9e1a1a, #C62020);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#C62020', endColorstr='#9e1a1a');
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  padding: 0 20px;
  display: inline-block;
  border-radius: 4px;
  color: #ffffff;
  text-decoration: none;
  position: relative;
}

a.more-link:after {
  font-family: IcoMoon!important;
  content: '\f105';
  padding-left: 5px;
  position: relative;
  top: 1px;
}
a.more-link:hover {
  border-color: #424242;
  background: #777777;
  background-image: -webkit-gradient( linear, left bottom, left top, from( #555555), to( #777777));
  background-image: -webkit-linear-gradient( bottom, #555555, #777777);
  background-image: -moz-linear-gradient( bottom, #555555, #777777);
  background-image: -o-linear-gradient( bottom, #555555, #777777);
  background-image: linear-gradient( to top, #555555, #777777);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#555555');
}

/* Blog Topics List */
#hubspot-topic_data {
}
#hubspot-topic_data a.topic-link {
  text-decoration: none;
  color: rgba(0, 0, 0, .4);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

#hubspot-topic_data a.topic-link:hover{
  color: #7f3b96;
}


#hubspot-topic_data {
  color: #888888;
  font-weight: bold;
  text-decoration: none;
  color: rgba(0, 0, 0, .4);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.post-bottom-tag a:before{
  font-family: IcoMoon!important;
  content: '\f02b';
  margin-right: 5px;
}

/* 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;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  margin-right: 10px !important;
}

.hs-blog-social-share-list{
  list-style:none;
  margin:0;
  padding:0;
}
.hs-blog-social-share-list li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.custom_listing_comments{
}

/* Blog Commments */
#comments-listing {
}

#comments-listing {
}
.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: inherit;
  display: block;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-from h4 a {
  text-decoration: none;
}
.comment-date {
  color: inherit !important;
  display: block !important;
  text-align: left !important;
}



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



#comments-listing {

}


.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: inherit;

  display: block;

  padding: 0;

}


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

}


.comment-from h4 {

  margin: 0;

  padding-top: 15px;

}



.comment-from h4 a {

  text-decoration: none;

}


.comment-date {

  color: inherit !important;

  display: block !important;

  text-align: left;

}



/* Pagination */
.blog-pagination {}
.blog-pagination a{
  display: block;
}
.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 .blog-sidebar {
  width: 23.4042553% !important;
  float: right;
  margin: 0 !important;
}

.custom-categ-title h3,
.recent-post-title-group h3,
.site-search-title h3 {
  color: #333333;
  font-size: 22px;
  margin: 0;
  font-family: "Quattrocento Sans", Arial, Helvetica, sans-serif;
  padding: 0 10px 0 0;
  line-height: normal;
  float: left;
  display: table-cell;
  white-space: pre;
}

.custom-categ-title p span,
.t4p-title .title-sep, .title-sep {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
}

.custom-categ-title p,
.title-sep-container {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 6px;
  width: 100%;
}

.custom-categ-title > div > span {
  display: table !important;
  margin: 0 0 31px;
  overflow: hidden;
}

.recent-post-title-group,
.site-search-title {
  display: table !important;
  margin: 0 0 31px;
  overflow: hidden;
}

.custom-categ-title p {
  margin: 0;
}

.blog .blog-sidebar input.hs-search-field__input {
  margin-right: 1%;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.06) inset;
  -box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.06) inset;
  -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.06) inset;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.06) inset;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  border: 1px solid #E0E0E0;
  float: none;
  background-color: #ffffff;
  color: #0a0a0a;
  border-color: #e0e0e0;
  width: 100%;
  padding: 8px 4%;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height: normal;
}

.block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.block ul li{
  position: relative;
  display: block;
  padding: 1px 0;
  padding-left: 15px;
  line-height:25px;
}


.block ul li a{
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #838383;
  text-decoration: none;
  display: block;
  border: 0;
  background: none;
  padding: 0;
  line-height: 25px;
  font-size: 15px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.block ul li a:before{
  position: absolute;
  font-family: IcoMoon!important;
  content: '\f105';
  color: #ccc;
  font-size: 85%;
  left: 0px;
}
.block ul li a:hover{
  color: #7f3b96;
}

.block ul li a:hover:before{
  color: #7f3b96;
}

.blog .blog-sidebar .widget-span {
  margin-bottom: 45px;
}

.recent-group {
  border-bottom: 1px solid #eee;
}

.recent-title a {
  color: #838383;
  text-decoration: none;
  font-family: "Quattrocento Sans", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0 10px 0 0;
  font-size: 15px !important;
  line-height: normal;
  font-weight: 400;
}

.recent-title a:hover {
  color: #7f3b96;
}
.recent-title {
  line-height: normal;
}

.recent-date {
  color: #bbb;
  font-size: 11px;
}

.span4.recent-feature {
  border: 1px solid #eee !important;
  box-shadow: none !important;
  margin: 2px 5px 2px 0;
  padding: 3px !important;
  display: inline;
  float: left;
  width: 68px;
  height: 68px;
  overflow: hidden;
}

.span4.recent-feature .hs-featured-image-wrapper {
  float: none;
  width: 100%;
  margin: 0;
  height: 68px;
  overflow: hidden;
}

.span4.recent-feature .hs-featured-image-wrapper .hs-featured-image {
  float: none;
  margin: 0;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  height: 100%;
  object-fit: cover;
}

.span8.recent-content {
  margin: 0;
}

.row-fluid.recent-group.recent-no-img .span8.recent-content {
  width: 100%;
}

.blog .body-container-wrapper .blog-sidebar .row-fluid-wrapper:nth-child(2) {
  padding-left: 0;
  padding-right: 0;
}


.custom-categ-title p span {
  font-size: 0;
  position: relative;
  top: -12px;
}

.span12.widget-span.widget-type-custom_widget.custom-categ-title {
  margin-bottom: 0;
}

.custom-categories h3 {
  display: none;
}

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


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

.hs-blog-listing .hs-author-profile {
  margin-bottom: 55px;
  overflow: hidden;
}
.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 {
  max-width: 100px;
  float: left;
  margin-right: 20px;
  margin-bottom: 5px;
  border: 5px solid rgba(0, 0, 0, .05);
  -webkit-border-radius: 3px;
  -border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.hs-author-profile .hs-author-avatar img{
  max-width: 100%;
}

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

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin-top: 0;
  font-family: 'Open Sans', arial, helvetica, sans-serif;
  font-weight: normal;
  color: #333333;
  float: left;
  padding: 0 8px 0 0;
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  white-space: pre;
  font-size: 18px;
}

.author-title-group {
  margin: 0 0 31px;
  overflow: hidden;
  display: table;
}


#comments-listing.no-comments {
  border: none;
}

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


.hs-author-social-section {
  min-height: 34px;
  line-height: 34px;
  padding-bottom: 20px;
  margin: 10px 0 20px 0;
  background: url(//cdn2.hubspot.net/hubfs/3982874/ERP_Suites_November2018/Images/sep-shadow.png) no-repeat center bottom;
}

.hs-author-social-links {
  display: block;
  margin-top: 2px;
  text-align: right;
}

.hs-author-social-links span {
  display: inline-block;
  height: 28px;
  overflow: hidden;
  line-height: 28px;
  margin-left: 0;
}

.hs-author-social-links span a {
  color: #bebdbd!important;
  text-decoration: none;
}

.hs-author-social-links span a:before, .hs-author-social-links span a:after {
  display: inline-block;
  width: 22px;
  margin-right: .2em;
  margin-left: .2em;
  text-align: center;
  font-size: 15px;
}

.hs-author-social-links span a:before {
  color: inherit;
}

.hs-author-social-links span a:after {
  position: absolute;
  width: inherit;
  height: 100%!important;
  left: 0;
  bottom: -28px;
  color: #333;
  line-height: 28px;
  text-align: center;
  margin-left: 0;
}

.blog-listing-wrapper .post-listing .post-item+.post-item {
  opacity: 1 !important;
}

.blog-pagination{
  display: block !important;
}

.blog-pagination.hide{
  display: none !important;
}

.blog-pagination .no-post{
  display: none;
}

.lb-data .lb-number {
  opacity: 0;
}

.hs-blog-post .blog-content {
  width: 100% !important;
}


.section.post-footer input.hs-button.primary {
  margin: 0;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  background: #C62020;
  background-image: -webkit-gradient( linear, left bottom, left top, from( #9e1a1a), to( #C62020));
  background-image: -webkit-linear-gradient( bottom, #9e1a1a, #C62020);
  background-image: -moz-linear-gradient( bottom, #9e1a1a, #C62020);
  background-image: -o-linear-gradient( bottom, #9e1a1a, #C62020);
  background-image: linear-gradient( to top, #9e1a1a, #C62020);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#C62020', endColorstr='#9e1a1a');
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  padding: 0 20px;
  display: inline-block;
  border-radius: 4px;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  border: 0;
  margin-top: 15px;
  font-family:"Open Sans", Arial, Helvetica, sans-serif;
  font-weight:700;
}

.section.post-footer input.hs-button.primary:hover {
  color: #fff;
  background: #777777;
  background-image: -webkit-gradient( linear, left bottom, left top, from( #555555), to( #777777));
  background-image: -webkit-linear-gradient( bottom, #555555, #777777);
  background-image: -moz-linear-gradient( bottom, #555555, #777777);
  background-image: -o-linear-gradient( bottom, #555555, #777777);
  background-image: linear-gradient( to top, #555555, #777777);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#555555');
}

.blog-listing-wrapper .post-listing .post-item:nth-last-child(2) {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

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


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

.subscription-template .body-container #email-prefs-form .email-edit {
  max-width: 100% !important;
}


.hs-search-field,
.body-container .hs_cos_wrapper_type_blog_subscribe, 
.body-container .hs_cos_wrapper_type_google_search, 
.body-container .hs_cos_wrapper_type_form, 
.body-container .hs_cos_wrapper_type_password_prompt,
.body-container #email-prefs-form,
.body-container #comment-form{
  max-width:700px;
  display:block;
  margin-bottom:30px;
}

.blog .hs-search-field {
  margin-bottom: 0;
}

.subscription-template-form .body-container #email-prefs-form{
  max-width: 100%;
  border-top:none;
  border-bottom:none;
  padding: 0px;
  background-color: transparent;
  display:block;
}

.body-container #hs_cos_wrapper_blog_subscription {
  background: none;
  max-width: 100%;
}

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

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

/* Labels and Legends */
label {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #444444;
  margin: 10px 0 4px 0;
  font-weight: bold;
  line-height: 1.3em;
  display:block;
}
.hs-form-field > label {}

ul.hs-error-msgs.inputs-list label {
  color: #000;
  display: block;
  font-size: 14px !important;
  font-weight: 500;
  margin-top: 5px;
}

ul.hs-error-msgs.inputs-list li {
  display: block;
  color: #000;
  font-size: 14px;
  padding: 7px 12px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.5);
  border-radius: 6px;
  display: inline-block;
  box-shadow: 3px 4px 3px -1px rgba(0,0,0,0.3);
  position: relative;
  font-family: sans-serif;
}
ul.hs-error-msgs.inputs-list li:before {
  background-image: url('//cdn2.hubspot.net/hubfs/4395819/_VivoComm_July2018/Images/error.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 25px;
  content: "";
  display: inline-block;
  vertical-align: middle;
}

ul.hs-error-msgs.inputs-list li label:after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid rgba(0,0,0,0.4);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -20px;
  left: 5%;
}
ul.hs-error-msgs.inputs-list li label:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -19px;
  left: 5%;
  z-index: 1;
}

ul.hs-error-msgs.inputs-list li label {
  display: inline-block;
  vertical-align: middle;
  padding-left: 2px;
}

ul.hs-error-msgs.inputs-list {
  list-style: none;
  padding: 0;
}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  -webkit-appearance: none;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -border-radius: 3px;
  border-radius: 3px;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.06) inset;
  -box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.06) inset;
  -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.06) inset;
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.06) inset;
  padding: 8px 2%;
  background-color: #ffffff;
  color: #0a0a0a;
  border-color: #e0e0e0;
  width:100%;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
  outline: -webkit-focus-ring-color auto 5px;
}

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

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

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

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

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

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

/* Placeholder Text */
.blog .blog-sidebar input.hs-search-field__input::-webkit-input-placeholder {    color: #0a0a0a;} /* Webkit Browsers */
.blog .blog-sidebar input.hs-search-field__input:-moz-placeholder {    color: #0a0a0a;} /* Firefox 18- */
.blog .blog-sidebar input.hs-search-field__input::-moz-placeholder {    color: #0a0a0a;} /* Firefox 19+ */
.blog .blog-sidebar input.hs-search-field__input:-ms-input-placeholder {    color: #0a0a0a;} /* 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"] {}

#comment-form input.hs-button.primary {
  margin-top: 10px;
}


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

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

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

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

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

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


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

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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  display: inline-block;
  margin: 15px 0 0 0;
  background: #e9e9e9;
  border: 5px solid #e9e9e9;
  border-radius: 3px;
  color: #434242;
  position: relative;
  font-family:Arial;
  font-weight:400;
  line-height:normal;
  font-size:16px;
  text-decoration:none;
  padding-top: 1px;
  padding-bottom: 1px;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

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


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

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


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

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


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

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


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

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


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


.custom-menu-title {
  display: none !important;
}

@media (max-width: 799px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #e5e4e3;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 10px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -ms-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  transition: opacity .25s linear;
}

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

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

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

.t4p-social-networks .tooltip.right {
  margin-top: -14px;
}

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

.t4p-social-networks .tooltip.bottom {
  margin-top: -25px;
}

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

.t4p-social-networks .tooltip.left {
  margin-top: -14px;
}

.tooltip-inner {
  max-width: 200px;
  line-height: 20px;
  padding: 3px 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.98);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

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

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  border-width: 0px 0px 6px 6px;
  border-left-color: rgba(0, 0, 0, 0.98);
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.98);
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.98);
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -3px;
  border-width: 6px 6px 0 0;
  border-right-color: rgba(0, 0, 0, 0.98);
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -3px;
  border-width: 6px 0px 0 6px;
  border-left-color: rgba(0, 0, 0, 0.98);
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -3px;
  border-width: 6px 0px 0px 6px;
  border-left-color: rgba(0, 0, 0, 0.98);
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.98);
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.98);
}


/*============ BreadCrumbs =============*/

.custom-breadcrumbs {}
.custom-breadcrumbs {
  display: table-cell;
  vertical-align: middle;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 45%;
  text-align: right;
}
.custom-breadcrumbs ul.breadcrumbs  {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height:25px;
}
.custom-breadcrumbs ul.breadcrumbs .seperator:after {
  font-family: IcoMoon!important;
  content: '\f105';
  font-size: 11px;
  color: #888888;
  vertical-align: middle;
  line-height: 25px;
}
.custom-breadcrumbs ul.breadcrumbs li {
  margin-left: 5px;
  margin: 0;
  padding: 0;
  display: inline;
  font-size: 11px;
  color: #888888;
  vertical-align: middle;
  line-height: 25px;
}
.custom-breadcrumbs ul.breadcrumbs li a {
  color: #999;
  padding-right: 5px;
  font-weight: bold;
  text-decoration:none;
}
.custom-breadcrumbs ul.breadcrumbs li a:hover {
  color: #7f3b96;
}


.topic-page {
  text-transform: capitalize;
}


.blog-listing-wrapper .post-listing .post-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}


.post-body.clearfix li{
  list-style-position: inside;
  padding-left:10px;
}

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


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


/* =============== Screen sizes smaller than .page-center =============== */
@media (max-width: 955px) {
  .body-container-wrapper .page-center{
    padding-left:10px;
    padding-right:10px;
  }
  .body-container-wrapper .banner-area .page-center {
    padding-left: 0;
    padding-right: 0;
  }
  .blog .body-container-wrapper .page-center{
    padding-left:0;
    padding-right:0;
  }
}

@media (max-width: 940px) {
  .custom-breadcrumbs {
    display: none;
  }
}

@media (max-width: 916px) {
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
  }
}


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

@media (max-width: 800px) {
  .custom-copyright {
    width: 100% !important;
    text-align: center;
  }
  .custom-copyright {
    width: 100% !important;
    text-align: center;
  }
  .custom-footer-socail-icon {
    width: 100% !important;
    text-align: center;
    margin: 0 !important;
  }
  .socail-icon-group {
    text-align: center;
    margin-top: 10px;
  }
  span.t4p-icon-holder:first-child {
    margin-left: 0;
  }
  .custom-copyright a {
    display: inline-block;
    padding: 0 0 15px;
  }
  .custom-footer {
    padding-top: 17px;
  }
  .custom-headercontact-info {
    width: 100% !important;
    text-align: center;
    padding-top: 10px;
  }
  .header-info {
    line-height: normal;
    margin-bottom:10px;
  }
  .custom-menu-title {
    display: block !important;
  }
  .custom-top-header-group {
    margin: 0 auto 25px auto !important;
    width: 80% !important;
    color: #888;
    text-align: center;
    float: none !important;
  }
  .custom-menu-title h1 {
    margin: 0;
    background: #fff;
    line-height: 50px;
    text-align: center;
    width: 100%;
    position: relative;
    cursor: pointer;
    display: block;
    background-color: #f9f9f9;
    border-color: #dadada!important;
    font-size: 11px;
    color: #0a0a0a;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    padding-top: 3px;
  }
  .custom-menu-title h1 span i:before {
    font-family: icomoon!important;
    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;
    content: '\f0c9';
  }
  .custom-menu-title h1 span {
    display: block;
  }
  .custom-bottom-header {
    padding: 20px;
  }
  .custom-logo {
    margin-top: 0;
    margin-bottom: 0;
    width: 100% !important;
    text-align: center;
  }
  .banner-area h1 {
    padding-top: 14px;
    padding-bottom: 17px;
  }
  .banner-area {
    padding: 0 20px;
  }
  .custom-product ul {
    display: block !important;
    float: none;
    margin-top:0px !important;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    background: #ffffff;
    border: 1px solid #E8E8E8;
    border-bottom: 0;
    background-color: #f9f9f9;
    border-color: #dadada!important;
  }
  .custom-product ul li a {
    text-align: left;
    padding: 10px;
    font-size: 17px;
    display: block;
    border-bottom: 1px solid #E8E8E8;
    border-color: #dadada!important;
    color: #0a0a0a;
    line-height: normal;
    width: 100%;
  }
  .custom-product ul li a:hover {
    background-color: #f6f6f6;
  }
  .header-container-wrapper .custom-product {
    display: none;
  }
  .custom-address {
    width: 100% !important;
    margin: 0 0 20px !important;
  }
  .custom-about-us {
    padding-left: 15px;
    width: 100% !important;
    margin: 0 0 20px;
  }
  .blog .blog-content {
    width: 100% !important;
    margin-bottom: 50px;
  }
  .blog .blog-sidebar {
    width: 100% !important;
    float: right;
    margin: 0 !important;
  }
  .hs-author-social-links {
    display: block;
    margin-top: 15px;
    text-align: center;
  }
  a#back-to-top {
    opacity: 0 !important;
  }
  .hs-author-profile .hs-author-avatar {
    height: 92px;
    width: 92px;
    float:none;
  }
  .custom-product ul li {
    float: none !important;
    width: 100%;
    text-align: left;
  }
}

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

@media (max-width: 640px) {
  .banner-area h1 {
    padding-top: 14px;
    padding-bottom: 18px;
    font-size: 15px !important;
    line-height: 20px !important;
  }
  .custom-address {
    padding-right: 0;
  }
  .custom-about-us {
    padding-left: 0;
  }
  .custom-contact-group{
    padding-right: 12px;
    padding-left: 12px;
  }
  .custom-address {
    padding-right: 0;
    text-align: center;
    padding-left: 16px;
  }
  .hs-featured-image-wrapper {
    float: none;
    margin: 0;
    margin-right: 25px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .body-container-wrapper .page-center {
    padding-left: 12px;
    padding-right: 12px;
  }
  .body-container-wrapper .banner-area .page-center {
    padding-left: 0;
    padding-right: 0;
  }
  .blog .body-container-wrapper .page-center{
    padding-left:0;
    padding-right:0;
  }
}

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

@media (max-width: 479px) {

  .subscription-template .subscribe-options label {
    margin-left: 0;
    margin-right: 0;
  }

  #captcha_wrapper {
    overflow-x: auto;
  }

  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    display: block !important;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}