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


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

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


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


/* =============== @import, @font-face, and CSS File Includes =============== */
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400');
@import url('//2427399.fs1.hubspotusercontent-na1.net/hubfs/2427399/Boberdoo_October2018/CSS/icons.css');
@import url('//fonts.googleapis.com/css?family=Roboto:100,300,400,500,700');
@import url('//fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700,800,900|Libre+Baskerville:100,200,300,400,500,600,700,800,900&subset=latin,latin-ext,cyrillic,cyrillic-ext');


@font-face { 
  font-family: "iconfont";
  src: url("//2427399.fs1.hubspotusercontent-na1.net/hubfs/2427399/Boberdoo_September2018/Fonts/iconfont/iconfont.eot") format("embedded-opentype"),
    url("//2427399.fs1.hubspotusercontent-na1.net/hubfs/2427399/Boberdoo_September2018/Fonts/iconfont/iconfont.woff2") format("woff2"),
    url("//2427399.fs1.hubspotusercontent-na1.net/hubfs/2427399/Boberdoo_September2018/Fonts/iconfont/iconfont.ttf") format("truetype"),
    url("//2427399.fs1.hubspotusercontent-na1.net/hubfs/2427399/Boberdoo_September2018/Fonts/iconfont/iconfont.woff") format("woff"); 
  font-style: normal; 
  font-weight: normal; 
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("//2427399.fs1.hubspotusercontent-na1.net/hubfs/2427399/Boberdoo_September2018/Fonts/Glyphicons%20Halflings/glyphicons-halflings-regular.eot") format("embedded-opentype"),
    url("//2427399.fs1.hubspotusercontent-na1.net/hubfs/2427399/Boberdoo_September2018/Fonts/Glyphicons%20Halflings/glyphicons-halflings-regular.woff2") format("woff2"), 
    url("//2427399.fs1.hubspotusercontent-na1.net/hubfs/2427399/Boberdoo_September2018/Fonts/Glyphicons%20Halflings/glyphicons-halflings-regular.woff") format("woff"), 
    url("//2427399.fs1.hubspotusercontent-na1.net/hubfs/2427399/Boberdoo_September2018/Fonts/Glyphicons%20Halflings/glyphicons-halflings-regular.ttf") format("truetype");
}







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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

body {
  font-family: 'Roboto',Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
  line-height: 27px;
  font-weight: 300;
  color: rgb(65,72,77);
  font-size: 17px;
  background-color: rgb(255,255,255);
}

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

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


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

/* Basic text */
p {
  margin: 0 0 20px;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 50px;
  font-weight: 200;
  line-height: 55px;
  margin-top: 20px;
  color: rgb(70,72,75);
}
h2 {
  font-family: 'Roboto',Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
  font-size: 31px;
  line-height: 38px;
  font-weight: 300;
  margin-bottom: 20px;
  color: rgb(39,40,43);
  margin-top: 20px;
}

h3 {
  font-size: 24px;
  line-height: 33px;
  font-weight: 300;
  margin-bottom: 20px;
  color: rgb(16,16,17);
}

h4 {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 30px;
}

h5 {

  font-size: 17px;
  line-height: 27px;
  font-weight: 500;
  margin-bottom: 25px;

}
h6 {
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  margin-bottom: 25px;
  color: rgb(70,72,75);
}

/* Anchor Links */
a { 
  color: rgb(42,160,239);
  text-decoration: none;
}

.body-container a:hover,
.body-container a:focus { 
  color: rgb(93,144,226);
  text-decoration:underline;
}

/* Lists */
ul, ol {
  margin: 0 0 20px;
  padding-left: 0;
}

ul li,
ol li {
  list-style-position: inside;
}

ul ul, ul ol, ol ol, ol ul {
  padding-left: 30px;
}
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-top {
  background-color: #1177B8;
  margin: 0 0 20px !important;
}
.custom-header-top.lp{
	min-height: 50px !important;
}
.custom-header-group .page-center {
  max-width: 1170px !important;
}
.custom-header-top .page-center {
  padding: 0 15px;
}
.custom-header-phone ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.custom-header-phone ul li a {
  position: relative;
  display: inline-block;
  padding: 10px 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #777;
  line-height: 20px;
  text-decoration: none;
  font-size: 17px;  
}
.custom-header-phone ul li a i {
  color: #fff;
}
.custom-header-phone ul li a:before {
  position: relative;
  content: "\e145";
  top: 1px;
  left: 4px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.custom-header {
  min-height: 120px !important;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.custom-header .page-center {
  max-width: 1200px !important;
}
.custom-logo img {
  position: relative;
  top: -4px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.nav_search_box {
  width: 68px;
  padding: 0px 17px;
  position: relative;
  float: right;
  height: 40px;
  line-height: 40px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.nav_search_box form {
  margin-top: -18px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 18px;
  z-index: 600;
  width: auto;
  border-radius: 1.5px;
  font-family: 'Roboto', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
  color: rgb(79, 79, 79);
  font-size: 16px;
  font-weight: 400;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.nav_search_box form i.icosearch {
  width: 36px;
  position: absolute;
  right: 0px;
  display: block;
  height: 26px;
  line-height: 26px;
  padding: 0px;
  border-width: 0px;
  border-style: none;
  outline: none;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.nav_search_box form i.icosearch {
  width: 36px;
  position: absolute;
  right: 0px;
  display: block;
  height: 26px;
  line-height: 26px;
  padding: 0px;
  border-width: 0px;
  border-style: none;
  outline: none;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 6px 0;
  width: 36px;
  text-align: center;
  line-height: 26px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.nav_search_box form i.icosearch:before {
  content: "\e074";
}

.custom-menu-primary .hs-menu-wrapper > ul > li.nav_search_box form input[type="submit"] {
  display: none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.nav_search_box form input[type="text"] {
  -moz-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  -webkit-transition: all 0.1s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.1s ease 0s;
  padding-left: 18px;
  padding-right: 18px;
  width: 0px;
  max-width: 0px;
  ursor: pointer;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  height: 26px;
  line-height: 26px;
  border-width: 0px;
  border-style: none;
  outline: none;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: rgb(79, 79, 79);
  font-family: 'Roboto', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  border-radius: 3px;
  -webkit-appearance: none;
  border-width: 0px;
  border-style: none;
  outline: none;
  margin: 5px 0;
  cursor: pointer;
  font-size: 14px;
}
.banner-area h1 {
  margin: 0;
  margin-top: 21px;
  font-size: 50px;
  font-weight: 200;
  line-height: 55px;
  color: rgb(70,72,75);
}
.banner-area .page-center {
  border-color: #ededed;
  padding-top: 0 !important;
  border-bottom: 1px solid #ededed;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.nav_search_box form input[type="text"]:focus {
  max-width: 232px;
  width: 232px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.nav_search_box form:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: rgb(255, 255, 255);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 10px 0 rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 10px 0 rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 10px 0 rgba(0, 0, 0, 0.1) inset;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.2s ease 0s;
  opacity:0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.nav_search_box form.form-open:before{
  opacity:1;
}

.custom-header-social ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.custom-header-social ul li {
  float: left;
  position: relative;
}
.custom-header-social ul li a {
  position: relative;
  display: block;
  padding: 15px;
  line-height: 20px;
  color: #fff;
}

.custom-header-v2-group {
  background-color: rgb(73, 153, 221);
  padding-bottom: 20px;
  padding-top: 20px;
}
.scroll-header .search-icon i {
  top: 4px;
}





.three-col-with-form .hs-section-1 {
  background-color: rgb(73, 153, 221);
  padding-bottom: 50px;
}
.three-col-with-form .hs-section-1 .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.three-col-with-form .hs-section-1-col-1 {
  padding-top: 22px;
  padding-bottom: 22px;
}
.three-col-with-form .hs-section-1-col-2 {
  padding-top: 49px;
  padding-bottom: 49px;
}
.three-col-with-form .hs-section-1-col-2 h4 {
  color: rgb(255, 255, 255);
  font-size: 33px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 38px;
  margin-bottom: 20px;
}
.three-col-with-form .hs-section-1-col-2 p {
  color: rgb(255, 255, 255);
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 20px;
}
.three-col-with-form .hs-section-1 .widget-type-form {
  margin: 0;
  background-color: #f9f9f9;
  border-radius: 1px;
  border-width: 4px;
  border-style: solid;
  border-color: #2b579f;
  padding: 42px 58px 0;
}
.three-col-with-form .hs-section-1 .widget-type-form span.hs-form-required {
  display: none;
}
.three-col-with-form .hs-section-1 .widget-type-form label {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
  color: #333;
}
.three-col-with-form .hs-section-1 .widget-type-form .hs-input {
  border-radius: 0;
  font-weight: normal;
  min-height: 30px;
  border-color: #ccc;
  border-width: 1px;
  border-style: solid;
  line-height: 20px;
  padding: 4px 6px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #555;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  -moz-transition: border linear .2s,box-shadow linear .2s;
  -o-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;
}
.three-col-with-form .hs-section-1 .widget-type-form .hs-input:focus{
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  -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);
}
.three-col-with-form .hs-section-1 .widget-type-form .hs-form-field {
  margin-bottom: 15px;
}
.three-col-with-form .hs-section-1 .widget-type-form li.hs-form-booleancheckbox input {
  min-height: auto;
  margin: 0;
  position: relative;
  top: 2px;
}
.three-col-with-form .hs-section-1 .widget-type-form li.hs-form-booleancheckbox {
  color: #333;
}
.three-col-with-form .hs-section-1 .widget-type-form ul.inputs-list {
  margin: 0;
  padding-top: 5px;
}
.three-col-with-form .hs-section-1 .widget-type-form input.hs-button.primary.large {
  background-color: #ff0000;
  border-color: #e60000;
  border-width: 1px;
  border-style: solid;
  color: #ffffff;
  font-size: 22px;
  border-radius: 4px;
  padding: 10px 18px 11px 18px;
  margin: 0 0 19px;
  text-shadow: none;
}
.three-col-with-form .hs-section-1 .widget-type-form input.hs-button.primary.large:hover{
  background-color: #e60000;
  color: #ffffff;
  box-shadow: none;
}
.three-col-with-form .hs-section-2 .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.three-col-with-form .hs-section-2 {
  padding-bottom: 30px;
  padding-top: 30px;
}
.custom-boberdoo-solution .right-group {
  width: 48.93617%;
  float: right;
}
.custom-boberdoo-solution .left-group {
  width: 40.42553%;
  float: left;
  margin-right: 2.12766%;
}
.custom-boberdoo-solution .left-group h4 {
  margin-bottom: 20px;
  color: rgb(0, 0, 0);
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 30px;
}
.custom-boberdoo-solution .left-group p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}
.custom-boberdoo-solution .left-group .content-group {
  margin-bottom: 70px;
}
.custom-boberdoo-solution .left-group .clients-process h3 {
  font-size: 27px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  margin: 0 0 25px;
  line-height: 1;
}
.custom-boberdoo-solution .left-group .client-process-left-group {
  float: left;
  margin-right: 25px;
}
.custom-boberdoo-solution .left-group .client-process-left-group .icon-group {
  background-color: rgb(73, 153, 221);
  border-color: rgba(89, 175, 226, 0.3);
  border-width: 0px;
  border-style: solid solid solid solid;
  border-radius: 4px;
  width: 38px;
  height: 38px;
  display: inline-block;
  position: relative;
}
.custom-boberdoo-solution .left-group .client-process-left-group .icon-group span.dslc-icon {
  color: rgb(255, 255, 255);
  font-size: 28px;
  position: absolute;
  line-height: 1;
  top: 5px;
  left: 5px;
}
.custom-boberdoo-solution .left-group .client-process-right-group .title {
  font-size: 27px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 0px;
}
.custom-boberdoo-solution .left-group .client-process-right-group .title p {
  font-size: 27px;
  font-weight: 300;
  line-height: 22px;
}
.custom-boberdoo-solution .left-group .client-process-item {
  margin-bottom: 5px;
}


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

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

.body-container .page-center {
  padding-top: 26px;
  padding-bottom: 25px;
}
.search-icon {
  padding: 0px 7px;
  width: 68px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  z-index: 1001 !important;
}
.search-icon i {
  position: relative;
  top: 2px;
  left: 7px;
  color: rgb(79, 79, 79);
  font-size: 16px;
  font-weight: 400;
}
.search-icon i {
  position: relative;
  top: 8px;
  color: rgb(79, 79, 79);
  font-size: 16px;
  font-weight: 400;
  display: block;
  width: 36px;
  height: 26px;
  line-height: 26px;
  cursor: pointer;
}


/* =============== One Column Layout =============== */

.one-column-layout .body-container-wrapper {
  padding-bottom: 10px;
}
.one-column-layout.type-2 .banner-area h1 {
  margin: 0;
  font-family: 'Roboto',Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
  font-size: 42px;
  line-height: 48px;
  font-weight: 200;
  color: rgb(70,72,75);
}
.one-column-layout.type-2 .banner-area {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}
.one-column-layout.type-2 .banner-area .page-center {
  border-color: transparent;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 0 none;
}
.one-column-layout.type-2 .hs-section-1 .page-center{
  padding-top: 60px;
  padding-bottom: 60px;
}
.one-column-layout.type-2 .body-container-wrapper {
  padding-bottom: 20px;
}
.custom-video-wrapper {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 30px;
}
.custom-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
}
.banner-area.with-banner h1 {
  margin: 0;
}
.banner-area.with-banner .page-center {
  border-bottom: 0 none;
  padding-bottom: 16px !important;
}
.banner-area.with-banner .image-group {
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
}
.one-column-with-banner-layout .body-container .page-center {
  padding-top: 40px;
  padding-bottom: 40px;
}
.custom-content-with-left-icon .item {
  width: 31.55%;
  display: inline-block;
  margin-right: 2.12766%;
  margin-bottom: 30px;
  vertical-align: top;
}
.custom-content-with-left-icon .item:nth-child(3n) {
  margin-right: 0;
}
.custom-content-with-left-icon .item .icon-group {
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 0;
  background-color: transparent;
  border-color: rgba(89, 175, 226, 0.3);
  border-width: 1px;
  border-style: solid solid solid solid;
  border-radius: 28px;
  width: 80px;
  height: 80px;
  display: inline-block;
  position: relative;
  float: left;
}
.custom-content-with-left-icon .item .icon-group span.dslc-icon {
  top: 21px;
  left: 21px;
  visibility: visible;
  color: rgb(34, 98, 174);
  font-size: 36px;
  line-height: 1;
  position: absolute;
}
.custom-content-with-left-icon .item .content-group {
  overflow: hidden;
}
.custom-content-with-left-icon .item .content-group h4 {
  color: rgb(34, 98, 174);
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 30px;
  margin-bottom: 15px;
}
.custom-content-with-left-icon .item .content-group h4 a{
  color: rgb(34, 98, 174);
  text-decoration: none;
}
.custom-content-with-left-icon .item .content-group p {
  font-size: 16px;
  line-height: 1.5;
}
.one-column-with-banner-layout .hs-section-1 h2 {
  margin-top: 20px;
}
.one-column-with-banner-layout .hs-section-2 {
  background-color: rgb(239, 239, 239);
  padding-bottom: 34px;
  padding-top: 30px;
}
.one-column-with-banner-layout .hs-section-2 .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.custom-title-with-left-icon .item {
  width: 23.40425%;
  display: block;
  float: left;
  margin-right: 2.12766%;
}
.custom-title-with-left-icon .heading {
  margin-bottom: 30px;
}
.custom-title-with-left-icon .item-group .item:nth-child(4n) {
  margin-right: 0;
}
.custom-title-with-left-icon .item .icon-group {
  width: 14.89361%;
  display: block;
  float: left;
  margin-right: 2.12766%;
  position: relative;
}
.custom-title-with-left-icon .item .title {
  width: 82.97872%;
  display: block;
  float: left;
  position: relative;
  text-align: left;
}
.custom-title-with-left-icon .item .icon-group span.dslc-icon {
  color: rgb(0, 98, 170);
  font-size: 24px;
}
.custom-title-with-left-icon .item .title {
  margin-bottom: 23px;
  font-weight: 300;
  font-size: 20px;
}
.custom-title-with-left-icon .item .title a {
  color: rgb(33, 33, 33);
}
.custom-title-with-left-icon .item .title a:hover{
  color: rgb(0, 98, 170);
}
.custom-title-with-left-icon .item .title p {
  margin: 0;
}
.custom-form-with-bg-color {
  padding-bottom: 25px;
  padding-top: 25px;
}
.custom-form-with-bg-color .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.custom-form-with-bg-color h3.form-title {
  display: none;
}
.custom-form-with-bg-color h3 {
  font-size: 23px;
  margin-bottom: 20px;
  line-height: 40px;
  color: #fff;
  border-bottom: 1px solid #e5e5e5;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
}
.custom-form-with-bg-color label {
  font-weight: normal !important;
  font-size: 19px !important;
  min-height: 0;
  line-height: 20px !important;
  color: #fff !important;
  margin-bottom: 5px !important;
}
.custom-form-with-bg-color span.hs-form-required {
  display: none;
}
.custom-form-with-bg-color .hs-form-field {
  margin-bottom: 15px !important;
}
.custom-form-with-bg-color .hs-input {
  min-height: 32px;
  font-size: 16px;
  padding: 4px 6px !important;
  box-shadow: none !important;
  border: 1px solid #ccc !important;
  margin-bottom: 5px !important;
  font-weight: normal !important;
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  -moz-transition: border linear .2s,box-shadow linear .2s;
  -o-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;
}
.custom-form-with-bg-color .hs-input[type="checkbox"] {
  min-height: auto;
}
form.hs-form fieldset > div:last-child {
  padding-right: 0;
}
.custom-form-with-bg-color input.hs-button.primary.large {
  background-color: #ff0000;
  border-color: #e60000;
  border-width: 1px;
  border-style: solid;
  color: #ffffff;
  font-size: 22px;
  border-radius: 3px;
  margin: 0 0 0 0;
  padding: 9px 17px 10px 17px;
  font-weight: inherit;
  line-height: 19px;
  box-shadow: none;
  text-shadow: none;
}
.custom-form-with-bg-color input.hs-button.primary.large:hover{
  background-color: #e60000;
  color: #ffffff;
}
.custom-form-with-bg-color ul.inputs-list {
  margin: 5px 0 0;
}
.custom-form-with-bg-color ul.inputs-list label {
  margin: 0 !important;
}
.custom-form-with-bg-color ul.inputs-list input {
  margin: 0 8px 15px 0 !important;
  position: relative;
  top: 2px;
}
.custom-form-with-bg-color .hs-input:focus{
  border-color: rgba(82,168,236,0.8) !important;
  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) !important;
}
.hs-input.invalid.error{
  border-color: #e06666 !important;
  color: #e06666 !important;
}
.custom-form-with-bg-color .hs-error-msgs label {
  color: #e06666  !important;
  font-size: 16px !important;
}
.hs-error-msgs label {
  color: #e06666  !important;
  font-size: 15px !important;
}
.boberdoo-u .two-col-with-right-image .left-group {
  float: right;
  width: 31.91489%;
  padding: 0;
}
.boberdoo-u .two-col-with-right-image .right-group {
  width: 65.95744%;
  float: left;
  margin-right: 2.12766%;
}
.two-col-with-right-image .left-group img {
  max-width: 317.78px;
  width: 100%;
  display: block;
}
.two-col-with-right-image .right-group h1 {
  margin: 0;
}
.one-column-layout.boberdoo-u hr,
.one-column-with-banner-layout hr{
  margin-bottom: 25px;
  margin-top: 25px;
  background-color: #ededed;
}
.two-col-with-right-image .right-group h1{
  margin-top: 20px;
}
.two-col-with-right-image .right-group h3 {
  padding-top: 21px;
}
.boberdoo-u .body-container .page-center {
  padding-top: 1px;
}
.one-column-layout hr{
  background-color: #ededed;
  margin-bottom: 25px;
  margin-top: 25px;
}
.one-column-layout .hs-section-1 h2 a {
  margin-bottom: 20px;
  display: inline-block;
}
.custom-key-store-group .icon-group {
  margin-right: 25px;
  margin-bottom: 25px;
  float: left;
}
.custom-key-store-group .icon-group .inner-group {
  display: inline-block;
  position: relative;
  border: 0 solid transparent;
  background-color: transparent;
  border-color: rgb(41, 121, 189);
  border-width: 1px;
  border-style: solid solid solid solid;
  border-radius: 15px;
  width: 51px;
  height: 51px;
}
.custom-key-store-group .icon-group .inner-group span.dslc-icon {
  color: rgb(41, 121, 189);
  font-size: 38px;
  top: 5.5px;
  left: 5.5px;
  visibility: visible;
  line-height: 1;
  position: absolute;
}
.custom-key-store-group .content-group {
  overflow: hidden;
}
.custom-key-store-group .content-group .inner-group {
  margin-top: 20px;
  margin-right: 12px;
}
.custom-key-store-group .content-group .inner-group a {
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 16px;
  padding-right: 16px;
}
.custom-key-store-group .custom-key-store-item {
  width: 31.91489%;
  display: block;
  float: left;
  margin-right: 2.12766%;
  position: relative;
  margin-bottom: 6px;
}
.custom-key-store-group .custom-key-store-item:nth-child(3n) {
  margin-right: 0;
}
.one-column-layout.with-bottom-form .body-container-wrapper {
  padding-bottom: 0;
}
.custom-key-store-group .content-group .inner-group a:hover {
  background-color: rgb(75, 123, 194);
  border-color: rgb(75, 123, 194);
  color: #fff;
  text-decoration: underline;
}
.one-column-layout.with-bottom-pane .body-container-wrapper {
  padding-bottom: 0;
}
.custom-security-and-data-retention-mod {
  padding-bottom: 30px;
  padding-top: 30px;
}
.custom-security-and-data-retention-mod .icon-group {
  margin-right: 25px;
  margin-bottom: 25px;
  position: relative;
  float: left;
}
.custom-security-and-data-retention-mod .icon-group .icon-box span.dslc-icon {
  position: absolute;
  color: #fff;
  line-height: 1;
  font-size: 36px;
  top: 17px;
  left: 19px;
  visibility: visible;
}
.custom-security-and-data-retention-mod .icon-group .icon-box {
  background-color: transparent;
  border-color: rgb(255, 255, 255);
  border-width: 1px;
  border-style: solid solid solid solid;
  border-radius: 28px;
  width: 72px;
  height: 72px;
  display: inline-block;
  position: relative;
}
.custom-security-and-data-retention-mod .inner-group {
  width: 65.95744%;
  margin: 0 auto;
}
.custom-security-and-data-retention-mod .content-group {
  overflow: hidden;
}
.custom-security-and-data-retention-mod .content-group h4 {
  color: rgb(255, 255, 255);
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 30px;
  margin-bottom: 20px;
}
.custom-security-and-data-retention-mod .button-group a {
  background-color: rgba(255, 0, 0, 0.85);
  border-width: 0px;
  border-style: solid solid solid solid;
  border-color: rgb(226, 223, 223);
  border-radius: 3px;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 16px;
  padding-right: 16px;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
}
.custom-security-and-data-retention-mod .button-group a:hover{
  background-color: rgb(255, 0, 0);
  border-color: rgb(75, 123, 194);
  color: #fff;
  text-decoration: underline;
}
.custom-security-and-data-retention-mod .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.custom-security-and-data-retention-mod .button-group a span.dslc-icon {
  margin-right: 5px;
}
.one-column-layout.with-bottom-pane .custom-content-with-left-icon .item .icon-group{
  width: 72px;
  height: 72px;
}
.one-column-layout.with-bottom-pane .custom-content-with-left-icon .item .icon-group span.dslc-icon {
  top: 17px;
  left: 17px;
  visibility: visible;
}
.one-column-layout.with-bottom-pane .custom-content-with-left-icon .item .content-group h4 {
  color: rgb(34, 98, 174);
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 30px;
  margin-bottom: 20px;
}
.one-column-layout.with-bottom-pane .custom-content-with-left-icon .item .content-group h2{
  color: rgb(34, 98, 174);
  font-size: 27px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 20px;
}
.one-column-layout.with-bottom-pane .body-container p {
  margin-bottom: 25px;
}
.one-column-layout.type-2 .hs-section-1 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.one-column-with-banner-layout .custom-title-with-left-icon .heading {
  margin-bottom: 0;
}
table.custom-table {
  margin-bottom: 20px;
  border-spacing: 0;
  border-collapse: collapse;
}
table.custom-table tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0.5em 0.75em;
  font-weight: normal;
}
.one-column-layout.with-bottom-pane .hs-section-1 hr + h2 {
  margin-top: 40px;
}
.two-col-content-with-left-icon .col {
  display: block;
  float: left;
  width: 48.93617%;
  position: relative;
  margin-bottom: 45px;
}
.one-column-layout.with-bottom-pane .custom-security-and-data-retention-mod .button-group a {
  margin-bottom: 0;
}
.two-col-content-with-left-icon .column-1.col {
  margin-right: 2.12766%;
}
.two-col-content-with-left-icon .col .left-group {
  margin-right: 25px;
  margin-bottom: 25px;
  float: left;
  position: relative;
}
.two-col-content-with-left-icon .col .left-group .icon-group {
  background-color: transparent;
  border-color: rgba(89, 175, 226, 0.3);
  border-width: 1px;
  border-style: solid solid solid solid;
  border-radius: 28px;
  width: 72px;
  height: 72px;
  display: inline-block;
  position: relative;
}
.two-col-content-with-left-icon .col .left-group .icon-group span.dslc-icon {
  color: rgb(34, 98, 174);
  font-size: 36px;
  top: 17px;
  left: 17px;
  line-height: 1;
  position: absolute;
}
.two-col-content-with-left-icon .col .right-group {
  overflow: hidden;
}
.two-col-content-with-left-icon .col h4 {
  font-size: 27px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 30px;
  margin: 0 0 20px;
}
.two-col-content-with-left-icon .col h4 a {
  text-decoration: none;
  color: rgb(53,54,57);
}
.two-col-content-with-left-icon .col p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px !important;
}
.two-col-content-with-left-icon .col .button-group a {
  background-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-style: solid solid solid solid;
  border-color: rgb(226, 223, 223);
  border-radius: 3px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 16px;
  padding-right: 16px;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  margin-bottom: 5px;
}
.two-col-content-with-left-icon .col .button-group a:hover{
  background-color: rgb(75, 123, 194);
  border-color: rgb(75, 123, 194);
  color: #fff;
  text-decoration: underline;
}
.one-column-layout.with-bottom-pane .hs-section-1 h5{
  font-size: 19px;
  font-weight: 400;
  font-family: 'Roboto',Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
  line-height: 27px;
  color: rgb(65,72,77);
  margin: 0;
}
.one-column-layout .custom-accordion-group.type-2 .accordion-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 15px;
  padding-right: 15px;
}
.one-column-layout .custom-accordion-group.type-2 .accordion-content .accordion-inner {
  font-weight: normal;
}
.custom-two-col-with-video .content-group {
  width: 48.93617%;
  display: block;
  float: left;
  margin-right: 2.12766%;
  position: relative;
}
.custom-two-col-with-video .video-group {
  width: 48.93617%;
  display: block;
  float: left;
  position: relative;
}
.custom-two-col-with-video {
  margin-top: 40px;
}
.custom-two-col-with-video .content-group p {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.7;
}
.custom-two-col-equal-img-mod .col {
  display: block;
  float: left;
  width: 48.93617%;
}
.custom-two-col-equal-img-mod .column-1.col {
  margin-right: 2.12766%;
}
.custom-two-col-equal-img-mod {
  padding-top: 30px;
}
.custom-resource-library h1 {
  margin: 4px 0 55px;
}
.custom-resource-library .resource-library-item {
  width: 31.91489%;
  display: block;
  float: left;
  margin-right: 2.12766%;
  background-color: rgb(239, 239, 239);
  text-align: center;
  padding: 15px 10px;
  margin-bottom: 30px;
}
.custom-resource-library .resource-library-item-group .resource-library-item:nth-child(3n){
  margin-right: 0;
}
.custom-resource-library .resource-library-item .button-group {
  margin-top: 10px;
}
.custom-resource-library .resource-library-item .button-group a {
  background-color: rgb(181, 41, 41);
  border-width: 1px;
  border-style: solid solid solid solid;
  border-color: rgb(226, 223, 223);
  border-radius: 3px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 16px;
  padding-right: 16px;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
}
.custom-resource-library .resource-library-item .button-group a:hover {
  background-color: rgb(17, 119, 184);
  border-color: rgb(17, 119, 184);
  color: #fff;
  text-decoration: underline;
}
.lead-field-security .custom-accordion-item .accordion-title {
  font-size: 14px;
}
.lead-field-security .custom-accordion-group {
  padding-top: 20px;
}
.four-col-caption-with-title {
  padding-top: 20px;
}
.four-col-caption-with-title .column-4.col {
  margin-right: 0;
}
.four-col-caption-with-title .col {
  width: 23.40425%;
  display: block;
  float: left;
  margin-right: 2.12766%;
}
.four-col-caption-with-title .col .top-group {
  margin-bottom: 25px;
  text-align: center;
}
.four-col-caption-with-title .col .top-group .icon-group {
  background-color: transparent;
  border-color: rgb(41, 121, 189);
  border-width: 2px;
  border-style: solid solid solid solid;
  border-radius: 50px;
  width: 99px;
  height: 99px;
  display: inline-block;
  position: relative;
}
.four-col-caption-with-title .col .top-group .icon-group span.dslc-icon {
  color: rgb(41, 121, 189);
  font-size: 61px;
  line-height: 1;
  position: absolute;
  top: 17px;
  left: 17px;
}
.four-col-caption-with-title .col .content-group {
  text-align: center;
}
.four-col-caption-with-title .col .content-group h4 {
  font-size: 27px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 30px;
}
.two-col-with-right-image .left-group {
  width: 40.42553%;
  padding-top: 65px;
  padding-bottom: 65px;
  float: right;
}
.two-col-with-right-image .right-group {
  width: 57.4468%;
  margin-right: 2.12766%;
  float: left;
}
.custom-sitemap .hs-menu-wrapper > ul > li.active > a {
  font-weight: bold;
}
.one-column-layout.type-2.sitemap .body-container-wrapper {
  padding-bottom: 10px;
}
.one-column-layout.type-2 .hs-section-1 .hs-form-field > label {
  font-size: 19px;
  font-weight: normal;
  color: #666666;
  margin-bottom: 5px;
}
.one-column-layout.type-2 .hs-section-1 .hs-form-field span.hs-form-required {
  display: none;
}
.one-column-layout.type-2 .hs-section-1 .hs-form-field .hs-input {
  border-color: #ccc;
  border-width: 1px;
  border-style: solid;
  font-size: 16px;
  max-width: 587px;
  width: 100%;
  min-height: 32px;
  margin-bottom: 20px;
  color: #555;
  font-weight: normal;
  padding: 4px 6px;
}
.one-column-layout.type-2 .hs-section-1 .hs-form-field .hs-input:focus{
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  -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);
}



/* =============== Careers =============== */

.hs-careers-content-with-left-icon .item {
  width: 31.91489%;
  display: block;
  float: left;
  margin-right: 2.12766%;
  position: relative;
  margin-bottom: 50px;
}
.hs-careers-content-with-left-icon .item .icon-group {
  margin-right: 25px;
  margin-bottom: 25px;
  float: left;
  position: relative;
}
.hs-careers-content-with-left-icon .item .icon-group .icon-box {
  display: inline-block;
  position: relative;
  background-color: transparent;
  border-color: rgba(89, 175, 226, 0.3);
  border-width: 1px;
  border-style: solid solid solid solid;
  border-radius: 28px;
  width: 72px;
  height: 72px;
}
.hs-careers-content-with-left-icon .item .icon-group .icon-box span.dslc-icon {
  color: rgb(34, 98, 174);
  font-size: 36px;
  line-height: 1;
  position: absolute;
  top: 17px;
  left: 17px;
  visibility: visible;
}
.hs-careers-content-with-left-icon {
  border-top: 1px solid #ededed;
  margin-top: 50px;
  padding-top: 26px;
}
.hs-careers-content-with-left-icon h4 {
  font-size: 27px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 30px;
}
.hs-careers-content-with-left-icon .button-group {
  margin-top: 20px;
}
.hs-careers-content-with-left-icon .button-group a {
  background-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-style: solid solid solid solid;
  border-color: rgb(226, 223, 223);
  border-radius: 3px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 16px;
  padding-right: 16px;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
}
.hs-careers-content-with-left-icon .button-group a:hover {
  background-color: rgb(75, 123, 194);
  border-color: rgb(75, 123, 194);
  color: #fff;
  text-decoration: underline;
}
.hs-careers-content-with-left-icon .item .content-group {
  overflow: hidden;
}



/* =============== ESP Failures =============== */

.esp-failures .body-container {
  padding-top: 80px;
  padding-bottom: 56px;
}
.esp-failures .body-container hr{
  background-color: #ededed;
  margin-top: 25px;
  margin-bottom: 25px;
}
.esp-failures .custom-accordion-item > h3 {
  margin-top: 45px;
  font-family: 'Roboto',Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
  font-size: 31px;
  line-height: 38px;
  font-weight: 300;
  margin-bottom: 20px;
  color: rgb(39,40,43);
}
.esp-failures .custom-accordion-item .accordion-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 15px;
  padding-right: 15px;
}
.custom-accordion-group .custom-accordion-item {
  border-bottom: 1px solid #ededed;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.esp-failures .hs-section-1 .hs_cos_wrapper_type_rich_text h3 {
  margin-top: 20px;
}




/* =============== Request a Demo =============== */

.request-a-demo .hs-section-2 {
  background-color: rgb(0, 109, 179);
  padding-bottom: 15px;
  padding-top: 15px;
}
.request-a-demo .hs-section-2 * {
  color: rgb(255, 255, 255);
}
.request-a-demo .hs-section-2 .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.request-a-demo .four-col-caption-with-title {
  padding-bottom: 20px;
}
.request-a-demo .hs-section-3 .page-center {
  border-top: 1px solid #ededed;
  margin-top: 1px;
  padding-bottom: 0;
}
.request-a-demo .hs-section-2 .four-col-caption-with-title .col .top-group .icon-group {
  border-color: rgb(255, 255, 255);
}
.request-a-demo .hs-section-2 .four-col-caption-with-title .col .top-group .icon-group span.dslc-icon {
  color: rgb(255, 255, 255);
}
.request-a-demo .body-container .widget-type-form {
  margin: 0;
  padding: 14px 34px;
  border-radius: 15px;
}
.request-a-demo .body-container .widget-type-form .hs-form-field {
  margin-bottom: 18px;
}
.request-a-demo .body-container .widget-type-form .hs-form-field .hs-input {
  background-color: #fff;
  border-color: #ddd;
  border-width: 1px;
  border-style: solid solid solid solid;
  border-radius: 0px;
  color: #4d4d4d;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  font-family: helvetica;
  padding: 10px 15px;
  transition: border 0.2s linear,box-shadow 0.2s linear;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}
.request-a-demo .body-container .widget-type-form .hs-form-field .hs-input:focus{
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6) !important;
  outline: none;
}
.request-a-demo .body-container .widget-type-form .hs-form-field label {
  margin: 0 0 4px;
}
.request-a-demo span.hs-form-required {
  color: red;
}
.request-a-demo .widget-type-form .hs-richtext {
  color: #000000;
  font-family: helvetica;
  margin-bottom: 3px;
  line-height: 18px;
  font-size: 14px;
}
.request-a-demo .widget-type-form label.hs-form-booleancheckbox-display {
  font-weight: normal !important;
  line-height: 20px !important;
  margin-bottom: 0;
  margin-top: 10px !important;
  color: #000000;
  font-family: helvetica;
  font-size: 13px !important;
}
.request-a-demo .body-container .widget-type-form input.hs-button.primary.large {
  background-color: rgb(92, 184, 92);
  border-color: #5890e5;
  border-width: 0px;
  border-style: solid solid solid solid;
  border-radius: 3px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 13px;
  margin-top: 30px;
  margin-bottom: 35px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
  font-family: Helvetica,Arial,sans-serif;
  text-shadow: 0 -1px 0 #3574e3;
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
  transition: opacity 0.15s linear;
}
.request-a-demo .body-container .widget-type-form input.hs-button.primary.large:hover{
  background-color: rgb(92, 184, 92);
  border-color: #5890e5;
  color: #fff;
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0 0 5px #3574e3;
}
.hs-advanced-banner-group .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.hs-advanced-banner-group h1 {
  margin-top: 0;
  line-height: 51px;
  margin-bottom: 20px;
}
.hs-advanced-banner-banner {
  background-color: rgb(0, 109, 179);
  background-position: center top;
  padding-bottom: 112px;
  padding-top: 112px;
  position: relative;
  background-size: cover;
  text-align: right;
}
.hs-advanced-banner-banner h2 {
  color: rgb(249, 196, 70);
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}
.hs-advanced-banner-banner h3 {
  color: rgb(255, 255, 255);
  font-size: 40px;
}
.alexa-skill-development .two-col-content-with-left-icon .col {
  margin-bottom: 30px;
}
.alexa-skill-development .body-container .hs-section-1 .page-center{
  padding-bottom: 30px;
}
.alexa-skill-development .custom-two-col-with-video {
  margin-top: 70px;
}
.alexa-skill-development .heading h2 {
  font-size: 24px;
  line-height: 33px;
  font-weight: 300;
  margin-bottom: 30px;
}



/* =============== Pricing =============== */

.pricing .body-container .widget-type-form .hs-form-field label {
  line-height: 20px;
  display: block;
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: normal;
  color: #1c4587;
}
.pricing .body-container .widget-type-form .hs-form-field{
  margin-bottom: 10px;
}
.pricing .body-container .widget-type-form .hs-form-field input.hs-input {
  min-height: 32px;
  border-color: #ccc;
  border-width: 1px;
  border-style: solid;
  font-size: 16px;
  line-height: 22px;
  box-shadow: none;
  padding: 4px 6px;
  margin-bottom: 10px;
}
.pricing .body-container .widget-type-form .hs-form-field input.hs-input: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) !important;
}
.pricing .body-container .widget-type-form {
  padding-top: 37px;
  padding-bottom: 35px;
}
.pricing .body-container .widget-type-form span.hs-form-required {
  display: none;
}
.pricing .body-container .widget-type-form label.hs-form-booleancheckbox-display input {
  min-height: auto !important;
  margin: 0 !important;
}
.pricing .body-container .widget-type-form input.hs-button.primary.large{
  background-color: #ff0000;
  border-color: #e60000;
  border-width: 1px;
  border-style: solid;
  color: #ffffff;
  font-size: 22px;
  border-radius: 3px;
  margin: 0 0 0 0;
  padding: 9px 17px 10px 17px;
  font-weight: inherit;
  line-height: 19px;
  -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);
}
.pricing .body-container .widget-type-form input.hs-button.primary.large:hover {
  background-color: #e60000;
  color: #ffffff;
  border-color: transparent;
  -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);
}
.pricing .body-container .widget-type-form .hs-fieldtype-booleancheckbox.field.hs-form-field {
  margin-bottom: 0 ;
}
.pricing .widget-type-form label.hs-form-booleancheckbox-display {
  font-size: 14px !important;
  font-weight: normal;
  line-height: 20px;
  color: #1c4587;
}




/* =============== System Demo =============== */

.system-demo .hs-section-1 h1 {
  margin-bottom: 25px;
}
.system-demo .hs-section-1 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.system-demo .hs-section-1 {
  padding-top: 55px;
  padding-bottom: 45px;
}

.custom-content-with-left-icon .item .content-group .button-group a {
  background-color: rgba(0, 0, 0, 0);
  border-width: 1px;
  border-style: solid solid solid solid;
  border-color: rgb(226, 223, 223);
  border-radius: 3px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 16px;
  padding-right: 16px;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
}
.custom-content-with-left-icon .item .content-group .button-group a:hover{
  background-color: rgb(75, 123, 194);
  border-color: rgb(75, 123, 194);
  color: #fff;
  text-decoration: underline;
}
.custom-content-with-left-icon .item .content-group .button-group {
  margin-top: 20px;
}
.webhooks-notifications .custom-content-with-left-icon {
  margin-bottom: 20px;
}
.webhooks-notifications .custom-content-with-left-icon .icon-group {
  width: 72px;
  height: 72px;
}
.webhooks-notifications .custom-content-with-left-icon .item .icon-group span.dslc-icon {
  top: 17px;
  left: 17px;
}
.webhooks-notifications .custom-content-with-left-icon .item .content-group h4 {
  color: rgb(34, 98, 174);
  font-size: 27px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 30px;
  margin-bottom: 20px;
}
.webhooks-notifications .custom-content-with-left-icon .item .content-group p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}



/* =============== Video Library =============== */

.video-library .hs-section-1 .page-center {
  padding-top: 6px;
}
.video-library .custom-accordion-item .accordion-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.video-library .custom-accordion-item p {
  margin-bottom: 20px;
}
.video-library .custom-accordion-group .custom-accordion-item{
  margin-bottom: 55px;
}
.custom-accordion-group .custom-accordion-item:last-child {
  margin-bottom: 0;
}





/* =============== Contact Us =============== */

.hs-contact-section-1 .widget-type-form {
  max-width: 100%;
  padding: 20px 61px !important;
  margin: 0 !important;
}
.hs-contact-section-1 .widget-type-form .hs-input {
  transition: border 0.2s linear,box-shadow 0.2s linear;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1) !important;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #666;
  border: 1px solid #ccc;
  padding: 4px;
  font-family: helvetica;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.hs-contact-section-1 .widget-type-form .hs-richtext {
  color: #000000;
  font-family: helvetica;
  line-height: 18px;
  font-size: 14px;
  margin-bottom: 3px;
}
.hs-contact-section-1 .widget-type-form ul.inputs-list {
  margin: 9px 0 13px;
  width: 100%;
}
.hs-contact-section-1 .widget-type-form ul.inputs-list label.hs-form-booleancheckbox-display {
  font-size: 13px !important;
}
.hs-contact-section-1 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.custom-contact-bottom-group {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 25px 0;
  margin: 25px 0;
}
.hs-contact-section-1 .page-center {
  padding-bottom: 0;
}




/* =============== Client Referrals =============== */

.client-referrals .hs_cos_wrapper_type_form {
  display: block;
  background-color: #f9f9f9;
  border-radius: 1px;
  margin: 0 auto;
  border-width: 4px;
  border-style: solid;
  border-color: #4a86e8;
  padding: 42px 20px 0;
  max-width: 550px;
}
.client-referrals .hs_cos_wrapper_type_form label {
  color: #333;
  font-weight: normal;
  font-size: 14px;
}
.client-referrals .hs_cos_wrapper_type_form span.hs-form-required {
  display: none;
}
.client-referrals .hs_cos_wrapper_type_form .hs-input {
  border-color: #ccc;
  border-width: 1px;
  border-style: solid;
  font-weight: normal;
  padding: 4px 6px;
  color: #555;
  font-size: 14px;
}
.client-referrals .hs_cos_wrapper_type_form input.hs-button.primary.large {
  background-color: #ff0000;
  border-color: #e60000;
  border-width: 1px;
  border-style: solid;
  color: #ffffff;
  font-size: 22px;
  border-radius: 4px;
  padding: 10px 18px 11px 18px;
  margin: 9px 0 20px 0;
  line-height: 20px;
  font-weight: normal;
  text-shadow: none;
  -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);
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.client-referrals .hs_cos_wrapper_type_form input.hs-button.primary.large:hover{
  background-color: #e60000;
  color: #ffffff;
  box-shadow: none;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.client-referrals .hs_cos_wrapper_type_form .hs-input:focus {
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  -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);
}
.hs-company-banner-area {
  padding-bottom: 80px;
  padding-top: 80px;
  text-align: center;
  margin-top: 1px;
}
.hs-company-banner-area .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.company .hs-section-1 table tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0.5em 0.75em;
}
.company .hs-section-1 table tr:last-child td {
  border-bottom: 0 none;
}




/* =============== Two Column with Form =============== */

.custom-banner-with-form {
  margin-top: -1px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  margin-bottom: 54px;
  padding-bottom: 25px;
  padding-top: 26px;
  background-color: rgb(73, 153, 221);
}
.custom-banner-with-form .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.custom-banner-with-form .bottom-group .left-group {
  width: 48.93617%;
  display: block;
  float: left;
  margin-right: 2.12766%;
}
.custom-banner-with-form .bottom-group .left-group .content-box {
  margin-bottom: 50px;
  padding-top: 49px;
  padding-bottom: 49px;
}
.custom-banner-with-form .bottom-group .left-group .content-box h2 {
  color: rgb(255, 255, 255);
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 38px;
  margin: 0 0 20px;
}
.custom-banner-with-form .bottom-group .left-group .content-box h3 {
  color: #ffffff;
}
.custom-banner-with-form .bottom-group .right-group .form-group {
  font-size: 16px;
  font-weight: 100;
  padding: 5px 23px;
  background-color: rgb(231, 231, 231);
  border-radius: 5px;
}
.custom-banner-with-form .bottom-group .right-group {
  width: 48.93617%;
  display: block;
  float: left;
}
.custom-banner-with-form .bottom-group .right-group h3.form-title{
  display: none;
}
.custom-banner-with-form .bottom-group .right-group h3 {
  font-size: 23px;
  border-bottom-color: #e5e5e5;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 20px;
  line-height: 40px;
  font-weight: normal;
  color: #666666;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.custom-banner-with-form .bottom-group .right-group .hs-form-field label {
  font-size: 19px;
  font-weight: normal;
  margin-bottom: 5px;
  color: #666666;
}
.custom-banner-with-form .bottom-group .right-group span.hs-form-required {
  display: none;
}
.custom-banner-with-form .bottom-group .right-group .hs-input {
  border-color: #ccc;
  border-width: 1px;
  border-style: solid;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  padding: 4px 6px;
  margin-bottom: 5px;
  color: #555;
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  -moz-transition: border linear .2s,box-shadow linear .2s;
  -o-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;
}
.custom-banner-with-form .bottom-group .right-group .hs-form-field {
  margin-bottom: 15px;
}
.custom-banner-with-form .bottom-group .right-group ul.inputs-list {
  padding-left: 20px;
  margin-bottom: -5px;
  margin-top: 4px;
}
.custom-banner-with-form .bottom-group .right-group ul.inputs-list li.hs-form-booleancheckbox input {
  margin-left: -20px;
  position: relative;
  top: 2px;
}
.custom-banner-with-form .bottom-group .right-group input.hs-button.primary.large {
  background-color: #5cb85c;
  border-color: #4cae4c;
  border-width: 1px;
  border-style: solid;
  color: #ffffff;
  font-size: 22px;
  border-radius: 3px;
  margin: 0 0 7px 0;
  padding: 9px 17px 8px 17px;
  font-weight: inherit;
  line-height: 19px;
  text-shadow: none;
  -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);
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.custom-banner-with-form .bottom-group .right-group input.hs-button.primary.large:hover {
  background-color: #53a653;
  color: #ffffff;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.custom-banner-with-form .bottom-group .right-group li.hs-form-booleancheckbox label {
  margin-bottom: 0 !important;
}
.custom-banner-with-form .bottom-group .right-group .hs-error-msgs label {
  color: red;
  font-weight: normal;
  font-size: 15px;
}
.custom-banner-with-form .bottom-group .right-group ul.hs-error-msgs.inputs-list {
  padding-left: 0;
  margin: 5px 0 0;
}
.custom-banner-with-form .bottom-group .right-group .hs-input.invalid.error{
  border-color: #e06666;
  color: #e06666;
}
.two-col-with-form .hs-section-1 .four-col-caption-with-title {
  padding-top: 0;
  margin-bottom: 80px;
}
.two-col-with-form .hs-section-1 .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.two-col-with-form .hs-section-1 .four-col-caption-with-title .top-group {
  margin-bottom: 30px;
}
.two-col-with-form .hs-section-1 .custom-boberdoo-solution {
  padding-top: 20px;
}
.two-col-with-form .hs-section-1 {
  padding-bottom: 30px;
}
.two-col-with-form .hs-section-1 .custom-boberdoo-solution .left-group .client-process-right-group .title p {
  margin-bottom: 25px;
}
.custom-banner-with-form .bottom-group .left-group .content-box p {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 20px;
}
.one-column-layout.newsletter-archive .banner-area h1 {
  font-size: 50px;
  font-weight: 200;
  line-height: 55px;
}
.one-column-layout.newsletter-archive .banner-area {
  padding-top: 21px;
  padding-bottom: 25px;
  border-color: #ededed;
}
.custom-newsletter-archive-mod .newsletter-archive-item {
  font-size: 16px;
  background-color: rgb(237, 237, 237);
  margin-bottom: 30px;
  padding: 30px;
  min-height: 280px;
  width: 48.93617%;
  display: block;
  float: left;
  margin-right: 2.12766%;
}
.custom-newsletter-archive-mod .newsletter-archive-item:nth-child(2n) {
  margin-right: 0;
}
.newsletter-archive .hs-section-1 .page-center {
  padding-top: 41px !important;
  padding-bottom: 0 !important;
}
.custom-newsletter-archive-mod .newsletter-archive-item .byline {
  color: rgb(161, 161, 161);
  font-size: 14px;
  font-style: italic;
  padding-top: 1px;
  padding-bottom: 1px;
  line-height: 29px;
  font-weight: 300;
}
.custom-newsletter-archive-mod .newsletter-archive-item h2 {
  color: rgb(17, 119, 184);
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px;
  margin-top: 0;
}
.custom-newsletter-archive-mod .newsletter-archive-item p {
  margin-bottom: 10px;
}
.custom-newsletter-archive-mod .newsletter-archive-item p.bottom-btn a {
  background-color: rgb(182, 40, 46);
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.15;
  padding: 10px 20px;
  display: inline-block;
  outline: 0;
  text-decoration: none;
  vertical-align: top;
}
.custom-newsletter-archive-mod .newsletter-archive-item p.bottom-btn a:hover{
  background-color: rgb(207, 35, 43);
  border-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.one-column-layout.newsletter-archive .body-container-wrapper{
  padding-bottom: 15px;
}



/* =============== Security =============== */

.security .body-container p {
  margin-bottom: 25px;
}
.security .hs-section-2 {
  background-color: rgb(0, 109, 179);
  padding-bottom: 25px;
  padding-top: 25px;
  color: #fff;
  text-align: center;
}
.security .hs-section-1 .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_module:last-child .two-col-content-with-left-icon .col {
  margin-bottom: 10px;
}
.security .hs-section-2 .page-center{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.boberdoo-security-recommendation h1 {
  color: rgb(255, 255, 255);
  font-size: 40px;
  line-height: 1;
  font-weight: 300;
  margin-top: 16px;
  margin-bottom: 37px;
}
.boberdoo-security-recommendation .icon-group .col {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 14.89361%;
}
.boberdoo-security-recommendation .seperator {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 6.38297%;
}
.boberdoo-security-recommendation .icon-group .column-1.col {
  width: 23.40425%;
}
.boberdoo-security-recommendation .icon-group .column-4.col {
  margin-right: 0;
}
.boberdoo-security-recommendation .icon-group .col .icon {
  margin-bottom: 25px;
}
.boberdoo-security-recommendation .icon-group .col .icon span {
  color: rgb(255, 255, 255);
  font-size: 50px;
}
.boberdoo-security-recommendation .seperator span {
  color: rgb(255, 255, 255);
  font-size: 31px;
}
.boberdoo-security-recommendation .seperator:nth-child(2) {
  text-align: left;
}
.custom-security-and-data-retention-mod .button-group a {
  margin-bottom: 13px;
}
.custom-security-and-data-retention-mod .content-group .button-group a + a {
  margin-left: 46px;
}
.security .two-col-content-with-left-icon .col p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px !important;
}




/* =============== Phone Swap LP =============== */

.phone-swap-lp .hs-section-1 form {
  border: 1px solid #8e846b;
  border-radius: 8px;
  color: #383838;
  font-family: Segoe UI, Arial, sans-serif;
  font-size: 1.1em;
  padding: 20px;
  background: #feeebd url(//2427399.fs1.hubspotusercontent-na1.net/hubfs/2427399/Boberdoo_October2018/Images/ui-bg_highlight-soft_100_feeebd_1x100.png) 50% top repeat-x;
  overflow: hidden;
}
.phone-swap-lp .hs-section-1 form .hs-form-field {
  margin-bottom: 20px;
  overflow: hidden;
}
.phone-swap-lp .hs-section-1 form .hs-form-field > label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
  margin-bottom: 5px;
  font-size: 14px !important;
  font-weight: normal;
  color: #383838;
  line-height: 20px;
  font-family: Segoe UI, Arial, sans-serif;
}
.phone-swap-lp .hs-section-1 form .hs-form-field .input {
  width: calc(100% - 170px );
  float: left;
  padding-left: 10px;
}
.phone-swap-lp .hs-section-1 form .hs-form-field .input .hs-input {
  max-width: 100%;
  margin: 0;
  font-family: Segoe UI, Arial, sans-serif;
  font-size: 15.4px;
  border-radius: 0px;
  line-height: 24px;
  padding: 4px 6px;
  box-shadow: none;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ccc;
  background: #feeebd url(//2427399.fs1.hubspotusercontent-na1.net/hubfs/2427399/Boberdoo_October2018/Images/ui-bg_highlight-soft_100_feeebd_1x100.png) 50% top repeat-x;
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  -moz-transition: border linear .2s,box-shadow linear .2s;
  -o-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;
}
.phone-swap-lp .hs-section-1 form .hs-form-field .input .hs-input:focus{
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  -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);
}
.phone-swap-lp .hs-section-1 form ul.hs-error-msgs.inputs-list {
  width: calc(100% - 170px);
  float: right;
  margin-top: 6px;
}
.phone-swap-lp .hs-section-1 form .actions {
  width: calc(100% - 170px);
  float: right;
  display: block;
}
.phone-swap-lp .hs-section-1 form input.hs-button.primary.large {
  padding: .4em 1em;
  line-height: 1.4;
  font-weight: bold;
  color: #4c3000;
  font-family: Segoe UI, Arial, sans-serif;
  font-size: 15.4px;
  border-radius: 8px;
  text-shadow: none;
  border: 1px solid #d19405;
  margin-bottom: 0;
  background: #fece2f url(//2427399.fs1.hubspotusercontent-na1.net/hubfs/2427399/Boberdoo_October2018/Images/ui-bg_gloss-wave_60_fece2f_500x100.png) 50% 50% repeat-x;
}
.phone-swap-lp .hs-section-1 form input.hs-button.primary.large:hover {
  box-shadow: none;
}
.banner-area .image-group.mobile{
	display: none;
}


/* =============== Feature List =============== */

.feature-list .custom-accordion-group {
  padding-top: 0px;
}
.feature-list .custom-accordion-item .accordion-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 15px;
  padding-right: 15px;
}
.feature-list .custom-accordion-group .custom-accordion-item {
  padding-top: 20px;
}
.feature-list .hs-section-1 p {
  margin-bottom: 25px;
}
.feature-list .hs-section-1 .accordion-inner p {
  margin-bottom: 20px;
  font-weight: 400;
}


/* =============== Changelog =============== */

.changelog .custom-accordion-item .accordion-title {
  font-size: 12px;
}
.changelog .custom-accordion-item .accordion-content {
  font-size: 12px;
  font-weight: 400;
}
.changelog .custom-accordion-item .accordion-content p {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}




/* =============== Lead Verticals =============== */

.lead-verticals .custom-title-with-left-icon .item span.dslc-icon {
  font-size: 31px;
}
.lead-verticals .custom-title-with-left-icon .item .icon-group {
  width: 27.27%;
  margin-right: 8.12766%;
}
.lead-verticals .custom-title-with-left-icon .item .title {
  width: 63.63%;
}
.lead-verticals .custom-title-with-left-icon .item .title p {
  margin-bottom: 25px;
  font-size: 17px;
  font-family: 'Roboto',Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
  line-height: 27px;
  font-weight: 300;
}
.lead-verticals .custom-title-with-left-icon .item .title p {
  margin-bottom: 25px;
  font-size: 17px;
  font-family: 'Roboto',Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
  line-height: 27px;
  font-weight: 700;
}
.lead-verticals .custom-title-with-left-icon .item {
  margin-bottom: 12px;
}
.lead-verticals .custom-title-with-left-icon .item .title a {
  color: rgb(42,160,239);
}


/* =============== Contact Lead Buyers =============== */

.contact-lead-buyers .hs-section-1 form .form-field-wrapper:nth-child(2) {
  display: none;
}
.contact-lead-buyers .hs-section-1 form {
  padding: 27px 33px;
  background-color: #f9f9f9;
  border-radius: 1px;
  border-color: #4a86e8;
  border-style: solid;
  margin: 0;
  max-width: 650px;
  width: 100%;
}
.contact-lead-buyers .hs-section-1 form h3 {
  border-bottom: 1px solid #e5e5e5;
  font-size: 23px;
  margin-bottom: 20px;
  line-height: 40px;
  font-weight: normal;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.contact-lead-buyers .hs-section-1 form .hs-form-field > label {
  font-size: 14px !important;
}
.contact-lead-buyers .hs-section-1 .hs-form-field .hs-input {
  line-height: 24px !important;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px !important;
}
.contact-lead-buyers .hs-section-1 form .hs-button.primary.large {
  background-color: #ff0000;
  border-color: #e60000;
  border-width: 1px;
  border-style: solid;
  color: #ffffff;
  font-size: 21px;
  border-radius: 4px;
  margin: 3px 0 7px 0;
  padding: 7px 16px 8px 16px;
  line-height: 20px;
  text-shadow: none;
  -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);
}
.contact-lead-buyers .hs-section-1 form .hs-button.primary.large:hover{
  background-color: #e60000;
  color: #ffffff;
}
.contact-lead-buyers .hs-section-1 form.show-form-field .form-field-wrapper:nth-child(2) {
  display: block;
}
.contact-lead-buyers .hs-section-1 form.show-form-field .form-field-wrapper:first-child {
  display: none;
}
.contact-lead-buyers .hs-section-1 form .hs-input.invalid.error {
  border-color: #b94a48 !important;
}
.previous-button.hs-button.primary.large {
  margin-right: 5px !important;
}



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

.hs-home-slider-group {
  padding-top: 1px;
}
.hs-home-slider-group .hs_cos_gallery_main {
  padding: 0;
  margin: 0;
}

.hs-home-slider-group .hs_cos_gallery_main .slick-arrow {
  display: none !important;
}

.hs-home-slider-group .hs_cos_gallery_main .slick-dots {
  bottom: 18px;
  position: absolute;
}

.hs-home-slider-group .hs_cos_gallery_main .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: rgba(0,0,0,0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.hs-home-slider-group .hs_cos_gallery_main .slick-dots li button {
  display: none;
}

.hs-home-slider-group .hs_cos_gallery_main .slick-dots li.slick-active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.custom-home-two-col-equal-mod h1 {
  color: rgb(17, 119, 184);
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  line-height: 32px;
  margin: 0;
}

.body-container .custom-home-two-col-equal-mod .page-center {
  padding-top: 12px;
}

.custom-main-container {
  overflow: hidden;
  padding: 25px 0 0;
}

.custom-home-two-col-equal-inner {
  width: 48.93617%;
  float: left;
  margin-right: 2.12766%;
}

.custom-home-two-col-equal-inner.col2 {
  margin-right: 0;
}

.custom-home-two-col-equal-inner h3 {
  color: #006db3;
  font-size: 42px;
  font-weight: lighter;
  line-height: 33px;
}

.custom-home-two-col-equal-inner p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 12px;
}

.fluid-width-video-wrapper {
  padding-top: 56.3043%;
  width: 100%;
  position: relative;
}

.fluid-width-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.custom-home-rss-group {
  background-color: rgba(48, 49, 55, 0.9);
  padding-bottom: 20px;
  padding-top: 40px;
}

.body-container .custom-home-rss-group .page-center {
  padding: 0;
}

.module-heading {
  overflow: hidden;
}

.module-heading h2 {
  color: rgb(255, 255, 255);
  font-size: 42px;
  font-weight: 200;
  margin: 0 15px 0 0;
  letter-spacing: 0px;
  line-height: 36px;
  margin-bottom: 30px;
  display: inline-block;
  float: left;
}

span.custom-view-all {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  float: left;
  font-size: 11px;
  line-height: 1;
  margin: 3px 0;
}

.module-heading span a {
  color: rgb(33, 151, 227);
  font-size: 17px;
  font-weight: 200;
  letter-spacing: 0px;
  border-left: 1px dotted rgb(255, 255, 255);
  padding-left: 14px;
}
.module-heading span a:hover{
	text-decoration: none;
}
.recent-post-section {
  overflow: hidden;
  margin: 0 -12px;
}
.recent-post-section .hs-rss-item {
  float: left;
  padding-left: 0 ;
  padding-right: 0;
}
.recent-post-section .hs-rss-item-inner {
  padding-left: 12.766px;
  padding-right: 12.766px;
}
.recent-post-section .rss-inner-group {
  background-color: #fff;
  border-color: #e8e8e8;
  border-width: 1px;
  border-style: solid solid solid solid;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  min-height: 441px;
  text-align: center;
}
.recent-post-section .rss-inner-group a:hover{
	text-decoration: none;
}
.recent-post-section a.hs-rss-title {
  color: #4d4d4d;
  font-size: 17px;
  font-weight: 500;
  line-height: 29px;
  margin-bottom: 20px;
  display: inline-block;
}
.recent-post-section .custom-rss-content {
  margin-bottom: 20px;
}
.recent-post-section .custom-rss-content * {
  color: #a6a6a6;
  font-size: 13px;
  font-weight: 500;
  line-height: 23px;
  margin: 0;
}
.recent-post-section .custom-author-rss a.author-link{
  color: #5890e5;
}
.recent-post-section .custom-author-rss {
  border-color: #e5e5e5;
  border-width: 1px;
  border-style: solid none solid none;
  color: #a8a8a8;
  font-size: 11px;
  font-family: Libre Baskerville;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 0px;
  padding-right: 0px;
}
.recent-post-section a.hs-rss-read-more {
  background-color: #5890e5;
  border-width: 0px;
  border-style: solid solid solid solid;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  display: inline-block;
  line-height: 1;
}
.recent-post-section a.hs-rss-read-more:hover{
  background-color: #4b7bc2;
  color: #fff;
  text-decoration: none;
}
.custom-home-two-col-equal-mod {
  padding-bottom: 5px;
}
.custom-two-col-equal-image-alignment-mod {
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: 38px;
  padding-top: 30px;
  position: relative;
}
.custom-two-col-equal-image-alignment-mod .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.custom-two-col-equal-image-alignment-mod .custom-two-col-equal-image-alignment-col1 {
  padding-top: 25px;
  padding-bottom: 25px;
  width: 48.93617%;
  display: block;
  float: left;
  margin-right: 2.12766%;
  position: relative;
  text-align: center;
}
.custom-two-col-equal-image-alignment-mod .custom-two-col-equal-image-alignment-col2 {
  width: 48.93617%;
  display: block;
  float: left;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #fff;
}
.custom-two-col-equal-image-alignment-mod .custom-two-col-equal-image-alignment-col2 h2 {
  color: #fff;
  font-size: 42px;
  font-weight: lighter;
  line-height: 38px;
}
.custom-two-col-equal-image-alignment-mod .custom-two-col-equal-image-alignment-col2 ul {
  font-size: 18px;
  line-height: 2.2;
}
.custom-two-col-equal-image-alignment-mod.black .custom-two-col-equal-image-alignment-col2 h2 {
  color: rgb(16,16,17);
}
.custom-two-col-equal-image-alignment-mod.black .custom-two-col-equal-image-alignment-col2 {
  color: rgb(16,16,17);
}
.custom-two-col-equal-image-alignment-mod.right .custom-two-col-equal-image-alignment-col1 {
  margin-right: 0;
  float: right;
}
.custom-two-col-equal-image-alignment-mod.right .custom-two-col-equal-image-alignment-col2 {
  margin-right: 2.12766%;
}
.hs-home-page .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_module:nth-child(3) .custom-two-col-equal-image-alignment-mod,
.hs-home-page .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_module:nth-child(5) .custom-two-col-equal-image-alignment-mod{
  padding-bottom: 0;
}
.hs-home-page .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_module:nth-child(3) .custom-two-col-equal-image-alignment-col1,
.hs-home-page .hs_cos_wrapper_type_widget_container .hs_cos_wrapper_type_module:nth-child(5) .custom-two-col-equal-image-alignment-col1{
  padding-bottom: 0;
  margin-bottom: -15px;
}
.custom-full-width-background * {
  color: #fff;
}
.custom-full-width-background {
  padding-bottom: 77px;
  padding-top: 40px;
}
.custom-full-width-background .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.custom-full-width-background p {
  margin-bottom: 0px;
  font-size: 18px;
}
.custom-full-width-background h3 {
  color: #fff;
  font-size: 42px;
  font-weight: lighter;
  margin-top: 20px;
}
.custom-testimonial-slider-group {
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
  padding-bottom: 56px;
  padding-top: 60px;
}
.custom-testimonial-slider-group .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.custom-testimonial-slider-group h2 {
  color: rgb(34, 98, 174);
  font-size: 42px;
  font-weight: 200;
  letter-spacing: 0px;
  line-height: 38px;
  margin-bottom: 30px;
  margin-top: 0;
}
.custom-testimonial-slider-group .hs_cos_gallery_main {
  padding: 0;
  margin: 0;
  user-select: text;
}
.custom-testimonial-slider-group .hs_cos_gallery_main.slick-fixed-height-slider .slick-track {
  display: block;
}
.custom-testimonial-slider-group .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
  margin: 0;
	float: left;
}
.custom-testimonial-slider-group .slick-prev, 
.custom-testimonial-slider-group .slick-next {
  top: -62px;
  background-color: transparent;
  border: 1px solid rgba(90, 90, 90, 0.5);
  border-radius: 3px;
  width: 48px;
  height: 48px;
  margin: 0;
}
.custom-testimonial-slider-group .slick-arrow:before {
  content: "\e83c";
  color: rgba(90, 90, 90, 0.7);
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  font-family: 'iconfont';
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1 !important;
}
.custom-testimonial-slider-group .slick-prev:before{
  content: "\e839";
}
.custom-testimonial-slider-group .slick-prev:hover, 
.custom-testimonial-slider-group .slick-next:hover {
  background-color: #5890e5;
  border-color: rgb(88, 144, 229);
} 
.custom-testimonial-slider-group .slick-prev:hover:before, 
.custom-testimonial-slider-group .slick-next:hover:before{
  color: #fff;
}
.custom-testimonial-slider-group .slick-prev {
  left: auto;
  right: 60px;
}
.custom-testimonial-slider-group .hs_cos_gallery_main .caption {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  text-align: left !important;
}
.custom-testimonial-slider-group .hs_cos_gallery_main .caption {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  text-align: left !important;
  padding-top: 6px;
}
.custom-testimonial-slider-group .hs_cos_gallery_main .caption h5 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 6px;
  padding-top: 17px;
}
.custom-testimonial-slider-group ul.slick-dots {
    display: none !important;
}



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


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

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


[class^="dslc-icon-twitter"], [class*=" dslc-icon-twitter"],
[class^="dslc-icon-facebook"], [class*=" dslc-icon-facebook"],
[class^="dslc-icon-youtube-play"], [class*=" dslc-icon-youtube-play"],
[class^="dslc-icon-pinterest"], [class*=" dslc-icon-pinterest"],
[class^="dslc-icon-linkedin"], [class*=" dslc-icon-linkedin"],
[class^="dslc-icon-instagram"], [class*=" dslc-icon-instagram"],
[class^="dslc-icon-github-alt"], [class*=" dslc-icon-github-alt"],
[class^="dslc-icon-flickr"], [class*=" dslc-icon-flickr"],
[class^="dslc-icon-vimeo-square"], [class*=" dslc-icon-vimeo-square"],
[class^="dslc-icon-tumblr"], [class*=" dslc-icon-tumblr"],
[class^="dslc-icon-github-alt"], [class*=" dslc-icon-github-alt"],
[class^="dslc-icon-google-plus"], [class*=" dslc-icon-google-plus"],
[class^="dslc-icon-dribbble"], [class*=" dslc-icon-dribbble"],
[class^="dslc-icon-dropbox"], [class*=" dslc-icon-dropbox"],
[class^="dslc-icon-foursquare"], [class*=" dslc-icon-foursquare"],
[class^="dslc-icon-behance"], [class*=" dslc-icon-behance"],
[class^="dslc-icon-rss"], [class*=" dslc-icon-rss"],
[class^="dslc-icon-yelp"], [class*=" dslc-icon-yelp"],

[class^="dslc-icon-chevron-left"], [class*=" dslc-icon-chevron-left"],
[class^="dslc-icon-chevron-right"], [class*=" dslc-icon-chevron-right"]  {
  font-family: 'iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dslc-icon-twitter:before {
  content: "\e858";
}
.dslc-icon-facebook:before {
  content: "\e85a";
}
.dslc-icon-youtube-play:before {
  content: "\f167";
}
.dslc-icon-pinterest:before {
  content: "\e85f";
}
.dslc-icon-linkedin:before {
  content: "\e863";
}
.dslc-icon-instagram:before {
  content: "\e870";
}
.dslc-icon-github-alt:before {
  content: "\e852";
}
.dslc-icon-flickr:before {
  content: "\e854";
}
.dslc-icon-vimeo-square:before {
  content: "\e856";
}
.dslc-icon-tumblr:before {
  content: "\e861";
}
.dslc-icon-google-plus:before {
  content: "\e85d";
}
.dslc-icon-dribbble:before {
  content: "\e865";
}
.dslc-icon-dropbox:before {
  content: "\e871";
}
.dslc-icon-foursquare:before {
  content: "\e093";
}
.dslc-icon-behance:before {
  content: "\e87c";
}
.dslc-icon-rss:before {
  content: "\e7ce";
}
.dslc-icon-yelp:before {
  content: "\e6ec";
}

.dslc-icon-chevron-left:before {
  /*content: "\e831";*/
  content: "\e839";
}
.dslc-icon-chevron-right:before {
  /*content: "\e834";*/
  content: "\e83c";
}


.custom-footer-group {
  background-color: rgb(48, 49, 55);
  text-align: center;
}
.custom-copyright {
  padding-top: 12px;
  padding-bottom: 12px;
  color: rgb(255, 255, 255);
  font-size: 12px;
}
.custom-copyright p {
  margin: 0;
}
.custom-copyright p a {
  color: inherit;
  text-decoration: none;
}
.custom-copyright p a:hover {
  color: rgb(255, 0, 0);
  text-decoration: underline;
}
.custom-footer-social ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.custom-footer-social ul li {
  margin: 0 6px 0 0;
  padding: 0;
  line-height: 1;
  display: inline-block;
}
.custom-footer-social ul li:last-child {
  margin-right: 0;
}
.custom-footer-social ul li a {
  border-color: transparent;
  border-width: 0px;
  border-style: solid solid solid solid;
  border-radius: 4px;
  width: 45px;
  height: 45px;
  line-height: 50px;
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  position: relative;
  display: block;
}
.custom-footer-social ul li a:hover span{
  color: rgb(255, 0, 0);
}
.custom-accordion {
  position: relative;
  margin-bottom: 20px;
}
.custom-accordion-item .accordion-title {
  border-color: #e8e8e8;
  border-width: 1px;
  border-style: solid solid solid solid;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  padding: 15px;
  cursor: pointer;
}
.custom-accordion-item .custom-accordion:last-child {
  margin-bottom: 0;
}
.accordion-content .accordion-inner{
  background-color: transparent;
  border-color: #e8e8e8;
  border-width: 1px;
  border-style: none solid solid solid;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: left;
}
.accordion-content img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
table {
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
}




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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  padding: 10px 18px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-request-a-demo > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-request-a-demo:hover > a{
  color: rgb(182, 40, 46);
}

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

  .custom-menu-primary.mobile {
    display: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    float: right;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-left: 22.2px;
    padding-right: 62px;
    font-family: 'Roboto', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
    color: rgba(0, 0, 0, 0.91);
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    padding: 11px 16.2px 51px 16px;
    display: block;
    height: 40px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
    color: rgb(31, 155, 232);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a{
    color: rgb(31, 155, 232);
    font-weight: 400;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    -webkit-transform: translateY( 40px );
    -moz-transform: translateY( 40px );
    -ms-transform: translateY( 40px );
    -o-transform: translateY( 40px );
    transform: translateY( 40px );
    min-width: 205px;
    font-size: 15px;
    font-weight: 300;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 13px -3px #808080;
    -moz-box-shadow: 0px 4px 13px -3px #808080;
    -ms-box-shadow: 0px 4px 13px -3px #808080;
    -o-box-shadow: 0px 4px 13px -3px #808080;
    box-shadow: 0px 4px 13px -3px #808080;
    -webkit-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important; 
    opacity: 0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:first-child a{
  	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:last-child a{
  	border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children:hover > ul{
    overflow: visible;
    opacity: 1 !important;
    -webkit-transform: translateY( 0px );
    -moz-transform: translateY( 0px );
    -ms-transform: translateY( 0px );
    -o-transform: translateY( 0px );
    transform: translateY( 0px );
    -webkit-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important; 
  }


  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    padding: 10px 14px 10px 17px;
    color: rgba(2, 11, 18, 0.63);
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    line-height: 19.65px;
    border-bottom: 1px solid rgba(141, 141, 141, 0.07);
    white-space: normal !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children a {
    padding: 11px 14px 9px 17px;
  }


  .custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children > a:after {
    content: ' ';
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    border-style: solid;
    right: 0px;
    border-width: 3px 4px;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li:hover > a {
    background: rgb(86, 174, 227);
    color: rgb(255, 255, 255);
  }

  .scroll-header .custom-header {
    position: fixed;
    width: 100% !important;
    top: 0;
    -moz-box-shadow: 0 1px 3px 0 rgba(156, 156, 156, 0.4);
    -webkit-box-shadow: 0 1px 3px 0 rgba(156, 156, 156, 0.4);
    box-shadow: 0 1px 3px 0 rgba(156, 156, 156, 0.4);

    padding-top: 10px;
    padding-bottom: 10px;
    height: 54px !important;
    min-height: 0 !important;
    z-index: 99999;
  }

  .scroll-header .custom-logo img {
    max-height: 90% !important;
    width: auto !important;
    max-width: 100% !important;
    position: relative;
    top: -1px;
  }

  .scroll-header .custom-logo a {
    height: 34px !important;
    line-height: 34px;
    display: block;
  }

  .scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 7px 16.2px 47px 16px;
  }
  .scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li.nav_search_box form i.icosearch{
    margin: 2px 0;
  }

  .custom-header-group {
    position: relative;
    min-height: 190px !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li.active > a {
    background: rgb(86, 174, 227);
    color: rgb(255, 255, 255);
  }

  .scroll-header .custom-header:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: relative;
    z-index: 99;
  }
  .custom-search{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    width: auto !important;
  }
  .custom-search .hs-search-field--open .hs-search-field__suggestions {
    border: none;
    background: #fff;
    position: absolute;
    top: 40px;
    box-shadow: 0px 1px 4px #d2cccc;
    border-radius: 4px;
    padding: 20px;
    max-width: 500px;
    right: 0;
  }
  .search-open .custom-search {
    opacity: 1;
    visibility: visible;
  }
  .custom-header .page-center {
    position: relative;
  }
  .custom-search form {
    width: 100%;
    min-height: 36px;
    position: relative;
    right: 18px;
    top: -2px;
  }
  .custom-search form:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 10px 0 rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 10px 0 rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 1px 0 rgba(0, 0, 0, 0.3) inset, 0 1px 10px 0 rgba(0, 0, 0, 0.1) inset;
  }
  .custom-search input.hs-search-field__input {
    display: block;
    height: 26px;
    line-height: 26px;
    padding: 0px;
    border-width: 0px;
    border-style: none;
    outline: none;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    width: 0px;
    max-width: 0px;
    z-index: 000;
    margin: 5px 0;
    padding-left: 18px;
    padding-right: 18px;
    color: rgb(79, 79, 79);
    font-family: 'Roboto', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
    font-weight: 400;
    font-size: 14px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid;
    border-color: #848484 #c1c1c1 #e1e1e1;
    -moz-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    -webkit-transition: all 0.1s ease;
    -webkit-transition-delay: 0s;
    transition: all 0.1s ease 0s;
    border-radius: 100px;
    height: 35px;
  }
  .search-open .custom-search input.hs-search-field__input{
    -moz-transition: transition: all 0.2s ease 0.2s;
    -o-transition: transition: all 0.2s ease 0.2s;
    -webkit-transition: transition: all 0.2s ease 0.2s;
    -webkit-transition-delay: 0s;
    transition: all 0.2s ease 0.2s;
    padding-left: 14px;
    width: 232px;
    max-width: 232px;
  }

}


/* ==========================================================================
Mobile Menu - Toggle Side Menu - Right
========================================================================== */


/* Variables
========================================================================== */




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

.mobile-icon {
  display: none;
  cursor: pointer;
  position: absolute;
  height: 34px;
  line-height: 34px;
  width: 92px;
  top: 1px;
  right: 0;
}

.mobile-icon span.symbol_menu {
  position: relative;
  right: -4px;
  top: 1px;
}

.mobile-icon span.mobile_button {
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  font-family: 'Roboto', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
  color: rgba(0, 0, 0, 0.91);
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
}


/* Close Button
========================================================================== */  

.close-icon {
  display: none !important;
  cursor: pointer;
  margin: 27px 20px 10px;
  float: left;
  position: relative;
  height: 25px;
  width: 25px !important;
}
.close-icon:after,
.close-icon:before {
  content: "";
  width: 25px !important;
  height: 4px;
  background: ;
  position: absolute;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -ms-transform: rotate(45deg); 
  -webkit-transform: rotate(45deg); 
  transform: rotate(45deg);
}
.close-icon:before {
  -ms-transform: rotate(-45deg); 
  -webkit-transform: rotate(-45deg); 
  transform: rotate(-45deg);
}


/* Menu Styles on Mobile Devices
========================================================================== */  

@media (min-width: 1025px) {

  /* Will prevent the '100% Height' script for the Main Menu to affect desktop */
  .custom-menu-primary {
    height: auto !important;
  }

}

@media (max-width: 1024px) {

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

  body, html {
    height: auto;
  }

  /* Show the Mobile and Close Icons */
  .mobile-icon,
  .close-icon {
    display: block !important;
  }

  /* Container added with js and is required for transforms to work */
  #site-wrapper{
    max-width: 100%;
    height: 100%;

    position: relative;
  }
  #site-wrapper-inner{
    overflow-x:hidden;
  }


  /* Mobile Nav is HIDDEN By Default */
  .custom-menu-primary {
    width: 260px !important;
    background-color: #212121;
    right: -260px;
    top: 0;
    transition: right 0.14s ease-in-out;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    height: 100vh !important;
    top: 0;
    bottom: 0;
    height: 100% !important;
    position: absolute;
    overflow-y: auto;
    background: #FAFAFA;
    z-index: 1001;
    -moz-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.2) inset;
    padding:45px 0;
    font-size: 14px;
  }
  .show-mobile-nav{

  }
  .show-mobile-nav .custom-menu-primary {

  }

  /* Set Link Colors */


  /* All Main Containers Display FULL Width By Default */
  .header-container-wrapper, .body-container-wrapper, .footer-container-wrapper {

  }

  /* All Main Containers Display PARTIAL Width On Icon Click */
  .show-mobile-nav .header-container-wrapper, 
  .show-mobile-nav .body-container-wrapper,
  .show-mobile-nav .footer-container-wrapper{

  }

  div#site-wrapper {
    transition: right 500ms ease;
    position: relative;
    right: 0;
  }

  .show-mobile-nav div#site-wrapper {
    right: 260px;
  }

  h3.widget-title {
    margin-bottom: 14px;
    font-size: 14px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    font-family: 'Roboto',Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
    line-height: 33px;
    font-weight: 300;
    text-align: left;
    margin-top: 20px;
    padding:0 20px;
  }

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

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    display: block !important;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    background:transparent;
  }
	

  .custom-menu-primary .hs-menu-wrapper > ul li a {
    position: relative;
    padding: 5px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    text-decoration: none;
    color: rgba(0, 0, 0, 0.75);
    font-family: Roboto, Helvetica, Arial, "DejaVu Sans", "Liberation Sans", Freesans, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 27px;
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a:after {
    position: absolute;
    right: 1.5em;
    font-family: 'iconfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    line-height: inherit;
    vertical-align: middle;
    content: "\e834";
    opacity: .5;
  }

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

  .overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    display: none;
    cursor: pointer;
  }

  .show-mobile-nav .overlay{
    display:block;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.active > a {
    color: rgba(0, 0, 0, 0.85);
    font-weight: 400;
    background: rgba(0, 0, 0, 0.04);
    border-bottom: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.active > a:after {
    opacity: 1;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    padding: 5px 20px;
  }

}


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

.hs-blog-listing .body-container {
  background-color: rgb(241, 241, 241);
  margin: 1px 0 0;
  padding-top: 60px;
}

.custom-blog-title h1 {
  font-family: 'Roboto',Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
  font-size: 42px;
  line-height: 48px;
  font-weight: 200;
  margin-bottom: 25px;
  color: rgb(70,72,75);
  margin-top: 21px;
}

.hs-blog-listing .blog-content {
  width: 82.97872% !important;
  margin: 0 !important;
  float: left !important;
  margin-right: 2.12766% !important;
}

.hs-blog-listing .blog-sidebar {
  width: 14.89361% !important;
  float: right !important;
  margin: 0 !important;
}


.custom-blog-title {
  margin-bottom: 8px;
  padding-bottom: 28px;
}
.blog-listing-wrapper .post-listing .post-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.custom-post-item-container.clearfix {
  background-color: rgb(255, 255, 255);
}



.custom-featured-image {
  width: 40%;
  float: left;
}
.custom-post-item-content {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
  text-align: left;
  overflow: hidden;
}


.custom-post-item-content h2 {
  color: #4d4d4d;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
  margin-bottom: 5px;
}

.custom-post-item-content h2 a {
  color: inherit;
}


.custom-post-meta {
  border-color: rgb(243, 243, 243);
  border-width: 1px;
  border-style: none none none none;
  color: #a8a8a8;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 18px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.blog-listing-wrapper .post-listing .post-item .post-body {
  color: rgb(130, 134, 138);
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 26px;
}


.custom-read-more a {
  background-color: transparent;
  border-radius: 3px;
  color: rgb(38, 149, 223);
  font-size: 14px;
  font-weight: 300;
  font-family: Roboto;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 15px;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  border: 0 solid transparent;
  padding-right: 15px;
  border-width: 1px;
  border-style: solid solid solid solid;
  border-color: rgb(242, 242, 242);
}


.custom-read-more a:hover {
  background-color: #4b7bc2;
  border-color: rgb(75, 123, 194);
  color: #fff;
  text-decoration: none;
}

.custom-post-item-content h2 a:hover {
  text-decoration: none;
}


.hs-blog-listing .blog-sidebar h3 {
  font-family: 'Roboto',Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
  font-size: 24px;
  line-height: 33px;
  font-weight: 300;
  margin-bottom: 20px;
  color: rgb(16,16,17);
  margin-top: 20px;
  margin-bottom: 20px;
}

.hs-blog-listing .blog-sidebar ul li {
  font-family: 'Roboto',Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
  font-size: 17px;
  line-height: 27px;
  font-weight: 500;
  margin-bottom: 25px;
  color: rgb(16,16,17);
  margin-top: 10px;
}



.hs-blog-listing .blog-sidebar ul {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}
span.filter-link-count {
  display: none;
}








.hs-blog-post .body-container {
  padding: 0;
}

.custom-related-post-slider {
  background-color: rgb(246, 246, 246);
  margin: 0 0 51px;
  padding: 0 0 27px;
  overflow: hidden !important;
}


.custom-related-heading h3 {
  margin: 0 15px 0 0;
  color: rgb(115, 126, 137);
  font-size: 27px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 38px;
  margin-bottom: 50px;
  display: block;
  float: left;
}

span.module-heading-view-all {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  float: left;
  font-size: 11px;
  line-height: 1;
  margin: 3px 20px 3px 0;
}


span.module-heading-view-all a {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0px;
  border-left-color: rgba(79, 79, 79, 0.25);
  border-left-style: dotted;
  display: block;
  padding-left: 15px;
  border-left: 1px dotted #4f4f4f;
  font-family: "Open Sans";
  line-height: 1;
  text-decoration: none;
}  



span.module-heading-view-all a:hover {
  text-decoration: none;
  color: rgb(93,144,226);
}
.related-post-item {
  float: left;
  width: 33.33%;
}

.custom-relaed-post {
  margin-bottom: 0px;
  background-color: #fff;
  border-color: #e8e8e8;
  border-width: 0px;
  border-style: none solid solid solid;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  min-height: 171px;
  text-align: center;

  margin-left: 12.766px;
  margin-right: 12.766px;
}

.related-title {
  color: rgb(0, 0, 0);
  font-size: 21px;
  font-weight: 300;
  line-height: 27px;
  margin: 0;
}

.related-title a {
  color: inherit;
}
.related-body {
  color: rgb(97, 103, 108);
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 22px;
}

.custom-related-more a {
  background-color: transparent;
  border-width: 1px;
  border-style: solid solid solid solid;
  border-color: rgb(226, 223, 223);
  border-radius: 3px;
  font-size: 13px;
  font-weight: 400;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  display: inline-block;
  line-height: 1;
  color: rgb(42,160,239);
}

.custom-related-more a:hover {
  background-color: #4b7bc2;
  border-color: rgb(71, 124, 204);
  color: rgb(255, 255, 255);
  text-decoration: none;
}


.custom-related-post-slider {
  background-color: rgb(246, 246, 246);
  margin: 0 0 51px;
  padding: 0 0 27px;
}

.custom-post-title-group h1 {
  margin: 21px 0 0;
  font-size: 50px;
  font-weight: 200;
  line-height: 55px;
  color: rgb(70,72,75);
}

.custom-post-title-group ul {
  margin: 0;
  list-style: none;
  padding: 5px 0;
}

.custom-post-title-group ul li {
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  display: inline-block;
  margin: 0 10px 0 0;
  color: rgb(187, 187, 187);
}

.custom-post-title-group ul li.custom-post-topics a {
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  color: inherit;
  display: inline-block;
}


.custom-post-social-icons {
  margin: 33px 0 17px;
}

.custom-post-social-icons ul {
  padding: 0;
}


.custom-post-social-icons li a {
  /* margin: 2px 2px 2px 0; */
  color: #fff!important;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  background-image: -webkit-gradient(linear,0 100%,0 0,from(rgba(255,255,255,0)),to(rgba(255,255,255,.26)));
  background-image: -webkit-linear-gradient(bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.26) 100%);
  background-image: -moz-linear-gradient(bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.26) 100%);
  background-image: -o-linear-gradient(bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.26) 100%);
  background-image: linear-gradient(to top,rgba(255,255,255,0) 0,rgba(255,255,255,.26) 100%);
  border-radius: 20px;
  background-clip: padding-box;
  display: inline-block;
  vertical-align: middle;
  /* padding: 0px 2px; */
  line-height: 1;
  padding: 2px 10px;
  width: 38px;
  height: 36px;
}

.custom-post-social-icons li span.essb_icon {
  width: 18px;
  height: 32px;
  left: -10px!important;
  background: url(//2427399.fs1.hubspotusercontent-na1.net/hubfs/2427399/Boberdoo_September2018/Images/networks26.png) 0 0 no-repeat;
  display: inline-block;
}


.custom-post-social-icons li.facebook a {
  background-color: #3b5999;
}

.custom-post-social-icons li.facebook a span.essb_icon {
  background-position: -64px 0;
}

.custom-post-social-icons ul li.twitter a {
  background-color: #59d1df;
}

.custom-post-social-icons ul li.google-plus a {
  background-color: #bf3727;
}

.custom-post-social-icons ul li.google-plus a span.essb_icon {
  background: url(//2427399.fs1.hubspotusercontent-na1.net/hubfs/2427399/Boberdoo_September2018/Images/g02.png) 0 0 no-repeat;
}

.custom-post-social-icons ul li.lindikin a {
  background-color: #2ba3e1;
}

.custom-post-social-icons ul li.lindikin a span.essb_icon {
  background-position: -192px 0;
}


.custom-post-social-icons li {
  margin: 0 -2px 0 0 !important;
  display:inline-block;
}



.custom-post-banner {
  border-bottom: 1px solid rgb(238, 238, 238);
  padding: 0 20px 10px;
}



.blog-post-wrapper .post-body hr {
  display: none;
}

.blog-post-wrapper .post-body {
  font-size: 17px;
  font-weight: 300;
  font-family: Roboto;
  font-style: normal;
  line-height: 27px;
  font-family: Roboto;
}

.blog-post-wrapper .post-body {
  font-size: 17px;
  font-weight: 300;
  font-family: Roboto;
  font-style: normal;
  line-height: 27px;
  font-family: Roboto;
  margin: 40px 0 0;
}







.custom-explore-form .widget-type-form {
  margin: 0 !important;
  background: none !important;
  border: 0 !important;
  padding: 0 !important;
}

.custom-post-form-group {
  background-color: rgb(0, 109, 179);
  padding: 25px 20px;
  margin:30px 0 0;
}


.custom-post-form-group h3 {
  border-bottom: 1px solid #e5e5e5;
  font-size: 23px;
  line-height: 40px;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 23px;
  font-weight: 400;
  margin: 0 0 20px;
}

.custom-post-form-group label {
  font-size: 19px !important;
  color: #fff !important;
  line-height: 20px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  margin: 0 0 5px !important;
}

.custom-post-form-group .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field,
.custom-post-form-group .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field{
  width: 48.93617021276595%;
  float: left;
  padding: 0;
}

.custom-post-form-group .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field,
.custom-post-form-group .hs_phone.hs-phone.hs-fieldtype-text.field.hs-form-field{
  width: 48.93617021276595%;
  float: right;
  padding: 0;
}

.custom-post-form-group form.hs-form fieldset .hs-form-field {
  padding: 0;
}

li.hs-form-booleancheckbox label {
  font-size: 14px !important;
  font-weight: normal !important;
  line-height: 20px !important;
}

.custom-post-form-group input[type="submit"] {
  background-color: #ff0000 !important;
  color: #ffffff !important;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05) !important;
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.15), 0 1px 2px rgba(0,0,0,0.05) !important;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear !important;
  font-size: 22px;
  border-radius: 3px !important;
  margin: 0 0 0 0;
  padding: 9px 11px 10px 13px !important;
  font-weight: inherit !important;
  line-height: 19px !important;
  text-shadow: none !important;
  margin: 0 !important;
  /* border: 1px solid #ccc !important; */
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05) !important;
  -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) !important;
}


.custom-post-form-group input[type="submit"]:hover {
  background-color: #e60000 !important;
  color: #ffffff !important;
  border-color: #e60000 !important;
}


.custom-post-form-group input[type="text"],
.custom-post-form-group input[type="email"],
.custom-post-form-group input[type="tel"] {
  color: rgb(85, 85, 85) !important;
  cursor: text;
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: normal;
  line-height: 24px !important;
  width: 100% !important;
}

.custom-post-form-group .hs-error-msgs label {
  color: #e06666 !important;
  font-weight: normal !important;
}

.custom-post-form-group .hs-input.invalid.error {
  border-color: #e06666 !important;
}


.custom-post-pagination.clearfix {
  border-color: rgb(238, 238, 238);
  border-width: 1px;
  border-right-style: hidden;
  border-bottom-style: hidden;
  border-left-style: hidden;
  padding-bottom: 50px;
  padding-top: 50px;
  text-align:center;
}


.custom-post-pagination a {
  background-color: transparent;
  border-color: rgb(239, 236, 236);
  border-width: 1px;
  border-style: solid solid solid solid;
  border-radius: 3px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 18px;
  padding-right: 18px;
  display: inline-block;
  color: rgb(42, 160, 239);
  font-size: 17px;
  font-weight: 300;
  font-family: Roboto;
  letter-spacing: 0px;
  line-height: 17px;
}

.dslc-icon-ext-arrow-left8:before {
  content: "\e839";
}

.dslc-icon-ext-uniE83C:before {
  content: "\e83c";
}

.custom-post-pagination a span.dslc-icon {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'iconfont' !important;
  color: rgb(207, 207, 207);
  margin-right: 8px;
  margin-left: 0px;
}


.custom-post-pagination.clearfix .custom-prev {
  float: left;
}

.custom-post-pagination.clearfix .custom-next {
  float: right;
}

.custom-all-post {
  display: inline-block;
}


.custom-post-pagination a:hover {
  background-color: #4b7bc2;
  border-color: rgb(75, 123, 194);
  color: #fff;
  text-decoration: none;
}


.custom-blog-title h1 span {
  text-transform: capitalize;
}

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

.related-title a:hover {
  color: inherit;
  text-decoration: none;
}

.blog-pagination{
  display: block;
  text-align: center;
}

.blog-pagination > div{
  display: inline-block;
}

.blog-pagination-left{
  text-align: right;
}

.blog-pagination-right{
  text-align: left;
}

.blog-pagination a {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  padding: 5px 10px;
  display: inline-block;
  margin: 0 10px 0 0;
  background-color: rgb(253, 253, 253);
  border-color: rgb(255, 255, 255);
  border-width: 1px;
  color: #979797;
  border-style: solid solid solid solid;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1;
  margin-bottom:10px;
}

.blog-pagination {
  padding: 20px;
  margin: 30px 0;
}

.blog-pagination a:hover,
.blog-pagination a:focus{
  text-decoration:none;
  color: #979797;
}

.blog-pagination a.elipses{
}

.blog-pagination a.active{
  background-color: #5890e5;
  border-color: #5890e5;
  border-width: 1px;
  color: #fff;
}

.blog-pagination a.next-link,
.blog-pagination a.prev-link{

}
.blog-pagination a.next-link:hover,
.blog-pagination a.prev-link:hover{

}


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

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

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

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


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

.blog .blog-content {}

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

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

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

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

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

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

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

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

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

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

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

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

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


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

.blog .blog-sidebar {}

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


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

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

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

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

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

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


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

.body-container .widget-type-form,
.body-container .widget-type-blog_subscribe, 
.body-container .widget-type-google_search,
.body-container .widget-type-password_prompt.custom_error_message, 
.body-container .widget-type-email_simple_subscription, 
.body-container .hs-search-field,
.body-container .widget-type-password_prompt form, 
.blog .widget-type-blog_comments form{
  background-color: rgb(246, 246, 246);
  border:5px solid rgb(0, 109, 179);
  padding:20px;
  margin:10px 0;
  border-radius: 20px;
  max-width: 500px;
  width: 100%;
}


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

/* Custom form body text color */
.hs-form {
  color: rgb(255, 255, 255) !important;
  font-size: 14px;
  line-height: 1.6;
}

/* Override disclaimer text specifically */
.hs-form p:last-of-type {
  color: rgb(65, 72, 77) !important;
}

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

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

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* 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 {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(221, 221, 221, 0);
  background-color: #fff;
  color: rgb(0, 0, 0);
  width: 100% !important;
  font-family: helvetica;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 18px;
  padding: 5px;
  margin: 0 0 15px;
}

.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 {
  outline: none;

  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 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 {}

.body-container label {
  color: rgb(0, 0, 0);
  display: block;
  font-family: helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  display: block;
  margin: 0 0 10px;
}

/* Error */
.hs-error-msgs label{
  color:red;
  font-weight:normal;
}

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



/* 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"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  background-color: rgb(92, 184, 92);
  border-color: #5890e5;
  border-width: 0px;
  border-style: solid solid solid solid;
  border-radius: 13px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  padding-top: 0px;
  padding: 14px 0 20px;
  vertical-align: middle;
  padding-bottom: 0px;
  padding-left: 20px;
  font-family: Helvetica,Arial,sans-serif;
  padding-right: 25px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  transition: opacity 0.15s linear;
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
  text-shadow: 0 -1px 0 #3574e3;
  padding-bottom: 14px;
  border: 1px solid transparent;
  white-space: normal !important;
  margin: 10px 0 20px;
}

.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0 0 5px #3574e3;
  border-top: 1px solid #4db0ee;
  border-bottom: 1px solid #1946be;
  border-right: 1px solid #3080e3;
  border-left: 1px solid #3080e3;
  background-color: #5890e5;
  border-color: #5890e5;
  color: #fff;
}

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


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

input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button, 
input[type="search"]::-webkit-search-results-button, 
input[type="search"]::-webkit-search-results-decoration { 
  display: none;
}

.one-column-layout .custom-accordion-group .custom-accordion-item:last-child {
  padding-bottom: 0;
  border-bottom: 0 none;
}

.section.post-header .custom-post-social-icons {
  margin: 0 !important;
}

.custom-form{
  width:50% !important;
}


.custom-header-group.custom-header-lp a.mobile-icon {
  display: none !important;
}

input[type="search"]{
  -webkit-appearance: none;   
  -moz-appearance: none; 
}

.subscribe-options label {
  margin: 0 !important;
}
.custom-form-with-bg-color .hs-fieldtype-booleancheckbox.field.hs-form-field {
  margin-bottom: 0 !important;
}
.one-column-layout.with-bottom-form .body-container p {
  margin-bottom: 25px;
}
.one-column-layout .hs-section-1 iframe {
  margin-top: 30px;
}
.leadqc .custom-title-with-left-icon .heading {
  margin-bottom: 30px;
}
.leadqc.one-column-with-banner-layout .hs-section-2 {
  padding-bottom: 30px;
}
.esp-failures .accordion-content .accordion-inner {
  font-weight: normal;
}
.lead-field-security .accordion-content .accordion-inner p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 20px;
}
.lead-field-security .two-col-content-with-left-icon .col h4 {
  color: rgb(34, 98, 174);
}
.lead-field-security .two-col-content-with-left-icon .col p {
  font-size: 16px;
  line-height: 1.5;
}
.alexa-skill-development .two-col-content-with-left-icon .col h4 {
  color: rgb(34, 98, 174);
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 30px;
  margin-bottom: 15px;
}
.alexa-skill-development .two-col-content-with-left-icon .col .left-group .icon-group {
  width: 80px;
  height: 80px;
}
.alexa-skill-development .two-col-content-with-left-icon .col .left-group .icon-group span.dslc-icon {
  top: 21px;
  left: 21px;
}
.alexa-skill-development .two-col-content-with-left-icon .col p {
  font-size: 16px;
  line-height: 1.5;
}
.client-referrals .banner-area h1 {
  margin-top: 3px;
}
.client-referrals .banner-area .page-center {
  padding-bottom: 7px !important;
  margin-bottom: 16px !important;
}
.client-referrals .hs-section-1 h2 {
  margin-top: 36px;
}
.client-referrals .hs_cos_wrapper_type_form .hs-input.invalid.error {
  border-color: #b94a48;
}
.hs-input.invalid.error:focus {
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
}
.client-referrals .hs_cos_wrapper_type_form .hs-error-msgs label {
  color: #953b39;
}
.company .hs-section-1 {
  padding-top: 14px;
  padding-bottom: 5px;
}
.company .hs-section-1 p {
  margin-bottom: 25px;
}
.video-library .accordion-content .accordion-inner {
  font-weight: 400;
}
.three-col-with-form .hs-section-1 .widget-type-form .hs-input.invalid.error {
  border-color: #b94a48;
}
.three-col-with-form .hs-section-1 .widget-type-form .hs-error-msgs label {
  color: #b94a48;
}
.three-col-with-form .hs-section-1 .widget-type-form .hs-input.invalid.error:focus{
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  border-color: #953b39;
}
.security .two-col-content-with-left-icon .col .button-group a:hover {
  background-color: rgb(34, 98, 174);
  border-color: rgb(75, 123, 194);
  color: #fff;
}

.security .two-col-content-with-left-icon .col h4 a {
  color: rgb(34, 98, 174);
}
input[type="checkbox"] {
  width: auto !important;
  max-width: 100% !important;
  float: left !important;
  min-height: auto !important;
  margin-right: 5px;
  margin-bottom: 0 !important;
}

.one-column-layout.type-2 label.hs-form-checkbox-display {
  font-weight: normal;
  color: #666666;
  margin-bottom: 0;
}
.one-column-layout.type-2 input.hs-button.primary.large {
  background-color: #5cb85c;
  border-color: #4cae4c;
  border-width: 1px;
  border-style: solid;
  color: #ffffff;
  font-size: 22px;
  border-radius: 3px;
  margin: 0 0 7px 0;
  padding: 9px 17px 8px 17px;
  font-weight: inherit;
  line-height: 19px;
  text-shadow: none;
  -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);
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.one-column-layout.type-2 input.hs-button.primary.large:hover{
  background-color: #53a653;
  color: #ffffff;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.lead-field-security .two-col-content-with-left-icon .col {
  margin-bottom: 15px;
}
.lead-field-security .hs-section-1 hr + h3 {
  margin-top: 46px;
}
.weighted-logic-priority-tree .two-col-with-right-image .left-group img {
  max-width: 100%;
  width: auto;
}
.custom-home-two-col-equal-inner .hs-cta-wrapper a.cta_button {
  box-sizing: border-box !important;
  display: inline-block;
}

/*HS SUPPORT */
.hs-cta-wrapper{
  display:block;
  margin:0 auto;
  text-align:center;
}
/*END HS SUPPORT */

.boberdoo-u.one-column-layout .hs-section-1 iframe {
  margin-top: 0px;
}
.one-column-layout.type-2 .banner-area {
  padding-bottom: 10px;
}
.custom-error-bottom-group {
	position: relative;
}
.custom-error-bottom-group h2{
	position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  padding: 0 15px;
  text-align: center;
}
.custom-error-bottom-group h2 span {
  color: white;
  font: bold 24px/45px Helvetica, Sans-Serif;
  letter-spacing: -1px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
}
.hs-home-slider-group .slick-slide-inner-wrapper{
	width: 100%;
}


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


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

@media only screen and (max-width: 1280px) and (min-width: 1024px){
  .body-container .page-center {
    max-width: 940px !important;
  }

  .banner-area .page-center {
    max-width: 940px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding: 11px 14px 51px 14px;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 768px){
  .body-container .page-center {
    max-width:688px !important;
  }

  .banner-area .page-center {
    max-width: 688px !important;
  }
  .custom-content-with-left-icon {
    text-align: center;
  }
  .custom-content-with-left-icon .item .content-group {
    text-align: left;
  }
  .custom-content-with-left-icon .item{
    width: 46.55%;
  }
  .custom-content-with-left-icon .item .content-group h4 {
    font-size: 20px;
    line-height: 25px;
  }
}

@media (max-width: 1190px) {
  .custom-header-group .page-center {
    max-width: 970px !important;
  }
}



@media (max-width: 1040px) {
  .custom-post-title-group h1 {
    font-size: 42px;
    line-height: 47px;
  }
  .custom-post-title-group ul li.custom-post-topics a {
    font-size: 13px;
    line-height: 22px;
  }
  .custom-post-title-group ul li {
    font-size: 13px;
  }

  .custom-post-social-icons {
    margin: 31px 0 17px;
  }
  .blog-post-wrapper .post-body {
    font-size: 14px;
    line-height: 22px;
  }
  table{
    width: 100%;
  }
  .accordion-content tr td {
    font-size: 12px;
    vertical-align: top;
  }
  .accordion-content tr td {
    font-size: 10px;
    line-height: normal;
    vertical-align: top;
    border: 1px solid rgb(138, 142, 145);
    padding: 5px;
  }
}

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

@media (max-width: 1024px) {
  .custom-header {
    min-height: 34px !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .custom-logo-group{
    float: none !important;
    width: 100% !important;
    position: relative;
  }
  .custom-logo a {
    height: 34px !important;
    line-height: 34px;
    display: block;
  }

  .custom-logo img {
    max-height: 90% !important;
    width: auto !important;
    max-width: 100% !important;
    position: relative;
    top: -1px;
  }

  .hs-blog-listing .body-container {
    padding-top: 30px;
  }

  .custom-blog-title {
    margin-bottom: 0px;
    padding-bottom: 16px;
  }

  .custom-post-item-content {
    margin-bottom: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .custom-featured-image {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 11px;
    padding-right: 11px;
  }

  .custom-post-item-content h2 {
    font-size: 25px;
    line-height: 32px;
  }

  .custom-post-meta {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .blog-listing-wrapper .post-listing .post-item .post-body {
    line-height: 22px;
    font-size: 15px;
    margin-bottom: 20px;
  }

  .custom-read-more a {
    font-size: 13px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }  
  .banner-area .page-center{
    margin-bottom: 30px !important;
  }
  .banner-area.with-banner .page-center {
    margin-bottom: 0px !important;
    padding-top: 20px !important;
  }
  .custom-title-with-left-icon .item {
    width: 100%;
    display: block;
    float: none;
    margin: 0 0 56px;
  }
  .custom-title-with-left-icon .item .icon-group {
    width: 100%;
    float: none;
    display: block;
    margin: 0;
  }
  .custom-title-with-left-icon .item .title {
    width: 100%;
    display: block;
    float: none;
  }
  .custom-title-with-left-icon .heading {
    padding-bottom: 30px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.search-icon,
  .custom-search{
    display: none !important;
  }
}

@media (max-width: 991px) {
  .custom-header-top .page-center {
    padding: 0 15px;
    max-width: 750px !important;
  }
}


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

@media (max-width: 785px) {
  .custom-copyright {
    margin: 0 0 30px !important;
  }
  .hs-blog-listing .blog-sidebar {
    width: 100% !important;
    margin: 0 0 30px !important;
  }
  .hs-blog-listing .blog-content {
    width: 100% !important;
    margin: 0 0 30px !important;
  }
  .custom-blog-title {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .custom-blog-title h1 {          
    margin-bottom: 3px;
  }
  .custom-featured-image {
    display: none;
  }
  .custom-post-item-content h2 {
    font-size: 17px;
    line-height: 24px;
  }
  .custom-post-item-content {
    margin-bottom: 0px;
    padding-top: 19px;
    padding-bottom: 19px;
    padding-left: 6px;
    padding-right: 6px;
    min-height: 321px;
  }
  .custom-post-meta {
    font-size: 14px;
    line-height: 21px;
  }
  .blog-listing-wrapper .post-listing .post-item .post-body {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 21px;
  }
  .custom-post-title-group h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .custom-post-title-group ul li {
    font-size: 14px;
  }
  .custom-post-title-group ul li.custom-post-topics a {
    font-size: 14px;
  }
  .custom-post-social-icons {
    margin: 34px 0 47px;
  }
} 

@media (max-width: 767px) {
  .body-container .widget-type-form,
  .body-container .widget-type-blog_subscribe, 
  .body-container .widget-type-google_search,
  .body-container .widget-type-password_prompt.custom_error_message, 
  .body-container .widget-type-email_simple_subscription, 
  .body-container .hs-search-field,
  .body-container .widget-type-password_prompt form, 
  .blog .widget-type-blog_comments form{
    max-width: 100%;
    width: 100%;
  }

  .custom-form{
    width:100% !important;
  }
  .container-fluid .row-fluid .page-center {
    max-width: 420px;
  }
  .custom-header-top {
    min-height: 49px !important;
  }
  .custom-header-social-icons ul {
    display: none;
  }
  .custom-header-phone ul {
    display: none;
  }
  .custom-post-title-group ul li {
    display: block;
    margin: 0 0 5px;
  }
  .custom-post-social-icons ul li {
    display: inline-block !important;
  }
  .custom-post-pagination.clearfix .custom-prev,
  .custom-post-pagination.clearfix .custom-next,
  .custom-post-pagination.clearfix .custom-all-post{
    display: block;
    float: none;
    margin-bottom: 25px;
    text-align: center;
  }
  .custom-related-heading h3 {
    margin-bottom: 90px;
  }
  .custom-footer-social ul{
    margin: 0 0 30px;
  }
  .custom-content-with-left-icon .item {
    float: none;
    width: 100%;
  }
  .custom-content-with-left-icon .item{
    margin-bottom: 60px;
  }
  .custom-form-with-bg-color{
    padding-bottom: 55px;
  }
  li.hs-form-booleancheckbox label span {
    line-height: 20px;
    display: inline-block;
    width: 90%;
    vertical-align: top;
    margin-bottom: 10px;
  }
  .hs-form-field {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
  }
  .two-col-with-right-image .right-group h1 + hr {
    display: none;
  }
  .two-col-with-right-image .right-group h3 {
    font-size: 17px;
    line-height: 27px;
  }
  .two-col-with-right-image .right-group p {
    font-size: 14px;
  }
  .two-col-with-right-image .left-group {
    float: none;
    width: 100%;
    text-align: center;
  }
  .two-col-with-right-image .right-group {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .two-col-with-right-image .left-group img {
    max-width: 100%;
    width: auto;
    display: block;
  }
  .custom-header-social ul{
    display: none;
  }
  .custom-key-store-group .custom-key-store-item {
    width: 100%;
    display: block;
    float: left;
    margin-right: 0;
  }
  .one-column-layout.with-bottom-form .hs-section-1 {
    padding-bottom: 30px;
  }
  .custom-security-and-data-retention-mod .inner-group{
    width: 100%;
  }
  .custom-security-and-data-retention-mod .icon-group {
    margin-right: 0;
    margin-bottom: 20px;
    position: relative;
    float: none;
    text-align: center;
  }
  .custom-security-and-data-retention-mod .content-group {
    overflow: visible;
    text-align: center;
  }
  table.custom-table tr td{
    font-size: 15px;
    vertical-align: top;
  }
  .two-col-content-with-left-icon {
    padding-top: 30px;
  }
  .two-col-content-with-left-icon .col {
    float: none;
    width: 100%;
  }
  .two-col-content-with-left-icon .column-1.col {
    margin-right: 0;
  }
  .custom-two-col-with-video .content-group {
    width: 100%;
    display: block;
    float: none;
    margin-right: 0;
  }
  .custom-two-col-with-video .video-group {
    width: 100%;
    display: block;
    float: none;
    position: relative;
  }
  .custom-two-col-equal-img-mod .column-1.col {
    margin-right: 0;
    margin-bottom: 55px;
  }
  .custom-two-col-equal-img-mod .col {
    display: block;
    float: none;
    width: 100%;
  }
  .custom-resource-library .resource-library-item {
    width: 100%;
    display: block;
    float: none;
    margin-right: 0;
    margin-bottom: 60px;
  }
  .custom-resource-library h1 {
    margin: 4px 0 85px;
  }
  .four-col-caption-with-title .col {
    width: 100%;
    display: block;
    float: none;
    margin-right: 100%;
    margin-bottom: 20px;
  }
  .four-col-caption-with-title {
    padding-top: 50px;
  }
  .two-col-with-right-image .right-group{
    width: 100%;
    margin-right: 0;
  }
  .two-col-with-right-image .left-group{
    width: 100%;
  }
  .two-col-with-right-image .left-group img {
    max-width: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
  }
  .request-a-demo .hs-section-2 .four-col-caption-with-title .col .top-group {
    margin-bottom: 20px;
  }
  .request-a-demo .hs-section-2 .four-col-caption-with-title .col {
    margin-bottom: 50px;
  }
  .request-a-demo .hs-section-2 .four-col-caption-with-title {
    padding-top: 30px;
  }
  .request-a-demo .body-container .widget-type-form {
    margin-top: 30px;
  }
  .hs-advanced-banner-banner {
    text-align: center;
  }
  .hs-advanced-banner-banner h2 {
    font-size: 40px;
  }
  .hs-advanced-banner-banner h3 {
    font-size: 24px;
  }
  .webhooks-notifications .banner-area h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .hs-contact-section-1 .widget-type-form {
    padding: 20px!important;
    margin: 0 0 50px !important;
  }
  .custom-contact-bottom-group{
    padding: 55px 0;
    margin: 25px 0 55px;
  }
  .hs-contact-section-1 img{
    margin-bottom: 30px;
  }
  .hs-contact-section-1 {
    padding-bottom: 30px;
  }
  .company .hs-section-1 table tr td {
    padding: 10px;
    font-size: 10px;
    line-height: normal;
  }
  .hs-company-banner-area img {
    margin-bottom: 30px;
  }
  .company .hs-section-1 {
    padding-top: 14px;
  }
  .one-column-layout.type-2 .hs-section-1 .hs-form-field .hs-input{
    max-width: 100%;
  }
  .custom-logo-v2 {
    margin-bottom: 30px;
  }
  .three-col-with-form .hs-section-1-col-2 h4 {
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 16px;
  }
  .three-col-with-form .hs-section-1-col-2{
    padding-top: 0;
  }
  .three-col-with-form .hs-section-1-col-2 p {
    font-size: 14px;
    line-height: 23px;
  }
  .three-col-with-form .hs-section-1-col-2{
    padding-bottom: 10px;
  }
  .three-col-with-form .hs-section-1 .widget-type-form{
    padding: 42px 25px 0;
  }
  .three-col-with-form .hs-section-1 .widget-type-form input.hs-button.primary.large{
    font-size: 18px;
    padding: 10px 17px;
  }
  .three-col-with-form .hs-section-1{
    padding-bottom: 30px;
  }
  .custom-boberdoo-solution .right-group {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .custom-boberdoo-solution .left-group {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .three-col-with-form .hs-section-1 .widget-type-form li.hs-form-booleancheckbox input{
    margin: 0 5px 0 0;
  }
  .custom-banner-with-form .bottom-group .left-group {
    width: 100%;
    display: block;
    float: none;
    margin-right: 0;
  }
  .custom-banner-with-form .bottom-group .left-group .content-box {
    margin-bottom: 39px;
    padding-top: 30px;
    padding-bottom: 1px;
  }
  .custom-banner-with-form .bottom-group .left-group .content-box h2 {
    font-size: 23px;
    line-height: 27px;
  }
  .custom-banner-with-form .bottom-group .right-group {
    width: 100%;
    display: block;
    float: none;
  }
  .custom-newsletter-archive-mod .newsletter-archive-item {
    min-height: auto;
    width: 100%;
    display: block;
    float: none;
    margin-right: 0;
  }
  .newsletter-archive .hs-section-1 .page-center{
    padding-top: 71px !important;
  }
  .boberdoo-security-recommendation .icon-group .column-1.col {
    width: 100%;
  }
  .boberdoo-security-recommendation .icon-group .col {
    display: block;
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .boberdoo-security-recommendation .seperator {
    display: block;
    float: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .boberdoo-security-recommendation .seperator:nth-child(2) {
    text-align: center;
  }
  .boberdoo-security-recommendation .seperator span {
    transform: rotate(90deg);
    display: inline-block;
  }
  .custom-security-and-data-retention-mod .content-group .button-group a + a {
    margin-left: 0;
  }
  .phone-swap-lp .hs-section-1 form .hs-form-field > label {
    float: none;
    width: 100%;
    text-align: left;
  }
  .phone-swap-lp .hs-section-1 form .hs-form-field .input {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .phone-swap-lp .hs-section-1 form .actions {
    width: 100%;
    float: none;
    display: block;
  }
  .custom-title-with-left-icon .item .icon-group {
    width: 100%;
    margin-right: 0;
  }
  .lead-verticals .custom-title-with-left-icon .item .title {
    width: 100%;
  }
  .lead-verticals .custom-title-with-left-icon .item {
    margin-bottom: 50px;
  }
  .contact-lead-buyers .hs-section-1 form {
    max-width: 100%;
  }
  .boberdoo-u .two-col-with-right-image .left-group {
    float: none;
    width: 100%;
    padding: 0;
  }
  .boberdoo-u .two-col-with-right-image .right-group {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .custom-home-two-col-equal-inner {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .custom-home-two-col-equal-inner.col1 {
    margin-bottom: 43px;
  }
  .custom-two-col-equal-image-alignment-mod .custom-two-col-equal-image-alignment-col1 {
    width: 100%;
    display: block;
    float: none !important;
    margin-right: 0 !important;
  }
  .custom-two-col-equal-image-alignment-mod .custom-two-col-equal-image-alignment-col2 {
    width: 100%;
  }
  .custom-two-col-equal-image-alignment-mod{
    padding-bottom: 85px;
  }
  .custom-full-width-background{
    padding-bottom: 107px;
  }
  .custom-footer-social ul li a span.dslc-icon{
  	top: 0;
  }
  .hs-home-slider-group .hs_cos_gallery_main .slick-dots {
    display: none !important;
  }
  .hs-careers-content-with-left-icon .item {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .client-referrals .banner-area .page-center{
    margin-bottom: 46px !important;
  }
  .custom-error-bottom-group h2 span {
    font-size: 17px;
    line-height: 1;
  }
  .custom-error-bottom-group h2{
    top: -23px;
  }
}  


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

@media (max-width: 479px) {
  .container-fluid .row-fluid .page-center {
    max-width: 280px;
  }
  .hs-blog-post .content-wrapper {
    padding: 0 20px;
  }
  .custom-post-form-group .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field, 
  .custom-post-form-group .hs_phone.hs-phone.hs-fieldtype-text.field.hs-form-field {
    width: 100%;
    float: right;
    padding: 0;
  }
  .custom-post-form-group .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field, 
  .custom-post-form-group .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    width: 100%;
    float: left;
    padding: 0;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow-x: auto;
  }
  .custom-related-heading h3 {
    margin-bottom: 0;
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 0px;
  }
  .custom-related-heading.clearfix {
    margin: 0 0 30px;
  }  
  .banner-area h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .one-column-layout.with-bottom-pane .custom-content-with-left-icon .item .icon-group {
    float: none;
    text-align: center;
    margin: 0 auto 20px;
    display: block;
  }
  .custom-content-with-left-icon .item .content-group {
    overflow: visible;
    text-align: center;
  }
  .accordion-content tr td{
    font-size: 8px;
  }
  table.custom-table tr td {
    padding: 5px;
    font-weight: normal;
    font-size: 10px;
    vertical-align: top;
    line-height: normal;
  }
  .two-col-content-with-left-icon .col .left-group {
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
    text-align: center;
  }
  .two-col-content-with-left-icon .col .right-group {
    overflow: visible;
    text-align: center;
  }
  .custom-footer-social ul li{
    margin: 0;
  }
  .custom-footer-social ul li a{
    width: 43px;
  }
  .custom-content-with-left-icon .item .icon-group {
    margin-right: auto;
    margin-left: auto;
    display: block;
    float: none;
  }
  .hs-advanced-banner-group h1{
    font-size: 40px;
  }
  .webhooks-notifications .banner-area h1 {
    font-size: 25px;
    line-height: 30px;
  }
  .custom-security-and-data-retention-mod .button-group a{
    display: block;
  }
  .boberdoo-security-recommendation h1{
    font-size: 35px;
  }
  .hs-careers-content-with-left-icon .item .icon-group {
    float: none;
    margin-right: 0;
    text-align: center;
  }
  .hs-careers-content-with-left-icon .item .content-group {
    overflow: visible;
    text-align: center;
  }
  .one-column-layout .hs-section-1 iframe{
    min-width: auto !important;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow-y: hidden;
    overflow-x: auto;
  }
  .subscribe-options label {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .custom-testimonial-slider-group h2 {
    margin-bottom: 100px;
  }
}

div#bottom-form.blue-background {
    background: #006DB3;
    padding-top: 40px;
}