/* ==========================================================================
   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('//fonts.googleapis.com/css?family=Roboto:100,300,400,500,700');

@font-face { 
  font-family: "iconfont";
  src: url("//cdn2.hubspot.net/hubfs/2427399/Boberdoo_September2018/Fonts/iconfont/iconfont.eot") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/2427399/Boberdoo_September2018/Fonts/iconfont/iconfont.woff2") format("woff2"),
    url("//cdn2.hubspot.net/hubfs/2427399/Boberdoo_September2018/Fonts/iconfont/iconfont.ttf") format("truetype"),
    url("//cdn2.hubspot.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("//cdn2.hubspot.net/hubfs/2427399/Boberdoo_September2018/Fonts/Glyphicons%20Halflings/glyphicons-halflings-regular.eot") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/2427399/Boberdoo_September2018/Fonts/Glyphicons%20Halflings/glyphicons-halflings-regular.woff2") format("woff2"), 
    url("//cdn2.hubspot.net/hubfs/2427399/Boberdoo_September2018/Fonts/Glyphicons%20Halflings/glyphicons-halflings-regular.woff") format("woff"), 
    url("//cdn2.hubspot.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: 14px;
    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 {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
 font-family: 'Roboto',Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
    color: rgb(16,16,17);
  margin:0 0 15px;
}

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

h1 {
    font-size: 50px;
    font-weight: 200;
    line-height: 55px;
    color: rgb(70,72,75);
}
h2 {
    font-size: 31px;
    line-height: 38px;
    font-weight: 300;
    color: rgb(39,40,43);
}

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 {}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

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


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

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

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

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


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


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

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

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


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

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


.custom-header-top {
    background-color: #1177B8;
    margin: 0 0 20px !important;
}

.custom-header-group .page-center {
    max-width: 1170px !important;
}

.custom-header-top .page-center {
    padding: 0 15px;
}


.custom-header-social-icons {
    width: auto !important;
    margin: 0 !important;
    float: left !important;
}

.custom-header-social-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.custom-header-social-icons ul li {
    display: inline-block;
    float: left;
}

.custom-header-social-icons ul li a {
    position: relative;
    display: block;
    padding: 10px 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
  font-size: 17px;
}


.custom-header-phone {
    margin: 0 !important;
    float: right !important;
    width: auto !important;
}

.custom-header-phone ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.custom-header-phone ul li a {
    position: relative;
    display: 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 i span:before {
    content: "\e145";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -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 {
    margin: 0 !important;
    float: left !important;
    width: auto !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;
    margin-bottom: 25px;
    padding-bottom: 25px;
    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;
}


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

.body-container-wrapper {}
.body-container {
padding:25px;
  font-size: 17px;
}

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


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

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

.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-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.custom-footer-social-icons ul li {
    margin: 0 6.7px 0 0;
    padding: 0;
    line-height: 1;
    display: inline-block;
    overflow: hidden;
}
.custom-footer-social-icons ul li a {
    border-color: transparent;
    border-width: 0px;
    border-style: solid solid solid solid;
    border-radius: 4px;
    width: 45px;
    height: 45px;
    font-size: 20px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
  position:relative;
}

.custom-footer-social-icons ul li a span {
    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-google-plus:before {
    content: "\e85d";
}

.custom-footer-social-icons {
    line-height: 1;
    height: 45px;
}

.custom-footer-social-icons ul li a span {
    position: absolute;
    top: 13px;
    left: 0;
    right: 0;
}

.custom-footer-social-icons ul li a:hover {
    color: red;
}


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

/* 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 {
    width: auto !important;
    margin: 0 !important;
    float: right !important;
}

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


.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 {
    color: rgb(31, 155, 232);
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a[href*="https://www.boberdoo.com/request-a-demo/"] {
    color: rgb(182, 40, 46);
}


.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 );
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    opacity: 0 !important;
}

.custom-menu-primary .hs-menu-wrapper > ul  li.hs-item-has-children:hover > ul{
    background-color: #fff;
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1 !important;
    -webkit-transform: translateY( 0px );
    -moz-transform: translateY( 0px );
    -ms-transform: translateY( 0px );
    -o-transform: translateY( 0px );
    transform: translateY( 0px );
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end !important;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end !important;
    font-size: 15px;
    font-weight: 300;
    width: 205px;
    -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;
}


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


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

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


 

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

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

.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.destop {
    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;
}
  
  .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);
}
  
  .custom-menu-primary .hs-menu-wrapper > ul li.active > a:after {
    opacity: 1;
}
 

}


/* ==========================================================================
   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(//cdn2.hubspot.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(//cdn2.hubspot.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;
}

ul.slick-dots {
   margin: 0;
height: 27px;
padding: 0;
list-style: none;
text-align: center;
position: relative;
top: 27px
}


ul.slick-dots li {
    margin: 0 15px;
margin-right: 6px;
display: inline-block;
}

ul.slick-dots li button {
    background-color: rgba(185, 185, 185, 0.17);
    width: 8px !important;
    height: 8px;
    border: 0;
    -webkit-appearance: none;
    border-radius: 20px;
    overflow: hidden;
    text-indent: -9999999999px;
    line-height: 1;
    padding: 0 !important;
      cursor: pointer;
  outline:none !Important;
}

ul li.slick-active button {
    background-color: rgba(153, 153, 153, 0.78);
}



.slick-arrow {
    border-width: 1px;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid rgba(170, 170, 170, 0.28);
    overflow: hidden;
    color: transparent;
    position: absolute;
    top: -84px;
    right: 13px;
  cursor:pointer;
  outline:none !important;
}

button.slick-next.slick-arrow:before {
   content: "\e83c";
    color: rgba(196, 196, 196, 0.68);
    font-size: 11px;
    position: absolute;
    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;
    right: 0;
    top: 13px;
    left: 0;
    bottom: 0;
}


button.slick-next.slick-arrow {
       right: 16px;
}

button.slick-prev.slick-arrow {
    right: 60px;
}

button.slick-prev.slick-arrow:before {
      content: "\e839";
    color: rgba(196, 196, 196, 0.68);
    font-size: 11px;
    position: absolute;
    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;
    right: 0;
    left: 0;
}

.slick-arrow:hover {
    background-color: #5890e5;
    border-color: rgb(88, 144, 229);
}

.slick-arrow:hover:before {
    color:#fff !Important;
}


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


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

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

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


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

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

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

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

@media (max-width: 1024px) {
.custom-header {
    min-height: 34px !important;
    padding-top: 10px;
    padding-bottom: 10px;
}
  
  .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;
}
  
  
  
  
}

@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;
}
  
  .custom-footer-social-icons {
    line-height: 1;
    height: auto;
    margin: 0 0 24px;
}
  
  .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) {
  
  .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;
}
  .slick-arrow{
      top: -69px;
  }
  
  .custom-footer-social-icons ul li a span {
    top: 12px;
    left: 0;
    right: 2px;
}
   
}  


/* =============== 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-footer-social-icons ul li a{
      height: 42px;
  }
  
  .custom-footer-social-icons ul li a span {
    top: 13px;
}
  
  .custom-related-heading h3 {
    margin-bottom: 0;
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 0px;
}
  
  .custom-related-heading.clearfix {
    margin: 0 0 30px;
}
  
  
}



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