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


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i|Roboto:400,400i,500,500i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');
@import url('//5192617.fs1.hubspotusercontent-na1.net/hubfs/5192617/Business_Imaging_Systems_March2019/Others/Fontawesome.css');
@font-face {
  font-family:"Font Awesome 5 Free";
  font-style:normal;
  font-weight:900;
  src:url(//5192617.fs1.hubspotusercontent-na1.net/hubfs/5192617/Business_Imaging_Systems_March2019/Fonts/fa-solid-900.eot#iefix) format("embedded-opentype"),
    url(//5192617.fs1.hubspotusercontent-na1.net/hubfs/5192617/Business_Imaging_Systems_March2019/Fonts/fa-solid-900.woff2) format("woff2"),
    url(//5192617.fs1.hubspotusercontent-na1.net/hubfs/5192617/Business_Imaging_Systems_March2019/Fonts/fa-solid-900.woff) format("woff"),
    url(//5192617.fs1.hubspotusercontent-na1.net/hubfs/5192617/Business_Imaging_Systems_March2019/Fonts/fa-solid-900.ttf) format("truetype"),
    url(//5192617.fs1.hubspotusercontent-na1.net/hubfs/5192617/Business_Imaging_Systems_March2019/Fonts/fa-solid-900.svg#fontawesome) format("svg")
}

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

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html {
  font-family: Roboto, system-ui, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  scroll-behavior: smooth;
}

:root {
  --content-width: 900px;
}

:root {
  font-size: 1rem;
}

body {
  background: #fff;
  color: #616364;
  font-family: Roboto, system-ui, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  padding-left:1em;
  padding-right:1em;
  margin: 0 auto;
}

/*Inserted by Jesse*/
.row-fluid [class*='span'].bis-page-width-extra-narrow,.row-fluid [class*='span'].bis-page-width-narrow,.row-fluid [class*='span'].bis-page-width-normal,.row-fluid [class*='span'].bis-page-width-tablet,.row-fluid [class*='span'].bis-page-width-wide {
    float: none;
    box-sizing: content-box
}

.row-fluid [class*='span'][class*='widget-type-']:not(.widget-type-space) {
    min-height: 0
}

.row-fluid [class*='span']:first-child.bis-page-width-extra-narrow.span12,.row-fluid [class*='span']:first-child.bis-page-width-narrow.span12,.row-fluid [class*='span']:first-child.bis-page-width-normal.span12,.row-fluid [class*='span']:first-child.bis-page-width-tablet.span12,.row-fluid [class*='span']:first-child.bis-page-width-wide.span12 {
    box-sizing: content-box;
    width: auto;
    margin-left: auto
}

/*Added by Jesse */

.row-fluid [class*="span"]:first-child {
margin-bottom: 0;
}

.hsg-page-width-normal,.bis-page-width-normal,.bis-page-width-module,.bis-page-width-extra-narrow {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 2rem;
    box-sizing: content-box
}

.bis-page-width-extra-narrow {
    max-width: 617px
}

/* Highlighted Text */
/* ::-moz-selection {
color: #fff;
background: #333;
text-shadow: none;
}
::selection {
color: #fff;
background: #333;
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 {
  margin:0 0 15px;
  font-family: Roboto, system-ui, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 500;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  /*font-family: "Roboto Condensed", system-ui, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;*/
  font-size: 4rem;
  font-weight: 500;
}
h2 {
  font-size: 2.5rem;
}
h3 {
  font-family: "Roboto Condensed", system-ui, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-family: Roboto, system-ui, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.125rem;
}
h6 {
  font-size: 0.875rem;
  font-weight: 700;
}
/*added by Jesse for VIA blog post beautification */
.via-featured-snippet h2,.via-featured-snippet h3,.via-featured-snippet h4,.via-featured-snippet h5,.via-featured-snippet h6 {
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.4167
}

.via-featured-snippet {
    box-sizing: content-box;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 2rem;
    background-color: #f5f8fa;
    margin: 1rem;
    padding: 1.625rem 1.25rem
}



.listblog-cntnt p {
    line-height: 1em;
}

@media (min-width: 501px) {
    .via-featured-snippet {
        padding:3.75rem 5.75rem
    }
}

@media (min-width: 501px) and (max-width: 767px) {
    .via-featured-snippet {
        padding:5% 7.5%
    }
}

@media (min-width: 768px) {
    .via-featured-snippet {
        margin:1rem auto
    }
}

.via-featured-snippet,.via-featured-snippet h2 {
    border-radius: .1875rem
}

.via-featured-snippet h2,.via-featured-snippet h3,.via-featured-snippet h4,.via-featured-snippet h5,.via-featured-snippet h6 {
    position: relative;
    background-color: #fff;
    border: 1px solid #36B0A7;
    margin: 0 0 2rem;
    padding: 1rem 1rem 1rem 4rem
}

@media (min-width: 501px) {
    .via-featured-snippet h2,.via-featured-snippet h3,.via-featured-snippet h4,.via-featured-snippet h5,.via-featured-snippet h6 {
        margin:0 0 3.25rem;
        padding: 1.75rem 1rem 1.75rem 5rem
    }
}

.via-featured-snippet h2::before,.via-featured-snippet h3::before,.via-featured-snippet h4::before,.via-featured-snippet h5::before,.via-featured-snippet h6::before {
    content: '';
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    position: absolute;
    top: 1rem;
    left: 1rem;
    background-image: url("https://blog.bisok.com/hubfs/blog-images/VIA%20Blog%20Mark.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 2rem;
    height: 2rem
}

@media (min-width: 501px) {
    .via-featured-snippet h2::before,.via-featured-snippet h3::before,.via-featured-snippet h4::before,.via-featured-snippet h5::before,.via-featured-snippet h6::before {
        top:calc(1.75rem - 0.1875rem);
        width: 2.5rem;
        height: 2.5rem
    }
}

.via-featured-snippet ul,.via-featured-snippet ol {
    margin: 1em 0 0.25em;
    padding: 0
}

.via-featured-snippet ul li,.via-featured-snippet ol li {
    list-style-type: none;
    margin: 0 0 0.75em;
    padding: 0 0 0 1.5em
}

.via-featured-snippet ul li>ul,.via-featured-snippet ul li>ol,.via-featured-snippet ol li>ul,.via-featured-snippet ol li>ol {
    margin: 1em 0 0
}

.via-featured-snippet ul li {
    text-indent: -0.375em
}

.via-featured-snippet ul li::before {
    content: '';
    display: inline-block;
    position: relative;
    top: -0.1em;
    left: -0.875em;
    background-color: #2d3e50;
    border-radius: 50%;
    width: 6px;
    height: 6px
}

.via-featured-snippet ol {
    counter-reset: item
}

.via-featured-snippet ol>li {
    counter-increment: item;
    text-indent: -2em
}

.via-featured-snippet ol>li::before {
    content: counter(item) ".";
    display: inline-block;
    color: #2d3e50;
    font-weight: 700;
    text-align: right;
    width: 1.5em;
    padding-right: 0.5em
}
.via-featured-snippet {
    width: 100%;
    position: relative;
    padding: 2.75rem;
    right: 2.75rem;
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
}
.footer-socials a:hover{
  color:#34B0A7;
}



/* Anchor Links */
a { 
  color: #0073aa;
}
a:hover, a:focus { 
  color: #00a0d2;
}

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

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

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


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

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

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

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


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


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

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

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


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

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

.custom-header .row-fluid .page-center {
  padding: 0;
}

.custom-header {
  padding: 0 0.4rem;
  background-color: #232328;
}

.custom-header .page-center > div > .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  min-height:6.25rem;
}


.IE .custom-header .page-center > div > .row-fluid {
  height:6.25rem;
}

.custom-header .page-center > div > .row-fluid:after,
.custom-header .page-center > div > .row-fluid:before {
  display:none;
}

.custom-logo {
  width:auto !important;
  display: inline-block;
  margin-left: 1.125rem !important;
}

.custom-header .page-center > div > .row-fluid:after{
  display: block;
  content: "";
  flex: 999 999 auto;
}

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

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

.body-container .page-center {
  padding-top:1em;
  padding-bottom:1em;
  width:50%;
  margin:0 auto !important;
}

/**added by David*/
.page-center-full {
  width:95% !important;
}


.hs-blog-listing .body-container .page-center {
  width:100%;
}

/* ======================= Banner Area ========================== */

.custom-banner-area {
  position: relative;
  z-index: 0;
  padding: 2.5vw;
  color: #fff;
  border-bottom: .375rem solid #34b0a7;
  margin-top: -1px;
  background-color: #232328;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment:fixed;
}

.custom-banner-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
  overflow: hidden;
}

.custom-banner-image-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  z-index: -100;
}

.custom-banner-image-inner {
  clip: rect(0, 1903px, 270.75px, 0);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -100;
}

.custom-banner-image img.jarallax-img {
  object-fit: cover;
  object-position: 100% 0%;
  font-family: "object-fit: cover;object-position: 100% 0%;";
  max-width: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 402.375px;
  overflow: hidden;
  pointer-events: none;
  transform: translate3d(0px, -15.8125px, 0px);
}

.custom-banner-area h1 {
  margin: 0.67em 0;
  text-align: center;
}

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


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

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

.custom-footer {
  margin: 1em 0 -1px;
  padding-bottom: 1rem;
  font-family: Roboto,system-ui,"Segoe UI",Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  background-color: #232328;
}

.custom-footer-top > div > .row-fluid {
  padding: 2.2em 2.75em .5em;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 1fr;
  grid-gap: 6vh 2vw;
}

.custom-footer-top > div > .row-fluid:after,.custom-footer-top > div > .row-fluid:before {
  display: none;
}

.custom-footer-menu {
  border-top: 0.0625rem solid #9b9b9b;
  margin: 0 1rem;
  margin-left:1rem !important;
  padding-top: 1.25rem;
  width:auto !important;
}

.custom-footer-copyright p {
  text-align: center;
  color: #9b9b9b;
  margin: 0;
  font-size: 0.75rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.footer-socials {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.875rem;
  margin-top: 3.125rem;
}

.footer-socials a {
  margin: 0 0.625rem; 
}

.footer-socials a:hover svg rect {
  fill: #34B0A7;
}

.custom-footer-menu h6 {
  margin: 0;
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
  padding-bottom: 0.75rem;
  font-family: Roboto, system-ui, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.custom-footer-menu .hs-menu-wrapper > ul > li {
  line-height: 1.25rem;
  padding-bottom: 0.75rem;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a{
  font-size: 0.9375rem;
  padding: 0;
  border: none;
  color: #9b9b9b;
  text-decoration: none;
  font-weight: 300;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > a:hover {
  border: none;
  color: #fff;
}

.custom-footer-menu.six .hs-menu-wrapper > ul > li > a:hover {
  color: #9b9b9b;
}

.custom-footer-menu.six .hs-menu-wrapper > ul > li {
  padding-bottom:0;
  line-height: 1.625rem;
}

.custom-footer-section {
  background-color: #fff;
  text-align: center;
  padding: 0 1rem;
}

.custom-footer-section h3 {
  color: #000;
  margin-top: 1em;
  margin-bottom: 1em;
}

.custom-footer-section p {
  font-size: 1.25rem;
  color: #9b9b9b;
}

.custom-footer-section a {
  background-color: #f89420;
  background-image: linear-gradient(to right, #f89420, #ed2330);
  padding: 0.625rem 1.25rem;
  min-height: calc(1.125rem * 3);
  /*border-radius: 0.375rem;*/
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
  font-family: "Roboto Condensed", system-ui, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: calc(1.125rem * 1.25);
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin: 2vh auto;
}

.custom-footer-section a:hover,
.custom-footer-section a:active,
.custom-footer-section a:focus{
  background-color: #f89420;
  background-image: linear-gradient(to left, #f89420, #ed2330);
  color: #f3f3f3;
}

.custom-footer-section a:active {
  position: relative;
  top: 0.125rem;
}

.lp .custom-footer-menu.menu-spacer {
  border: none;
  padding-top: 1px;
}

.lp .custom-footer-copyright p {
  margin-top: 3.125rem;
}


.custom-footer-top > div > .row-fluid {
  padding: 2.5em 2.75em .5em;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2vw 1fr 2vw 1fr 2vw 1fr 2vw 1fr 2vw 1fr;
  grid-template-columns: repeat(6, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-gap: 6vh 2vw;
}.custom-footer-top > div > .row-fluid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}.custom-footer-top > div > .row-fluid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}.custom-footer-top > div > .row-fluid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}.custom-footer-top > div > .row-fluid > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}.custom-footer-top > div > .row-fluid > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}.custom-footer-top > div > .row-fluid > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}


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


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

/* Parent List */
.custom-menu-primary {
  width:auto !important;
  clear: both;
  display: block;
  padding: 0 1em;
  font-family: "Roboto Condensed", system-ui, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin-left:0 /*!important*/;
  line-height: 1.3em;
}

.custom-menu-primary .hs-menu-wrapper {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}
.custom-menu-primary .hs-menu-wrapper > ul{
  position: relative;
  font-size:0;
}

.custom-menu-primary .hs-menu-wrapper > ul:after,
.custom-menu-primary .hs-menu-wrapper > ul:before {
  display:none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li{
  text-align: left;
  display: inline-block;
  float: none !important; 
  font-size:18px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.menu-button ,
.custom-menu-primary .hs-menu-wrapper > ul > li.search-button,
.float_img_right img{
  float:right !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.menu-button {
  vertical-align: bottom;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
  background-color: #f89420;
  background-image: linear-gradient(to right, #f89420, #ed2330);
  margin-left: 2.62em;
  padding: 0.625rem 1.25rem;
  height: calc(1rem * 3);
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
}

.custom-menu-primary .hs-menu-wrapper > ul > li.search-button {
  position: relative !important;
  margin: 0 0 0 0.5em;
  padding: 1.1875rem 0.625rem;
  line-height:normal;
  background: #232328;
  /*display: none;*/
}


.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  padding: 15px 20px;
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 20px;
  text-transform: none;
  color: #ffffff;
  background: #232328;
  font-weight: 300;
  line-height: 1.3em;
}

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

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

.custom-menu-primary .hs-menu-wrapper > ul > li > a > span {
  display: inline-block;
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.menu-button > a {
  padding: 0;
  font-family: "Roboto Condensed", system-ui, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: calc(1rem * 1.25);
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

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

.custom-menu-primary .hs-menu-wrapper > ul > li.search-button > a {
  display: inline ;
  position: relative;
  font-size: 18px;
  text-transform: none;
  padding: .4em .5em;
  z-index:11;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.search-button > a .search-icon-path {
  fill: #34b0a7;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.search-button:hover > a .search-icon-path {
  fill:#fff;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.search-button form{
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width:0px;
  z-index: 9;
  transition:width .5s ease , opacity .5s ease;
  display: flex;
  justify-content: flex-start;
  min-height: 3.4375rem;
  padding: 0.625rem;
  opacity:0;
}

.search-open .custom-menu-primary .hs-menu-wrapper > ul > li.search-button form {
  z-index: 10;
  background-color: #232328;
  width:310px;
  opacity:1;
}

.search-open .custom-menu-primary .hs-menu-wrapper > ul > li.search-button form > label {
  margin: 0;
  padding: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.search-button form > label .screen-reader-text {
  display: none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.search-button form > label input[type="search"] {
  line-height: 1.4;
  -webkit-appearance: textfield;
  outline-offset: -0.125rem;
  padding: 0.1875rem;
  font-weight: 300;
  border-radius: 0;
  border: 0.0625rem solid #fff;
  border-right: 0;
  outline: none;
  height: 2.1875rem;
  flex-grow: 1;
  font-family: Roboto, system-ui, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  color: #fff;
  background-color: #000;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.search-button form > label input[type="search"]::placeholder {
  color: inherit;
  opacity: 0.54;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.search-button form > input[type="submit"] {
  background: #e6e6e6;
  line-height: 1;
  cursor: pointer;
  font-weight: 300;
  border-radius: 0;
  height: 2.1875rem;
  padding: 0 0.625rem;
  font-family: Roboto, system-ui, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  background-color: #54565a;
  outline: none;
  color: #fff;
  font-size: 0.875rem;
  border: 0.0625rem solid #fff;
  border-left: 0;
}

.screen-reader-text {
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
  position: absolute !important;
  height: 0.0625rem;
  width: 0.0625rem;
  overflow: hidden;
  word-wrap: normal !important;
}

.search-close {
  cursor: pointer;
  visibility:hidden;
  position: absolute;
  right: -40%;
  z-index: 99999;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  top: 0;
  left: 0;
  width: 3.625rem;
  height: 3.4375rem;
  padding: 0.9375rem;
  background-color: #232328;
  transition:visibility .3s ease;
}

.search-close:before {
  border-left: 2px solid #000;
  content: '';
  height: 20px;
  left: 9px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 1.6875rem;
  border-left: 0.125rem solid #fff;
}

.search-close:after {
  border-left: 2px solid #000;
  content: '';
  height: 20px;
  left: 9px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 1.6875rem;
  border-left: 0.125rem solid #fff;
}


.search-open .search-close {
  visibility:visible;
}

.hs-mac-pc .custom-menu-primary .hs-menu-wrapper > ul > li.menu-button {
  height: calc(1rem * 3);
  margin-left:47px;
}

.hs-mac-pc .custom-menu-primary .hs-menu-wrapper > ul > li.menu-button > a {
  font-size: calc(1rem * 1.25);
}

.hs-mac-pc .custom-menu-primary .hs-menu-wrapper > ul > li:first-of-type > a{
  padding-left:18px;
}

.hs-mac-pc .custom-menu-primary .hs-menu-wrapper > ul > li.search-button {
  margin: 0 0 0 0.4em;
}


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

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul > li > ul{
  clip: rect(0,5000px,5000px,-5000px);
  left: auto !important;
  -webkit-transition-duration: .3s !important;
  -ms-transition-duration: .3s !important;
  transition-duration: .3s !important;
  -webkit-transition-timing-function: ease-in !important;
  -ms-transition-timing-function: ease-in !important;
  transition-timing-function: ease-in !important;
  -webkit-transition-property: opacity,visibility !important;
  -ms-transition-property: opacity,visibility !important;
  transition-property: opacity,visibility !important;
  background-color: #232328;
  box-shadow: 0 0 20px rgba(0,0,0, 1);
  min-width: 230px;
  padding: 15px 0 15px 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li >  ul > li {
  min-width: 150px;
  font-size:18px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  padding: 10px 20px;
  color: #ffffff;
  font-size: 15px;
  line-height:1.3em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  text-decoration:none;
  white-space:normal !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children > a > i {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  transform: rotate(-90deg);
  color: #9b9b9b;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
  text-decoration:underline;
  color: #b7b7b7;
}

.custom-menu-primary .hs-menu-wrapper > ul > li >  ul > li > a > span {
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  white-space: nowrap;
  display: block;
  clear: none;
  padding-left: 30px;
  line-height: 1.3em;
}

.custom-menu-primary .hs-menu-wrapper > ul > li >  ul > li > a:after,
.custom-menu-primary .hs-menu-wrapper > ul > li >  ul > li > a:before {
  clear:both;
  content:"";
  display:block;
}

.custom-menu-primary .hs-menu-wrapper > ul > li >  ul > li > a > img {
  max-width:20px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  float:left;
}


.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul {
  box-shadow: 0 0 20px rgba(0,0,0,.15);
  clip: rect(-10px,5000px,5000px,0);
  background-color: #232328;
  min-width: 330px;
  max-height: 99999px;
  padding: 15px 0 15px 0;
  -webkit-transition-duration: .3s !important;
  -ms-transition-duration: .3s !important;
  transition-duration: .3s !important;
  -webkit-transition-timing-function: ease-in !important;
  -ms-transition-timing-function: ease-in !important;
  transition-timing-function: ease-in !important;
  -webkit-transition-property: opacity,visibility !important;
  -ms-transition-property: opacity,visibility !important;
  transition-property: opacity,visibility !important;
} 

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > ul > li{
  position: relative;
  min-width: 150px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a > span {
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  display: block;
  clear: none;
  padding-left: 60px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a > span:first-of-type {
  white-space: nowrap;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a > span:nth-of-type(2) {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  margin: 0;
  border: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul li a span:nth-of-type(3) {
  font-weight: 400;
  font-size: 13px;
  text-transform: none;
  color: #9b9b9b;
}

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

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a {
  display: block;
  text-decoration: none;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a:after,
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a:before {
  display:block;
  clear:both;
  content:"";
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a > img {
  max-width:50px;
  display: block;
  float: left;
}

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

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

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

  .mobile {
    display:none !important;
  }

}


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

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

@media (max-width: 1189px){

  
  
  
  .desktop {
    display:none !important;
  }

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

  .custom-menu-primary .hs-menu-wrapper > ul li {
    width:100%;
  }



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

  .mobile-trigger {
    display: inline-block;
    font-family: Roboto,system-ui,"Segoe UI",Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    position: absolute;
    text-decoration: none;
    cursor: pointer;
    float: right;
    text-align: right;
    padding: 0;
    top: -48px;
    right: 18px;
    color: #f3f3f3;
    font-size: 30px;
    background: #232328;
    border: 0;
    transition: margin .3s ease;
    margin-top: 4px;
  } 

  .mobile-open .mobile-trigger {
    margin-top: -23px;
  }

  .mobile-trigger i {
    width: 1.3em;
    text-align: center;
    margin-right: 0;
  }

  .child-trigger{
    display: block ; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100% ; /* Button width */
    height: 56px ; /* Button height */  
    padding: 0 !important;
    font-size:18px;
    color:#fff;
  }

  .child-trigger i{
    margin: 0 auto !important;
    transform: rotate(45deg) translatey(-50%);
    transition: right .3s ease, transform .3s ease;
    position: absolute;
    right: 15px;  
    top: 54%;
    float: right;
    left: auto;
    margin-top: 0;
    width: auto;
    display: inline-block;
    font-size: 20px;
  }
  .child-open.child-trigger i {
    -webkit-transform: rotate(0deg) translatey(-50%);
    -ms-transform: rotate(0deg) translatey(-50%);
    transform: rotate(0deg) translatey(-50%);
    right:6.5px;
  }

  svg.search-icon {
    width: auto !important;
    display: inline !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children > a > i {
    display:none !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children > a {
    position:relative;
    z-index:99;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li .child-trigger {
    height: 42.7px;
    width: 60px;
    z-index: 999;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li .child-trigger i {
    -webkit-transform: rotate(0) translateY(-50%);
    -ms-transform: rotate(0) translateY(-50%);
    transform: rotate(0) translateY(-50%);
    position: absolute;
    right: 9px;
    top: 50%;
    margin-top: 0;
    color: #9b9b9b;
    font-size: 15px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li .child-trigger i:before {
    content: "\f107";
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li .child-open.child-trigger i:before {
    content:"\f00d";
    color: #b7b7b7;
  }

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

  .custom-menu-primary.js-enabled {
    position:relative;
    width:100% !important;
    min-height:0 !important;
    z-index:999;
  }

  .custom-menu-primary.js-enabled > div{
    clear: both;
    display: none;
    padding: 0;
    font-family: "Roboto Condensed", system-ui, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    width: 50%!IMPORTANT;
	min-width:230px;
    max-width:1037.67px;
    transform:scale(1,0);
    position: absolute;
    transition:transform .3s ease,top .2s ease;
    top:200px;
    transform-origin:top;
    right:0;
  }

  .custom-header .page-center>div>.row-fluid {
    width:100%;
    max-width:1037.67px;
  }

  .mobile-open .custom-menu-primary.js-enabled > div{
    top: 1px;
    transform:scale(1,1);
    transform-origin:center;
    transition:transform .3s ease,top .2s ease;
  }

  .custom-logo {
    transform:translatey(0);
    transition:transform .3s ease;
    /*float: left !important;*/
    width: calc(100% - 39px - 1.125rem) !important;

  }

/*   .mobile-open .custom-logo {
    transform:translatey(-200%);
  } */

/*   19-08-19 css */
  
  .mobile-open .custom-logo {
	transform: none;
}
.row-fluid  .custom-header .span12 > .row-fluid-wrapper > .row-fluid {
    overflow: visible;
}
  
   
  
  
  
  
  
/*   19-08-19 css end*/
  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

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

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

  /* Level 1 Menu List Styles */

  .custom-menu-primary .hs-menu-wrapper > ul > li.search-button {
    padding: 1.1875rem 0.625rem;
    float: right !important;
    width:auto;
    background-color:transparent;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.search-button > a {
    background:inherit;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.search-button:hover {
    background-color: #232328;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    line-height:0;
    width:100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
  }
  .custom-menu-primary .hs-menu-wrapper > ul  li.hs-item-has-children >  a{
    position:relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.menu-button {
    margin-left:0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul  { 
    min-width:auto;
    box-shadow:none;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul { 
    min-width:auto;
    box-shadow:none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a > span:first-of-type {
    white-space: normal;
  }

  .search-open .custom-menu-primary .hs-menu-wrapper > ul > li.search-button form > label ,
  .custom-menu-primary .hs-menu-wrapper > ul > li.search-button form > input[type="submit"]{
    width:auto;
  }

}


/* ==========================================================================
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 h3 {}
.post-header h2 h3 a {}

/*Added by Jesse for Post Featured Image*/
.post-header_image {
    min-width: 60%;
    margin-left: 1rem;  
    overflow: hidden
}
@media (max-width: 767px) {
.row-fluid  .cstm-blog-ryt .post-title {
	margin: 0;
}  
.featured {
	padding: 0 15px;
}  
.popular {
	padding: 0 15px;
	margin-top: 23px;
}  
    
  
.resources-list {
	margin: 19px 0;
}
    .post-header_image {
        margin:3rem 0 0;
        min-width: 100%
    }  
}
.post-header_image img {
    height: 100%;
    max-height: 500px;
    border-radius: 3px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 767px) {
    .post-header_image img {
        height:auto;
        -o-object-fit: contain;
        object-fit: contain
    }
}
/*End of Added by Jesse for Post Featured Image*/
/* 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 */
3832
{
  max-width: 26.25rem;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0.1875rem 0.25rem 1.25rem 0 rgba(0, 0, 0, 0.2);
  width:100%;
}
.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;
}


/* Pagination */
.blog-pagination {
  text-align: center;
  margin: 20px 0;
}
.blog-pagination a:not(:last-of-type) {
  padding-right:15px;
}
.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-sidebar {
/*-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    transition: box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out;
    transition: box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;*/
    /*background-color: #eaf0f6;*/
    border-radius: 3px;
    overflow: hidden;
    margin: 0 1rem 1rem 0;
    padding: 1.5;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    position: relative;
    min-height: 475px;
    max-height: 500px;
    color: #616364 !important;
}
.blog-section-new hr {
    color: #ddd; 
    background-color: #ddd;
    margin-bottom: 40px;
}
.footer-socials-float a svg:hover path, .footer-socials-float a svg:hover circle, .footer-socials-float a svg:hover polygon {
    fill: #34B0A7  !important;
    transition: .4s all;
}
/* 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 {
  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 {}

.blog .custom-banner-area {
  background-color: #232328;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin: -1px auto 0.875rem;
  background-attachment:scroll;
}

.hs-blog-listing .custom-banner-area h1 {
  margin:0;
}

.hs-blog-listing .body-container .content-wrapper.page-center {
  padding:0;
}

.hs-blog-listing .blog-content {
  max-width: 85vw;
  margin: 0 auto !important;
  float: none !important;
}

.custom-categories {
  text-align: center;
}

.body-container .custom-categories select {
  width: auto;
  max-width: none;
  font-family: Roboto, system-ui, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
  display: inline-block;
  color: #fff;
  padding: .6em 1.4em .5em .8em;
  height: 3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
  margin: 3.125rem auto 6.25rem;
  border: none;
  box-shadow: 0.1875rem 0.25rem 0.625rem 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.375rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url('//5192617.fs1.hubspotusercontent-na1.net/hubfs/5192617/Business_Imaging_Systems_March2019/Images/blog%20select.svg'), linear-gradient(to bottom, #54565a 0%, #54565a 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 1.4em top 50%, 0 0;
  background-size: .65em auto, 100%;
  padding-right: 2.4em;
  min-width: 24vw;
}



.body-container .custom-categories  option {
  color: #616364;
  font-family: Roboto, system-ui, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: normal;
}

.body-container .custom-categories select:focus {
  border-color: #fff;
  box-shadow: 0 0 0.0625rem 0.1875rem rgba(52, 176, 167, 0.7);
  box-shadow: 0 0 0 0.1875rem -moz-mac-focusring;
  color: #f3f3f3;
  outline: none;
}

.post-listing {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
  grid-template-rows: 1fr;
  grid-gap: 5vh 2.5vw;
}

.entry-header {
  max-width: calc(45rem * 16);
  width: 100%;
}

.entry-header .post-thumbnail {
  border-bottom: 0.375rem solid #34b0a7;
  margin-bottom: 1.2em;
}

.entry-header .post-thumbnail img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.entry-title {
  margin: 1em 1.25em 2em;
  font-family: "Roboto Condensed", system-ui, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.03125rem;
  line-height: 1.2;
  text-align: center;
  color: #000;
}

.entry-title a {
  text-decoration: none;
  color: #000;
  box-shadow: none;
  transition: .3s ease;
}

.entry-title a:hover {
  box-shadow: inset 0 -0.125rem 0 #34b0a7;
  color: #616364;
}

.entry-meta {
  padding: 0 1em;
  margin-bottom: 0.5em;
  font-family: Roboto, system-ui, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  text-align: center;
}

.entry-meta a {
  color: #9b9b9b;
  text-decoration: none;
}

.entry-content {
  margin: 0 1.5em 1em;
  line-height: 1.5;
  font-size: calc(1rem * 1.2);
  text-align: left;
  overflow:hidden;
}

.entry-footer {
  font-family: "Roboto Condensed", system-ui, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 80%;
  margin: 1.5em auto;
  max-width: calc(45rem * 16);
  padding: 0;
  border: none;
}

.entry-footer .read-more {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
}

.entry-footer .read-more__link {
  color: #232328;
  transition: .3s ease;
  text-decoration: none;
}

.entry-footer .read-more__link::after {
  padding-left: 1em;
  vertical-align: middle;
  content: url('//5192617.fs1.hubspotusercontent-na1.net/hubfs/5192617/Business_Imaging_Systems_March2019/Images/readmore.svg');
}

.entry-footer .read-more__link:hover, 
.entry-footer .read-more__link:active {
  color: #34b0a7;
  text-shadow: none;
}

.hs-blog-post .custom-banner-area {
  margin-bottom:0;
}

.hs-blog-post .custom-banner-area h1 {
  line-height: 1.4;
  margin: 1em 0;
  width:100%;
}

.bis-back-link {
  color: #f89420;
  text-decoration:none;
}

.bis-back-link-main {
  color: #f89420;
  text-decoration:underline;
}

.bis-back-link-main:hover{
  color: #f89420;
  text-decoration: underline !important;
}

.bis-back-link:hover {
  text-decoration:underline;
  color:#f89420;
}

.bis-back-link::before {
  left: -1.4em;
  display: inline-block;
  padding-left: 0.7em;
  content: url(//5192617.fs1.hubspotusercontent-na1.net/hubfs/5192617/Business_Imaging_Systems_March2019/Images/back%20to%20blog.svg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.hs-blog-post .body-container .page-center {
  border-radius: 12px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.hs-blog-post .post-body p:first-of-type {
  margin-top: 0;
}

.hs-blog-post .post-body {
  /*width: 66.33%;*/
  margin: 0 auto;
  margin-left: 50px;
}

.hs-blog-post .widget-type-blog_comments {
  width: 50%;
  margin: 0 auto;
}

.hs-blog-post   .body-container .page-center {
  width:100%;
}

.hs-blog-listing.topic-body .custom-banner-area h1,
.hs-blog-listing.author-body .custom-banner-area h1{
  margin: 1.5em auto;
}

/*Added by Jesse*/
.blog-features {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 100%;
    padding-top: 1rem
}

.blog-features_main {
    display: -webkit-flex;
    display: flex
}

/*Added by Jesse*/

.blog-card>.row-fluid-wrapper{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    /* transition: box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out; */
    /* transition: box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out; */
    /* transition: box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out; */
    background-color: #efefef;
    border-radius: 3px;
    overflow: hidden;
    margin: auto;
    padding: 1.5;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    position: relative;
    min-height: 475px;
    color: #616364 !important;
    
}


/* .blog-card>.row-fluid-wrapper:hover { */
    /* box-shadow: 0 10px 50px -5px rgba(51,71,91,0.12); */
    /* -webkit-transform: scale(1.014); */
    /* transform: scale(1.014) */
/* } */

@media (max-width: 767px) {
    .blog-card {
        margin:0 0 1rem
    }
}

.blog-card.blog-subscribe-form {
    overflow: visible
}

.blog-card-one-third {
    width: calc(31% - 0.5rem)
}

.blog-card-two-thirds {
    width: calc(64% - 0.5rem);
    -webkit-flex-grow: 1;
    flex-grow: 1
}

.blog-card-compact {
    min-height: auto;
    margin-right: 0
}

.blog-card-compact .blog-card_content-title a {
    min-height: auto
}

.blog-card-compact:last-child {
    margin-bottom: 12px;
}

.blog-card-featured {
    width: calc(64% - 0.5rem);
    -webkit-flex-grow: 1;
    flex-grow: 1
}

.blog-card-featured .blog-card_content-title a {
    min-height: 180px
}

.blog-card-featured figure {
    padding-bottom: 70%
}

.blog-card-no-hover:hover {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.blog-card-no-img {
    background: transparent
}

.blog-card-no-img figure {
    display: none
}

.blog-card-no-img .blog-card_content-title a {
    padding-bottom: 0;
    font-weight: 500 !important
}

.blog-card-no-img .blog-card_content-description a {
    padding: 1rem
}

.blog-card-cta {
    text-align: center;
    color: #fff;
    padding: 0;
    display: -webkit-flex;
    display: flex
}

.blog-card-cta span {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.blog-card-cta a {
    display: block;
    padding: 2rem;
    color: #fff
}

.blog-card-cta .hs_cos_wrapper_type_cta {
    color: #fff
}

.blog-card-cta .cta_button {
    text-align: center;
    padding: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    -webkit-flex-direction: column;
    flex-direction: column
}

.blog-card-cta .cta_button:hover {
    color: #fff
}

.blog-card-cta .cta_button h3 {
    font-size: 3rem;
    font-weight: 300;
    color: #fff
}

.blog-card-cta .wt-blog_cta-pink-red {
    background: linear-gradient(45deg, #f2547d, #f2545b)
}

.blog-card-cta .wt-blog_cta-red-pink {
    background: linear-gradient(225deg, #f2547d, #f2545b)
}

.blog-card-cta .wt-blog_cta-blue-green {
    background-image: linear-gradient(to bottom, #22b9a3 0%, #00a4bc 100%)
}

.blog-card-cta .wt-blog_cta-blue-green a.cta-primary {
    background-color: #fff;
    color: #00a4bd;
    border-radius: 3px;
    border: 0 solid transparent
}

.blog-card-cta .wt-blog_cta-orange {
    background-image: linear-gradient(to bottom, #f19961 0%, #f97a67 100%)
}

.blog-card-cta .wt-blog_cta-orange a.cta-primary {
    background-color: #fff;
    color: #00a4bd;
    border-radius: 3px;
    border: 0 solid transparent
}

.blog-card figure {
    margin: 0;
    height: 0;
    position: relative;
    width: 100%;
    -webkit-flex-grow: 2;
    flex-grow: 2;
    overflow: hidden
}

.blog-card figure a {
    display: block
}

.blog-card figure a img {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    display: block
}

.blog-card_content a {
    display: block;
    color: #33475b
}

.blog-card_content a:hover {
    text-decoration: none
}

.blog-card_content-title {
    margin: 0;
    padding: 0
}

.blog-card_content-title a {
    padding: 1rem 1rem 3rem;
    font-size: 2rem;
    font-weight: 500;
    min-height: 230px
}

[lang='de'] .blog-card_content-title a {
    font-size: 1em
}

.blog-card-compact .blog-card_content-title a {
    font-size: 0.875rem;
    padding: 1rem 1rem 2rem
}

.blog-card_content-topic {
    margin: 0;
    font-size: 0.825rem
}

.blog-card_content-topic a {
    padding: 1rem 1rem 0
}

.blog-card_meta {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    position: absolute;
    bottom: 0;
    width: 100%
}

.blog-card_meta a {
    display: block;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.05em
}

.blog-card_meta a:first-child {
    padding: 1rem 0 1rem 1rem;
    font-weight: 600
}

.blog-card-compact .blog-card_meta a:first-child {
    padding: 1rem 0 0.5rem 1rem
}

.blog-card_meta a:first-child:hover {
    text-decoration: underline
}

.blog-card_meta a:last-child {
    padding: 1rem 1rem 1rem 0;
    -webkit-flex-grow: 1;
    flex-grow: 1
}

.blog-card-compact .blog-card_meta a:last-child {
    padding: 1rem 1rem 0.5rem 0
}

.blog-card-one-third figure,.blog-card-two-thirds figure {
    padding-bottom: 56.25%
}

@media (max-width: 767px) {
    .blog-card-one-third,.blog-card-two-thirds,.blog-card-compact,.blog-card-featured {
        width:100%
    }
}

.blog-features_sidebar {
    max-width: 32.3%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

/*Added by Jesse*/
.blog-features_heading {

  background-color: #36B0A7;
    color: #fff;
    font-size: 22px;
    display: block;
  border: 25px;
    letter-spacing: 0.025rem;
   padding: 9px 15px;
    padding-left: 1.5rem !important;
    margin: 0 0 9px 0;
   max-width: 280px;
font-family: "Roboto Condensed",system-ui,"Segoe UI",Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
font-weight: 400;
  
}

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


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

.hs_error_rollup {
  display:none !important;
}

.body-container .hs-error-msgs {
  color:red;
  list-style:none !important;
  margin:0;
  padding:0 !important;
}


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

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

/* Labels and Legends */
label {}
.body-container .hs-form-field > label ,
.body-container .hs-form-field > label ,
.hs-form-booleancheckbox-display  {}

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
  width:100%;
  display: block;
  max-width:500px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  margin-bottom: 15px;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top:4px;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
}

.hs-blog-post .widget-type-blog_comments input, .hs-blog-post .widget-type-blog_comments textarea {
  max-width: 100% !important;
}

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


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

.body-container input[type="text"]:focus,
.body-container input[type="password"]:focus, 
.body-container input[type="datetime"]:focus, 
.body-container input[type="datetime-local"]:focus, 
.body-container input[type="date"]:focus, 
.body-container input[type="month"]:focus, 
.body-container input[type="time"]:focus, 
.body-container input[type="week"]:focus, 
.body-container input[type="number"]:focus, 
.body-container input[type="email"]:focus, 
.body-container input[type="url"]:focus, 
.body-container input[type="search"]:focus, 
.body-container input[type="tel"]:focus, 
.body-container input[type="color"]:focus,
.body-container input[type="file"]:focus,
.body-container textarea:focus,
.body-container select:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

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

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.body-container  .hs-button.primary,
.body-container  input[type="submit"],
.body-container  input[type="button"] {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor:pointer;
  text-decoration:none;
  margin-top:15px;
  margin-bottom:15px;
}

.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container 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-container .hs-button.primary:focus,
.body-container input[type="submit"]:focus,
.body-container input[type="button"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


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


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

.subscribe-options label {
  margin:0;
}

.hs-recaptcha {
  margin-top:10px;
}

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

.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
}

#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
#comments-listing.no-comments {
  border: none;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
.comment-date {
  display: block !important;
  text-align: left;
}

.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}


.fa, .fas {
  font-weight: 900;
}

#back-to-top {
  position: fixed;
  cursor: pointer;
  z-index: 9999;
  right: 20px;
  bottom: 20px;
  opacity: .8;
}

#back-to-top:hover {
  opacity:1;
}

.tinynav { 
  display: block; 
}
.custom-categories ul {
  display: none !important; 
}

@-moz-document url-prefix() { 
  .hs-mac-pc .custom-banner-image-inner {
    clip:rect(0, 1903px, 256.7px, 0);
  }
}
/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


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

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

@media (max-width:1310px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li.company > ul > li > ul {
    right:100% !important;
    left:auto !important;
  }
}


@media (max-width:960px) {
  .custom-footer-top > div > .row-fluid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .lp .custom-footer-menu.menu-spacer {
    display:none !important;
  }
}

@media (max-width:899px) {
  .custom-menu-primary.js-enabled {
    padding-left:calc(1em + .5rem);
    padding-right:calc(1em + .5rem);
  }

  .mobile-open .custom-menu-primary.js-enabled > div{
    top: 1px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.menu-button {
    background: #232328;
    background-image: none;
    border-radius: 0;
    box-shadow:none;
    margin-left:0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.search-button {
    margin-left: 0;
    background-color: #232328;
    width: 100%;
    padding-top: 0;
    padding-bottom: 15px;
    padding-left: calc(.625rem + 1px);
  }

  .search-open .custom-menu-primary .hs-menu-wrapper > ul > li.search-button > a {
    visibility:hidden;
  }

  .mobile-open .mobile-trigger {
    margin-top: 5px;
  }

  .search-close {
    padding-top: 0;
    height: auto;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.search-button form {
    padding: 0;
    min-height: auto;
    top: -9px;
    left: 3.2em;
    margin-right: 15px;
  }

  .search-open .custom-menu-primary .hs-menu-wrapper > ul > li.search-button form {
    width:calc(100% - 75px);
  }

}

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

@media (max-width: 767px) {
  .body-container input[type="text"],
  .body-container input[type="password"], 
  .body-container input[type="datetime"], 
  .body-container input[type="datetime-local"], 
  .body-container input[type="date"], 
  .body-container input[type="month"], 
  .body-container input[type="time"], 
  .body-container input[type="week"], 
  .body-container input[type="number"], 
  .body-container input[type="email"], 
  .body-container input[type="url"], 
  .body-container input[type="search"], 
  .body-container input[type="tel"], 
  .body-container input[type="color"],
  .body-container input[type="file"],
  .body-container textarea,
  .body-container select {
    max-width:100%;
  }

  h1 {
    font-size: 3.5rem;
  }

  .custom-footer-top > div > .row-fluid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
  }

  .hs-blog-post .post-body,
  .body-container .page-center,
  .hs-blog-post .widget-type-blog_comments{
    width:95%;
  }

  .hs-author-profile .hs-author-avatar {
    margin:0 auto;
  }
}  

@media (max-width:600px) {
  h1 {
    font-size: 3rem;
  }

  .custom-banner-area h1 {
    width: 75vw;
    margin: 1vh auto;
  }

  .custom-footer-top > div > .row-fluid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .custom-footer-menu {
    border: 0;
    margin: 0;
    margin-left:0 !important;
  }

  .custom-footer-menu .hs-menu-wrapper > ul > li {
    padding-bottom: 0.85rem;
  }

  .custom-footer-menu .hs-menu-wrapper > ul > li > a {
    font-size: 0.8125rem;
  }

  .entry-content {
    font-size:1rem;
  }

  .entry-content {
    white-space: normal;
    word-break: break-word;
  }
}


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

@media (max-width: 479px) {
  .hs-recaptcha {
    overflow:auto !important;
  }

}

@media (max-width:330px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li.menu-button > a {
    font-size: calc(1.125rem * 1.1);
  }
}




/**no margin header**/

.flex_display{ max-width: 1920px; }
.flex_display > div.row-fluid-wrapper.row-depth-1.row-number-3 > div.row-fluid {
  display: flex;
  padding-left: 20em !important;
  padding-right: 20em !important;
}

.flex_display > .row-fluid-wrapper.row-depth-1.row-number-8 {
  width: 75%;
  margin: 0 auto;
}

.flex_display > div.row-fluid-wrapper.row-depth-1.row-number-15 > div.row-fluid {
  display: flex;
  justify-content: space-between;
  padding-left: 14em !important;
  padding-right: 14em !important;
}
.flex_display_test > div.row-fluid-wrapper.row-depth-1.row-number-2 > div.row-fluid {
  display: flex;
  padding-left: 1em !important;
  padding-right: 40em !important;
}


.flex_display > div.row-fluid-wrapper.row-depth-1.row-number-3 > div.row-fluid > div.span6.widget-span.widget-type-cell.main-content.float-img-right-no-margin{
  width: 33.33% !important;
}

.font-size h1{
  line-height: 1;
  font-size: 31pt;
}
.font-size h2{
  line-height: 1;
  font-size: 25pt;
}

.thirty-three{  width: 33.33% !important; }
.thirty-three-adjusted{ width: calc(33.33% - 18px) !important; }
.full-width{ width: 100% !important; }
.margin-right{ margin-right: 0 !important; }

.remove-padding{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 0 0 0;
  margin-left: 18px !important;
}
.remove-padding-blog-card{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 1em 0 1em 0;
}
.remove-padding-no-margin{
  padding: 0 !important;
  margin-left: 0!important;
}
 
.flex_display .row-fluid-wrapper.row-depth-1.row-number-12 {
  padding-top: 4em;
}
.back-post-button p {
    color: #34B0A7;
    font-weight: 500;
}

.blog-post-wrapper-top h2 {
    font-size: 24px !important;
    font-weight: 500;
    letter-spacing: 0.29px;
    line-height: 30px;
    color: #101B32;
}
.blog-post-wrapper-top {
    color: #ACACAC;
    font-size: 18px;
    letter-spacing: 0.22px;
    line-height: 21px;
    padding: 10px 0px 40px 0px;
}

.blog-section.blog-section-new {
    position: relative;
}
.footer-socials-float a {
    display: block;
    padding-bottom: 15px; 
}

.blog-section-new .hs-featured-image-wrapper img{margin-left:0px !important;}   

.footer-socials.footer-socials-float.stick { 
    position: fixed;
     top: 140px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    padding: 0px;
    margin: 0px;
    margin-left: -100px;
}
.footer-socials.footer-socials-float.stick.stick1 {
    position: absolute;
    bottom: -100px;
    top: auto;
}
.footer-socials.footer-socials-float {
    position: absolute;
    top: 0;   
    display: block;
    margin: 0px;
    padding: 0px;
   margin-left: -100px;
}
.footer-socials-float rect#Rectangle-path {
    fill: transparent;
}
.footer-socials-float path,.footer-socials-float polygon#Rectangle-path,.footer-socials-float circle#Oval {
    fill: #7f7f7f;
}
.blog-section-new h2,.blog-section-new h3,.blog-section-new h4{ 
  
  color: #101B32;
  font-size: 24px !important;
  font-weight: 500;
  letter-spacing: 0.29px;
  line-height: 30px; 
      padding: 10px 0px 0px 0px
    margin: 0px;
}

.blog-section-new .hs-featured-image-wrapper {
    padding-bottom: 25px;
}
.blog-section-new a{
  color: #34b0a7;
}
.blog-section-new p{
	  color: #101B32;	
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.22px;
    line-height: 35px;
      padding-bottom: 15px;
}

.blog-post-wrapper-top a{
    color: #ACACAC;
    font-size: 18px;
    letter-spacing: 0.22px;
    line-height: 21px;
}

.width .blog-section,.back-post-button{
    width: 100%;
    margin: 0 auto !important;
    max-width: 600px;
    float: none !important;
}

/* summer of grooper input fields */
#hs_form_target_module_1556797586688276 .input{  
  max-width: 290px !important;
  margin: 0 auto;
}

@media (max-width: 1920px){
  .font-size h1{
    font-size: 32px;
  }
  .font-size h2{
    font-size: 32px;
  }
  .font-size h3{
    font-size: 24px;
  }
}

@media (max-width: 1856px){
  .flex_display > div.row-fluid-wrapper.row-depth-1.row-number-3 > div.row-fluid {
    padding-left: 14em !important;
    padding-right: 14em !important;
  }
}

@media (max-width: 1600px){
  .flex_display > div.row-fluid-wrapper.row-depth-1.row-number-3 > div.row-fluid,
  .flex_display > div.row-fluid-wrapper.row-depth-1.row-number-15 > div.row-fluid {
    padding-left: 12em !important;
    padding-right: 12em !important;
  }
}

@media (max-width: 1440px){ 

   .font-size h1{
    font-size: 32px;
  }
  .font-size h2{
    font-size: 32px;
  }
  .font-size h3{
    font-size: 24px;
  }
}

@media (max-width: 1200px){
  .flex_display > div.row-fluid-wrapper.row-depth-1.row-number-3 > div.row-fluid,
  flex_display > div.row-fluid-wrapper.row-depth-1.row-number-2 > div.row-fluid
  {
    padding-left: 5em !important;
    padding-right: 5em !important;
  }

  .flex_display > div.row-fluid-wrapper.row-depth-1.row-number-15 > div.row-fluid {
    padding-left: 10em !important;
    padding-right: 10em !important;
  }

  .font-size h2{
    font-size: 32px;
  }
  .font-size h3{
    font-size: 24px;
  }
  
  .body-container .page-center{
    width: 95%;
  }
}

@media (max-width: 1024px){

  .flex_display > div.row-fluid-wrapper.row-depth-1.row-number-15 > div.row-fluid {
    padding-left: 8em !important;
    padding-right: 8em !important;
  }
   .font-size h1{
    font-size: 32px;
  }
  .font-size h2{
    font-size: 32px;
  }
  .font-size h3{
    font-size: 24px;
  }
}

@media (max-width: 960px){

  .flex_display > div.row-fluid-wrapper.row-depth-1.row-number-15 > div.row-fluid {
    padding-left: 5em !important;
    padding-right: 5em !important;
  }
   .font-size h1{
    font-size: 32px;
  }
  .font-size h2{
    font-size: 32px;
  }
  .font-size h3{
    font-size: 24px;
  }
}

@media (max-width: 800px){

  .flex_display > div.row-fluid-wrapper.row-depth-1.row-number-15 > div.row-fluid {
    padding-left: 3em !important;
    padding-right: 3em !important;
  }

   .font-size h1{
    font-size: 32px;
  }
  .font-size h2{
    font-size: 32px;
  }
  .font-size h3{
    font-size: 24px;
  }
}

@media (max-width: 767px){
  
  .footer-socials.footer-socials-float {
    position: fixed;
    bottom: 0px;
    margin-left: 0px;
}
  .footer-socials-float a {
    display: inline-block;
    padding-bottom: 0px;
}
.related-post-item {
    flex: 0 0 100%;
    max-width: 100%;
}  
  .blog-section-new img
  {
      float: none !important;
        display: block;  
    margin: 30px auto;
  }
  .footer-socials.footer-socials-float { 
    position: fixed !important;
    bottom: 0px !important;
    margin-left: 0px !important;
    top: auto !important;
    width: 100%;
    left: 0px;
    text-align: center;
    background: #fff;
    transform: translateY(0%) !important;
}
  .font-size h3{
    font-size: 24px;
  }
  .font-size h2{
    font-size: 32px;
  }
  .font-size h1{
    font-size: 32px;
  }
  .font-size .hs-featured-image-wrapper{
    width: 75%;
    margin: 0 auto;
  }
  .thirty-three{
    width: 90.5% !important;
  }
  .remove-padding {
    margin: 16px 0 0 0;
  }

  .flex_display > div.row-fluid-wrapper.row-depth-1.row-number-3 > div.row-fluid,
  .flex_display > div.row-fluid-wrapper.row-depth-1.row-number-15 > div.row-fluid 
  {
    display: block;
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
  .flex_display > div.row-fluid-wrapper.row-depth-1.row-number-3 > div.row-fluid > div.span6.widget-span.widget-type-cell.main-content.float-img-right{
    width: 100% !important;
  }
  .flex_display > div.row-fluid-wrapper.row-depth-1.row-number-3 > div.row-fluid {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }

  .font-size .hs-featured-image-wrapper {
    width: 100%;
  }

  .hs-blog-listing .custom-banner-area h1 {
    margin: 0 auto;
  }
    
  ._img{
    padding-top: 20px;
    width: 50% !important;
    /*margin: 0 auto;*/
  }
  
  /* table wrap for career */
  .page-center tr{  word-wrap: normal !important;  }
 
  #hs_cos_wrapper_widget_1556725904794 tr, 
  #hs_cos_wrapper_widget_1556725134899 tr,
  #hs_cos_wrapper_widget_1556901848306 tr { display: block; }
  #hs_cos_wrapper_widget_1556725904794 td, 
  #hs_cos_wrapper_widget_1556725134899 td,
  #hs_cos_wrapper_widget_1556901848306 td { display: inline-block; }
  
  .career_page{ 
    margin: 0!important;
    width: 100% !important; 
  }
  
}
@media (min-width: 500px){
  /* table in summer of grooper page */ 
  #hs_cos_wrapper_module_15567333935821826 table {
    width: 75% !important;
    margin: 0 auto;
  }
}
@media (max-width: 500px){

  .font-size h1{
    font-size: 32px;
  }
  .font-size h2{
    font-size: 32px;
  }
  .font-size h3{
    font-size: 24px;
  }
  .flex_display > div.row-fluid-wrapper.row-depth-1.row-number-3 > div.row-fluid > div.span6.widget-span.widget-type-cell.main-content.float-img-right-no-margin {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .width .blog-section {
    width: 100%;
  }
  .via-featured-snippet {
    margin-left: 0.51em;
    margin-right: 0;
  }
  /* career page total rewards table*/  
  #hs_cos_wrapper_widget_1556806880431_ td { padding: 0; }
  /*journey with us table*/
  #hs_cos_wrapper_widget_1556725904794 td,
  /*who we help table*/
  #hs_cos_wrapper_widget_1556901848306 td { width: calc((100%/2)*0.98) !important; }
  .career_page h3 { text-align: center !important; }

  .display_block{
    display: block !important;
  }
  .display_block td {
    padding: 0 !important;
    width: 100% !important;
  }
  .display_block td:nth-of-type(even){
    float: left;
  }
  .my-header{
    top: 0%;
    left: 5%;
    font-size: 36px !important;
  }
  .my-subheader{
    top: 30%;
    left: 5%;    
  }
  .my-subheader > p{
    font-size: 14px !important;
  }
  .site-header{ padding: 0 !important; }
  
}

.blog-card-fonts h3{
  margin: 0.2 !important;
  padding: 1.5rem 1.5rem 0 1.5rem !important;
  font-size: 20px;
}
.blog-card-fonts h2{
margin: 0.2 !important;
  padding: 1.5rem !important;
  font-size: 32px;
}
.blog-card-fonts p{
margin: 0.2 !important;
  padding: 0 0 0 1.5rem !important;
}
.blog-side-card-fonts p{
margin: 0.2 !important;
  padding: 0 0 0 0 !important;
}

/* The below helps fix the spacing between blog landing page cards */
.float-img-right img{
  float: right !important;
  margin-bottom: 24px;
}
.float-img-right-no-margin img{
  width: 100% !important;
  float: right !important;
  margin-bottom: 0px;
}
.float-img-center img{
float: center !important:
  margin-bottom: 24px;
}

.top-bottom-margin{
  margin-top: 18px;
  margin-bottom: 9px;
}
.no-margin img{
  margin-top:0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.font-size .section.post-body{
  margin-left: 0 !important;
}

.flex_display_author div.row-fluid{
  display: flex;
}

.hide{
  display: none !important;
}

a{text-decoration: none !important;}

/*CSS snippet for any content */
.snippet_block_default {
	background-color: #eaf0f6;
	border-radius: 10px;
	text-align: center;
	padding: 20px;	
}

.snippet_form_default {
  /*width: 50% !important;*/
	background-color: #eaf0f6;
	border-radius: 10px;
	text-align: center;
	padding: 20px;	
}

.snippet_form_default input{
  margin: 0 auto;
}
.snippet_form_default .hs-richtext, .snippet_form_default .hs-dependent-field{
  font-size: 10px;
}
.hs_cos_wrapper_type_form .hs-button.primary.large {
  font-size: calc(1.125rem * 1.25);
  color:  #ffffff;
  vertical-align: bottom;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
  background-color: #f89420;
  background-image: linear-gradient(to right, #f89420, #ed2330);
  padding: 0.625rem 1.25rem;
  height: calc(1.125rem * 3);
  /*border-radius: 0.375rem;*/
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
}
.legal-consent-container .hs-form-booleancheckbox-display span {
  width: 30%;
  margin: 0 auto !important;
}
form.hs-form .hs-form-field ul.inputs-list li input {
    margin-left: 30%;
}

@media (min-width: 764px){
  #banner-background-image div.span12.widget-span.widget-type-cell.page-center div.row-fluid-wrapper.row-depth-1.row-number-5 {
    width: 50%;
    margin: 0 auto;
    
  }
}

@media (min-width: 400px){
  .over_expand{
    width: 100vw; 
    margin-left: calc(-50vw + 50%); 
    background-color: #232328; 
    overflow-x: hidden;
  }
}

.summer_event_table {
  border-spacing: 0;
}
.summer_event_table tr:nth-of-type(odd) > td{ border-color: #616364 !important; }
.summer_event_table tr:nth-of-type(odd) > td{ border: 1px solid; }
.summer_event_table tr:nth-of-type(odd) > td:first-child{
  border-right: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.summer_event_table tr:nth-of-type(odd) > td:last-child{
  border-left: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

#templateTable { width: 100% !important; }
#backgroundTable #templateTable #contentTableInner { width: 75%; }
.templateColumnWrapper > tbody > tr > .test > tbody > tr > td{
  display: block;
  width: 40%;
  margin: 0 auto;
}

/*Added by Jesse*/
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}



/***************** blog css ****************/

.customblogmain{
	width:100%;
	max-width:1086px;
}

.cstm-blog-ryt .cstm-blog-ryt-inner .ryt-sdbr-title{
    color: #fff;
    background-color: #36b0a7;
    font-size: 22px;
    line-height: normal;
    padding: 5px 15px;
    width: 100%;
    max-width: 220px;
}
.cstm-blog-ryt .post-title{
	background-color:#efefef;
	padding:15px;
	font-size:18px;
	font-weight:700;
	margin-bottom:15px;
}
.cstm-blog-ryt .post-title:last-child{margin-bottom:0;}
.cstm-blog-ryt .post-title h3{
    font-size: 22px;
    line-height: normal;
}
.cstm-blog-ryt .post-title h3 a{
    display: block;
    color: #626364;
}
.cstm-blog-ryt .popular{padding-top:35px;}

.gridblk-main-inner .post-listing{
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: none;
    grid-template-rows: none;
    grid-gap: unset;
	margin:0 -15px;
}
.gridblk-main-inner .post-item{
	box-shadow:none !important; 
	width:33.33333%;
	margin-left: 0;
	padding:0 15px;
	margin-right:0;
	margin-bottom:30px;
}
.gridblk-main-inner .post-item .parent-item{
	background-color:#efefef;
	position:relative;
	height:100%;
	padding-bottom:30px;
}
.blogTitle{
    position: absolute;
    left: 15px;
    bottom: 15px;
	width: calc(100% - 30px);
}
.gridblk-main-inner .listblog-cntnt{
	background-color: #efefef;
    padding: 15px;
    font-family: "Roboto Condensed", system-ui, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 21px;
    font-weight: bold;
}
.gridblk-main-inner .listblog-cntnt>p{
	margin:auto auto 15px;
	font-weight:normal;
}
.gridblk-main-inner .listblog-cntnt>p a{
	color:#6a6a6a;
	font-size:14px;
}
.gridblk-main-inner .listblog-cntnt h2{
    color: #616364;
    font-size: 27px;
    margin: auto;
    line-height: 36px;
}
.gridblk-main-inner .listblog-cntnt .hubspot-editable{
    font-size: 18px;
    margin: 2px auto 15px;
    font-weight: normal;
	font-family:Roboto,system-ui,"Segoe UI",Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
.gridblk-main-inner .listblog-cntnt .hubspot-editable a{color:#616364;}

.gridblk-main-inner .post-item>.qoutes{
	background-color:#36b0a7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	text-align:center;
	color:#fff;
	padding:15px 15px 78px;
	position:relative;
	height:100%;
	font-size:20px;
}

.gridblk-main-inner .post-item>.qoutes.bg-img{
    background: rgba(54,176,168,1);
    background: -moz-linear-gradient(left, rgba(54,176,168,1) 0%, rgba(66,214,204,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(54,176,168,1)), color-stop(100%, rgba(66,214,204,1)));
    background: -webkit-linear-gradient(left, rgba(54,176,168,1) 0%, rgba(66,214,204,1) 100%);
    background: -o-linear-gradient(left, rgba(54,176,168,1) 0%, rgba(66,214,204,1) 100%);
    background: -ms-linear-gradient(left, rgba(54,176,168,1) 0%, rgba(66,214,204,1) 100%);
    background: linear-gradient(to right, rgba(54,176,168,1) 0%, rgba(66,214,204,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36b0a8', endColorstr='#42d6cc', GradientType=1 );
}
.gridblk-main-inner .post-item>.qoutes.bg-img:after {
    content: '';
    background-image: url(https://5192617.fs1.hubspotusercontent-na1.net/hubfs/5192617/blog-images/cta-bgimg.png);
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 130px;
    background-repeat: no-repeat;
    background-position: 75% 100%;
    opacity: 0.1;
}


.gridblk-main-inner .post-item .qoutes h2{font-size:30px;}
.gridblk-main-inner .post-item .qoutes .cta_button, .gridblk-main-inner .post-item .qoutes #cta_button_5192617_0816bcda-3875-4458-a73a-71124317a7f3.cta_button{
    display: block !important;
    color: #fff !important;
    border: 1px solid #fff;
    width: 100% !important;
    max-width: 200px;
    margin: auto;
	border-radius:0 !important;
    font-size: 20px;
    padding: 10px !important;
    line-height: normal !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}
.gridblk-main-inner .post-item .qoutes .cta_button:hover{
	background-color: #fff;
    color: #38b8af !important;
      transition: all .5s;
}

.gridblk-main-inner .post-item .qoutes:last-child h2{font-weight:400;}
.gridblk-main-inner .post-item.colspan8{width:66.66667%;}
.resources-list img{
    width: 100%;
    max-height: 220px;
    min-height: 220px;
    object-fit: cover;
    object-position: center;
}
/* .gridblk-main-inner .article-featured-image-link img{ */
	/* width: auto; */
    /* min-height: 220px; */
    /* max-height: 220px; */
    /* object-fit: cover; */
    /* object-position: center; */
    /* max-width: unset; */
/* } */
.gridblk-main-inner .post-item .hs-featured-image-wrapper-article{
	min-height:250px;
	/*Changed by Jesse 20210616*/
  /*background-position: center !important;
	 */
    background-size: cover !important;
}
.resource-main{
	padding-top:50px;
}
.resource-main .heading h3{
	color:#fb9124;
	font-weight:600;
	text-align:center;
	padding-bottom:15px;
}
.resource-main-inner{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* -webkit-box-pack: justify; */
    /* -ms-flex-pack: justify; */
    /* justify-content: space-between; */
}
.resources-list{
	width:calc(33.3% - 20px);
	background-color:#feead2;
	margin-right:30px;
	margin-bottom:30px;
	position:relative;
}

.resource-cntnt{padding: 20px 20px 70px;}
.resource-cntnt h3{font-size:22px;}
.resource-cntnt a{
    width: calc(100% - 40px);
    display: block;
    border: 1px solid #626364;
    text-align: center;
    color: #626364;
    font-size: 22px;
    transition: all .5s;
    padding: 10px;
    line-height: normal;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}
.resource-cntnt a:hover{background-color:#626364; color:#fff;transition:all 0.5s;}
.resource-cntnt h5{font-size:27px;text-align:center;}


.blgbanner .row-fluid>.span8{
	width: 66.6666667%;
    padding: 0px 15px !important;
}
.blgbanner .row-fluid>.span4{
	width: 33.3333%;
	padding:0px 15px;
	margin-left:0 !important;
}

.cstm-blog-lft .hs-featured-image-wrapper-article{
	width: 100%;
    min-height: 645px;
  /*Changed by Jesse 20210616*/
  /*background-position: center !important;*/
    background-size: cover !important;
    
}
.bnner-pstcntnt{
	background-color: #efefef;
    padding: 15px;
    font-weight: 600;
}
.cstm-blog-lft .post-title h2{
	padding: 0 !important;
    margin: auto;
    color: #626364;
    font-size: 32px;
    line-height: 36px;
}

.cstm-blog-lft .hubspot-editable{
	font-weight: normal;
    color: #626364;
    font-size: 18px;
    line-height: 32px;
	margin-bottom:15px;
}
.cstm-blog-lft .hubspot-editable a{color:#626364;}
.blgbanner{
	margin-bottom: 30px !important;
    margin-left: -15px !important;
    width: calc(100% + 30px) !important;
}

.blog-pagination-center .loadmore{
    display: block;
    width: 100%;
    color: #fff;
    background-color: #36b0a7;
    text-align: center;
    font-size: 20px;
    padding: 10px;
	transition:all 0.5s;
    line-height: normal;
	border: 2px solid #36b0a7;
}
.blog-pagination-center .loadmore:hover{
	background-color:#39ccc1;
	transition:all 0.5s;
  border-color:#39ccc1;
}
#hubspot-topic_data{padding-left:0 !important;margin:10px 0; }
#hubspot-topic_data a{
	font-weight: normal;
    font-size: 16px;
    color: #616364;
    font-family: "Roboto Condensed", system-ui, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
/* .custom-footer-section .widget-type-rich_text{ */
    /* width: 100%; */
    /* max-width: 300px; */
    /* margin: auto; */
/* } */
.custom-footer-section .widget-type-rich_text h3{/*font-weight:700;*/margin-bottom: 0;margin-top: 63px;}  
.custom-header .span12>.row-fluid-wrapper>.row-fluid:after{display:none;}
.custom-header .span12>.row-fluid-wrapper>.row-fluid{overflow:visible;}
body {overflow-x: hidden;}
.resources-list{background-color:#efefef;}
.gridblk-main-inner .listblog-cntnt .hubspot-editable a{color: #616364;}
.cstm-blog-lft .hubspot-editable a{color: #616364;}
.gridblk-main-inner .listblog-cntnt a, .cstm-blog-ryt .post-title a, .bnner-pstcntnt a{color: #616364;}



@media screen and (min-width:992px){
	.resource-main-inner .resources-list:nth-child(3n + 3){margin-right:0;}
}

@media screen and (max-width:992px){
	.gridblk-main-inner .post-item, .gridblk-main-inner .post-item.colspan8{width:50%;}
	.resources-list{width: calc(50% - 15px);}
	.resource-main-inner .resources-list:nth-child(2n + 2){margin-right:0;}
}
@media screen and (max-width:767px){
	.gridblk-main-inner .post-item, .gridblk-main-inner .post-item.colspan8{width:100%;}
	/* .gridblk-main-inner .post-item .qoutes .cta_button{position:unset;transform:none;} */
	.blgbanner .row-fluid>.span8{width:100%;}
	.blgbanner .row-fluid>.span4{width:100%;margin-left:0px !important;}
	.cstm-blog-ryt .popular{padding-top:0;}
	.cstm-blog-lft .hs-featured-image-wrapper-article{min-height:350px;}
	.cstm-blog-ryt .featured, .cstm-blog-ryt .popular{padding:0;}
	.row-fluid .cstm-blog-ryt .post-title{margin:0 0 15px 0;}
	.cstm-blog-ryt .post-title:last-child{margin:0 0 0 0;}
}

@media screen and (max-width:576px){
  .resources-list{width:100%;margin-right:0;}
}

@media screen and (max-width:425px){
	.customblogmain{
		padding-left:15px !important;
		padding-right:15px !important;
	}
	.gridblk-main-inner .article-featured-image-link img, .resources-list img{padding-right:0;}
}



/***************** blog css ****************/


/** Test Table fix**/
@media screen and (max-width: 425px){
  
  table tr td img {
      max-width: 100% !important;
  }
  
  img{
    float: none !important;
  }
  
  .container-fluid .row-fluid .page-center{
    padding-left: 0.1em;
    padding-right: 0.1em;
  }
  
  p,img,h3{
    padding-right: 5px;
  }
}



/***************** blog css start 19-08-2019  ****************/

.cstm-blog-ryt .cstm-blog-ryt-inner .ryt-sdbr-title {
	padding: 9px 15px;
/*	max-width: 280px;*/
	margin-bottom: 21px;
}
.blog .body-container .page-center { width:100%;}





.custom-footer-section a {
	margin-bottom: 58px;
  margin-top: 7px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a > img {
	float: left !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a > img {
	float: left !important;
}     

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(5) ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: -200%;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(6) ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: -200%;
    top: 0;
}
.post-body .clearfix .post-featured-image ul {
display:none;
}


/***************** blog css End 19-08-2019  ****************/


.custom-menu-primary .hs-menu-wrapper > ul > li.menu-button.imagine-with-us span{font-size:20px;}
.custom-menu-primary .hs-menu-wrapper>ul>li.search-button{padding: 1.1875rem 0.563rem .6875rem;}
.hs-tools-menu{z-index: 9999 !important;}