/* ==========================================================================
   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,300i,400,400i,600,600i,700,700i');
@import url('//fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i');
@import url('//fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i');
@import url('//cdn2.hubspot.net/hubfs/2268088/Mi-7%20-%20January%202018%20Folder/Code/m2.css');
/* EX: @import url('http://example.com/example_style.css'); */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

body {
    background: #fff;
    color: #777;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height:30px;
}


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

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

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

/* Basic text */
p {
    margin: 0 0 30px;
} 
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: 'Open Sans', sans-serif;
    color: #555555;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 65px;
}
h2 {
    color: #868686;
    font-size: 60px;
    line-height: 70px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0px 0 40px;
    padding-bottom:20px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}
h5 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h6 {}

/* Anchor Links */
a {     color: #868686; text-decoration:none; }
a:hover, a:focus { color: #444444; text-decoration:none; }

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

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

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

iframe{
    max-width:100%;
}


/* =============== 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-group{
    border-bottom: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    margin: 0;
    height: 70px;
}
.custom-header-group .row-fluid .page-center {
    max-width: 100% !important;
    padding-left: 50px;
    padding-right: 50px;
}
.custom-logo {
    padding-top: 20px;
}
.scroll-header .header-container-wrapper{
    min-height:69px !important;
}
.scroll-header .custom-header-group {
    position: fixed;
    left: 0;
    right: 0;
    width: 100% !important;
    z-index: 999;
    background: #fff;
}

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

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

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

.three-column .main-content h2,
.sidebar.right h2 {
    line-height: 58px;
    font-size: 48px;
    padding-bottom:0;
}



.body-container .page-center{
    padding-top:40px;
    padding-bottom:30px;
}

.custom-main-content p{
    padding-left:120px;
    padding-right:120px;
}
.custom-main-content img{
    vertical-align:middle;
}
.hs-bottom-pane-group{
    background-color: black;
    text-align:center;
    color:#fff;
}
.hs-bottom-pane-group .page-center{
    padding-top:40px !important;
    padding-bottom:30px !important;
}
.hs-bottom-pane-group h2,
.hs-bottom-pane-group h3{
    color: #fff;
}
.hs-bottom-pane-group h1 {
    color: #fff;
    font-size: 35px;
    line-height: 1.42857143;
    margin: 0;
}
.custom-blue-button,
.custom-blue-cta-button,
#cta_button_2268088_3701c855-fced-489d-b11d-ec4e386e98e9 {
    background-color: #6eb5fd !important;
    min-width: 266px;
    min-height:auto !important;
    border:1px solid rgba(0,0,0,0.125) !important;
    border-bottom: 2px solid rgba(0,0,0,0.125) !important;
    text-transform: uppercase;
    font-family: open sans, sans-serif !important;
    font-weight: bold !important;
    font-size: 24px !important;
    cursor: pointer;
    padding: 19px 16px 17px !important;
    line-height: 1.3333333 !important;
    display: inline-block !important;
    cursor: pointer;
    color:#fff !important;
    border-radius: 6px !important;
    -webkit-font-smoothing: auto !important;
}
.custom-blue-button:hover,
.custom-blue-cta-button:hover,
#cta_button_2268088_3701c855-fced-489d-b11d-ec4e386e98e9:hover{
    border-color: #444444 !important;
    border: 1px solid #444444 !important;
    color:#fff !important;
    border-bottom: 2px solid #444 !important;
}
.custom-blue-button:active,
.custom-blue-button:active,
.custom-blue-cta-button:active,
#cta_button_2268088_3701c855-fced-489d-b11d-ec4e386e98e9:active{
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2) inset !important;
}
.hs-bottom-pane-group p {
    margin-bottom: 28px;
    line-height: 1.42857143;
}
.custom-button{
    border: 1px solid rgba(0,0,0,0.125);
    border-bottom-width: 2px;
    text-transform: uppercase;
    color:#fff;
    font-weight: bold;
    font-size: 14px;
    background-color: #868686;
    display:inline-block;
    padding: 11px 16px 10px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.custom-button:hover{
    border-color: #444444;
    background-color: #444444;
    color: #fff;
}
#cta_button_2268088_3701c855-fced-489d-b11d-ec4e386e98e9,
.cta_button.custom-contact-button {
    transition: none !important;
}
.hs-software-inner-top-group h3 {
    margin-bottom: 10px;
}
.custom-reeldx-top-group {
    padding: 9px 0px 0px;
}
.custom-reeldx-inner-group .page-center{
    width: 50% !important;
    max-width: 100% !important;
}
.custom-reeldx-inner-group form.hs-form fieldset[class*="form-columns"] .hs-input{
    max-width: 100%;
}
.custom-reeldx-top-group img:first-child{
    margin-left:22px;
}
.custom-reeldx-top-group img{
    margin-left:18px;
}
.custom-reeldx-inner-group p{
    margin:0;
}
.custom-form-container {
    border-radius: 6px;
    padding: 20px;
    background-color: white;
    opacity: 1;
}
.custom-form-container h1{
    font-size:36px;
}
.custom-form-group h3.form-title {
    margin-bottom: 20px;
}
.hs-thankyou-message-group {
    display: block;
    padding: 9.5px;
    margin: 15px 0 25px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    text-align: center;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 113px !important;
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
    vertical-align: middle;
    padding-top: 28px;
}
.hs-reeldx-thankyou a.hs-button.primary.large {
    display: block;
    text-align: center;
    padding-top: 15px;
}
.custom-form-container .hs-form-field > label{
    font-size: 24px;
    line-height: 1.1;
    font-family: 'Open Sans', sans-serif;
    color: #555555;
    margin-top: 15px;
    margin-bottom: 10px;
    display: block;
}
.hs-reeldx-layout.thank-you-page .body-container .page-center{
    padding-top: 90px;
}
.custom-form-container .hs-form-required{
    display:none;
}
.custom-form-container textarea{
    min-height:70px;
}
.hs-software-group2{
    color: #333;
}
.custom-software-q-row5{
    text-align:center;
}
.custom-software-q-row5 h3 {
    margin-bottom: 0;
}
.custom-gray-background-content.last{
    margin-bottom:50px;
}
.hs-landing-q-row3{
    background-color: #F0F0F0;
}
.hs-landing-q-row3 .page-center{
    padding: 40px 0 30px;
}
.hs-landing-q-row3 h1 {
    margin-bottom: 70px;
}
.hs-landing-q-row3 h4 {
    line-height: 1.42857143;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 20px;
}
.hs-landing-q-row3 p{
    font-size: 15px;
}
.hs-landing-q-row3 p {
    font-size: 15px;
    color: #333;
    margin-top: 16px;
}
.hs-landing-q-row3 {
   padding-bottom: 22px;
}

.hs-endthevpn-layout.hs-contact-layout .hs-banner-area {
    min-height: 500px;
    background-position: center;
    background-color:transparent;
}
.hs-endthevpn-layout.hs-contact-layout .hs_cos_wrapper_type_rich_text{
    width:66.666%;
    margin: 0 auto 80px;
}
.hs-endthevpn-layout.hs-contact-layout .hs_cos_wrapper_type_rich_text h3 {
    line-height: 1.5em;
}
.hs-endthevpn-layout.hs-contact-layout .hs-endthevpn-form h3.form-title{
    text-align: center;
    line-height: 1.5em;
    font-size: 18pt;
    font-weight: bold;
    position:relative;
    margin-bottom:10px;
}
.hs-endthevpn-layout.hs-contact-layout .hs-endthevpn-form h3.form-title:before {
    content: "";
    text-align: right;
    position: absolute;
    top: 0;
    padding-right: 50px;
    background: url(//cdn2.hubspot.net/hubfs/2268088/Mi-7%20-%20January%202018%20Folder/Images/thumbprint.png) no-repeat top left;
    width: 100px;
    height: 100px;
    display: block;
    z-index: 9999;
    right: 0;
}
.hs-endthevpn-form textarea.hs-input {
    min-height: 180px;
}
.hs-endthevpn-form .hs-input {
    font-size: 20px;
    min-height: 50px;
    border-radius: 12px;
    background-color: #e3e3e3;
    color: black;
    padding-left: 30px;
    border: 1px solid #D5D5D5;
    border-bottom-width: 2px;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.1) inset;
    transition: 0.3s ease-in-out 0s;
}
.hs-endthevpn-form  .hs_cos_wrapper_type_form .hs-button.primary.large {
    min-height: 65px;
    font-size: x-large;
    background-color: red;
    text-align: left;
    padding-left: 30px;
    max-width: 50%;
    color: black;
    border-radius: 12px;
}





/* ---------------------- Home Layout ---------------------- */

.custom-home-banner-group > div{
    position:relative;
}
.custom-home-banner-group {
    background-size: 100%;
    background-repeat: no-repeat;
    min-height: 385px !important;
    position:relative;
    background-color: rgba(0,0,0,0.1);
    background-position: right -180px;
}
.custom-home-banner-group:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display:block;
    background-color: inherit;
    content: ' ';
    width: 100%;
    height: 100%;
}
.custom-home-right-group{
    margin-top: 0;
    padding: 0px 30px 0px 30px;
    background-color: white;
    max-width: 350px;
    border: 1px solid #ddd;
    border-radius:6px;
    min-height:242px !important;
}
.custom-home-right-group h1{
    line-height: 55px;
    font-size: 35px;
    color: black;
    font-weight: 600;
}
.custom-home-banner-group h4{
    line-height: 45px;
    font-size: 12pt;
    color: black;
    font-weight: 600;
}
.custom-home-group2{
    text-align:center;
}
.custom-home-banner-group .page-center {
    padding-top: 20px;
    padding-bottom: 13px;
}
.custom-home-right-group .slick-slider {
    margin-bottom: 10px;
    text-align:left;
    padding:0;
}
.custom-home-banner-group .hs_cos_gallery_slide.slick-slide {
    text-align: left;
    margin-bottom:0;
    margin-top: 10px;
}
.custom-button.large {
    margin-top: 10px;
    min-width: 300px;
    font-size: x-large;
    padding: 17px 16px;
}
.custom-home-group2 h2 {
    padding-bottom: 0;
}
.custom-home-layout .hs-bottom-pane-group .page-center {
    padding-bottom: 40px !important;
}
.custom-home-layout .hs-bottom-pane-group h3 {
    margin-bottom: 7px;
}
.custom-home-group2 {
    padding-bottom: 30px;
}
.custom-home-group2 .custom-button.large {
    margin: 10px 37px 0;
}
.custom-home-banner-group .slick-prev,
.custom-home-banner-group .slick-next{
    display:none !important;
}


/* ------------------------------ Custom Modules Styling -----------------------------------*/


.hs-team-profile {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #F9F9F9;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
    margin: 0 20px;
    padding: 0px 20px 20px;
}
.hs-team-profile ul{
    padding: 0 0 15px;
    list-style:none;
    margin:0;
}
.hs-team-profile ul > li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom:0;
}
.hs-team-profile ul > li a{
    background-color: #868686;
    transition-duration: 0.2s;
    color: #FFFFFF;
    transition-duration: 0.2s;
    font-size: 16px;
    border-radius: 50%;
    width: 35px;
    display: inline-block;
    height: 35px;
    outline: 0 none;
    text-decoration: none;
    line-height: 35px;
}
.hs-team-profile ul > li a:hover{
    background-color: #868686;
}
.hs-team-profile ul > li a:hover {
    background-color: #AAAAAA;
}
.hs-team-profile > img {
    margin-bottom: 20px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 0;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.hs-team-profile p {
    color: #999999;
    font-size: 14px;
    margin:0 0 20px;
    line-height: 24px;
    text-align: left;
}
.hs-team-profile h3 small{
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0 0;
    color: #868686;
}
.hs-team-profile h3 {
    font-size: 30px;
    text-transform: uppercase;
    color: #666666;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
}
.hs-team-module {
    display: inline-block;
    width: 33.333%;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: top;
    margin-left: -2px;
    margin-right: -2px;
}
.hs-team-member-group{
    text-align:center;
}
.hs-team-member-group .widget-type-widget_container > .hs_cos_wrapper_type_widget_container {
    margin-left: -15px !important;
    display: block;
    margin-right: -15px !important;
}
.hs-company-us-layout .body-container .page-center ,
.hs-about-us-layout .body-container .page-center {
    padding-bottom: 10px;
}
.hs-about-us-layout .main-content h2{
    padding-bottom:0;
}
.hs-full-width-black-group{
    background:#000;
}
.hs-full-width-black-group .page-center{
    padding-top:40px !important; 
    padding-bottom:30px !important;
}
.hs-full-width-black-group h2 {
    font-family: 'Open Sans', sans-serif;
    color: white;
    text-transform: uppercase;
    font-size: 36px;
    margin: 0 0 40px;
    padding: 0;
    font-weight: 500;
    line-height: 1.1;
}
.hs-full-width-black-group p{
    color:#fff;
    margin: 0 0 20px;
    line-height: 1.42857143;
}
.hs-top-container-group h2{
    padding-bottom:0;
}
.hs-company-us-layout .hs-top-container-group h2{
    padding-bottom: 20px;
}
.hs-banner-area {
    background-position: right -180px;
    background-color: rgba(0,0,0,0.1);
    position: relative;
    min-height: 385px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.hs-banner-area:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display:block;
    background-color: inherit;
    content: ' ';
    width: 100%;
    height: 100%;
}
.hs-contact-layout .hs-banner-area{
    min-height: 395px;
}
.hs-banner-area .page-center {
    padding-top: 100px;
}
.hs-banner-area .hs-banner-content {
    position: relative;
}
.hs-banner-content h2 {
    color: #FFFFFF;
    padding: 7px 14px;
    margin: 70px 30px 40px;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 40px;
    background-color: rgba(134, 134, 134, 0.8);
    display: inline-block;
}
.hs-banner-content h2:empty {
    display: none;
}
.hs-full-width-gray-section {
    background-color: #F0F0F0;
    text-align:center;
}
.hs-full-width-gray-section .page-center{
    padding-top:40px !important;
    padding-bottom:30px !important;
}
.custom-one-col-content-group {
    text-align: center;
    padding: 20px;
    background-color: #F9F9F9;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
    margin: 0 0 30px;
}
.custom-one-col-content-group p{
    font-size: 14px;
    color: #666666;
    margin: 0;
}
.hs-software-inner-top-group h2{
    padding-bottom:0;
}
.custom-one-col-content-group:hover > i {
    background-color: #868686;
    color:#fff;
}
.custom-one-col-content-group > i {
    border-color: #868686;
    font-size: 40px;
    border: 2px solid #868686;
    color: #868686;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    padding-top: 25px;
    transition: 0.3s ease-in-out 0s;
}
.hs-software-inner-layout .main-content {
    line-height: 1.42857143;
    color: #333;
    font-family: 'Open Sans', sans-serif;
}
.hs-software-inner-layout .main-content h4{
    margin-top:10px;
}
.hs-software-inner-layout .hs-bottom-pane-group .page-center {
    padding-bottom: 50px !important;
}
.custom-one-col-content-wrapper h3{
    margin: 20px 0 15px;
    font-size: 24px;
    text-transform:uppercase;
}
.custom-one-col-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.42857143;
    float: left;
    width: 33.333%;
}
.hs-four-column-content .custom-one-col-content-wrapper{
    width:25%;
}
.hs-software-inner-top-group h4 {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 36px;
}
.hs-software-inner-top-group h4 + h3 {
    margin-bottom: 10px;
}
.custom-border-group {
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: 1.42857143;
}
.custom-border-bottom-group table td:first-child {
    width: 33.33333333%;
}
.custom-border-bottom-group table td:nth-child(2) {
    width: 8.33333333%;
}
.custom-border-bottom-group table td:nth-child(3) {
    width: 58.33333333%;
}
.custom-border-bottom-group table td{
    padding:0 15px;
}
.custom-border-bottom-group table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.42857143;
}
.hs-two-column-module .hs-content-wrapper-group {
    display: inline-block;
    width: 33.33%;
    margin-left: -2px;
    margin-right: -2px;
    vertical-align:top;
}
.hs-two-column-module .custom-one-col-content-wrapper {
    width: 100%;
    float: none;
}
.hs-top-gray-group{
    padding: 40px 0 30px;
    background-color: #868686;
    color: #fff;
}
.hs-top-gray-group .page-center{
    padding-top:0px !important;
    padding-bottom:0px !important;
}
.hs-one-col-gray-box {
    background-color: rgba(255,255,255,0.2);
    text-align: center;
    padding: 20px 30px;
    color:#fff;
}
.hs-one-col-gray-box .number{
    font-size: 60px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 1.42857143;
} 
.hs-one-col-gray-box .title a,
.hs-one-col-gray-box .number a{
    color: #FFFFFF;
}
.hs-one-col-gray-box .title{ 
    text-transform: uppercase;
    font-weight: bold;
    font-size:16pt;
    line-height: 1.42857143;
}
.hs-one-col-gray-module{
    display:inline-block;
    width:25%;
    margin-left:-2px;
    margin-right:-2px;
    padding-left:15px;
    padding-right:15px;
}
.hs-software-inner-layout.hs-banner-layout .hs-bottom-pane-group .page-center {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
}

.hs-gray-section-group{
    background-color: #F0F0F0;
    padding-top: 60px;
    padding-bottom: 30px;
    margin-bottom: -1px;
}
.hs-gray-section-group .page-center{
    padding-top:0 !important;
    padding-bottom:0 !important;
}
.hs-section-group1 h2{
    padding-bottom:0;
}
.hs-one-col-content-top-bar {
    background-color: #F9F9F9;
    box-shadow: 0 1px 1px 1px rgba(0,0,0,0.1);
    margin: 0 0 50px;
}
.one-col-top-bar-detail {
    background-color: #F5F5F5;
    padding: 3px 0 7px;
    border-bottom: 1px solid #E5E5E5;
}
.one-col-top-bar-detail span:first-child{
    padding-left: 50px;
}
.one-col-top-bar-detail span:last-child {
    border-right: 0;
    padding-right: 50px;
}
.one-col-top-bar-detail span {
    padding: 10px 18px;
    border-right: 1px solid #E5E5E5;
    color: #777;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.42857143;
}
.one-col-top-bar-detail span i {
    margin-right: 12px;
    color:#868686;
}
.hs-one-col-top-bar-body {
    padding: 0 50px 30px;
}
.hs-one-col-top-bar-body h3{
    font-size: 35px;
    font-family: 'Roboto';
    line-height: 45px;
    margin: 18px 0 25px;
    color: #555555;
}
.hs-one-col-top-bar-body a{
    color: #444444;
}
.hs-one-col-top-bar-body p{
    color: #333;
    font-size: 16px;
    margin: 0 0 20px;
    line-height: 26px;
}
.hs-one-col-top-bar-body a{
    color: #868686;
}
.hs-one-col-top-bar-body a:hover{
    color: #444444;
}
.hs-two-col-wrap {
    display: inline-block;
    width: 50%;
    margin-left: -2px;
    margin-right: -2px;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align:top;
}
.hs-gray-section-group .page-center {
    padding-left: 0 !important;
    padding-right: 0px !important;
}
.hs-software-layout .body-container h2{
    padding-bottom:0;
}
.hs-software-layout .body-container .hs-banner-content h2 {
    font-size: 45px;
    background-color: white;
    text-align: center;
    line-height: 1.42857143;
    color: #333;
    padding: 18px 20px 19px;
    font-weight: 500;
    text-transform: none;
    margin-left: 0px;
    margin-top: 21px;
}
.hs-pricing-plan {
    background-color: #F5F5F5;
    text-align: center;
    margin: 30px 0 0;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.15) inset, 0 1px 1px 0 rgba(0,0,0,0.1);
}
.hs-pricing-plan ul {
    text-align: left;
    list-style:none;
    margin:0;
    padding: 0 30px 10px;
}
.hs-pricing-plan ul li i {
    color: #999999;
    width: 35px;
}
.hs-pricing-plan ul li:last-child{
    border-bottom:0;
}
.hs-pricing-plan ul li {
    border-bottom: 1px solid #E5E5E5;
    font-size: 16px;
    color: #555555;
    line-height: 50px;
}
.hs-pricing-plan ul li a{
    color: #868686;
}
.hs-pricing-plan ul li a:hover{
    color: #444444;
}
.hs-pricing-plan h3 {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    font-size: x-large;
    background-color: #868686;
    padding: 18px 16px 17px;
    border: 1px solid rgba(0,0,0,0.125);
    border-bottom-width: 2px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.3333333;
    border-radius: 6px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    margin: 10px 0px 0;
    display: block;
}
.hs-four-column-pricing {
    padding: 74px 0px 7px;
}
.hs-four-column-pricing .hs-pricing-content {
    border: 4px solid white;
}
.hs-landing-q-layout .hs-four-column-pricing {
    padding: 0 0px 10px;
}
.hs-pricing-plan h3:hover {
    background-color: #444444;
    border-color: #444444;
}
.hs-pricing-plan h3 a,
.hs-pricing-plan h3:hover a{
    color:#fff;
}
.hs-software-layout .hs-banner-area {
    min-height: 385px;
    padding-left: 0px;
    background-position-y: -50px;
    background-repeat: no-repeat;
    background-size: 100%;
    object-fit: contain;
}
.hs-software-layout .hs-banner-area:before{
    background-color: #a3ccff;
    opacity:0.1;
    content:none;
}
.hs-pricing-content {
    display: inline-block;
    width: 25%;
    margin-left: -2px;
    margin-right: -2px;
    vertical-align:top;
}
.hs-software-group2 {
    background-color: #F0F0F0;
    padding: 60px 0 30px;
}
.hs-software-group2 .page-center{
    padding-top:0 !important;
    padding-bottom:0 !important;
}
.custom-top-image-content{
    padding-left:15px;
    padding-right:15px;
    float: left;
    width: 25%;
    margin-bottom: 30px;
}
.hs-software-group2 .custom-top-image-content{
    margin-top: 19px;
}
.custom-top-image-content-inner{
    background-color: #F9F9F9;
    box-shadow: 0 1px 1px 1px rgba(0,0,0,0.1);
}
.custom-top-image-content .portfolio-item-description{
    padding: 20px;
}
.custom-top-image-content .portfolio-item-description h4{
    font-family: 'Open Sans', sans-serif;
    color: #555555;
}
.custom-top-image-content .portfolio-item-description p{
    margin: 0;
    color: #555555;
    font-size: 14px;
    line-height: 1.42857143;
}
.custom-gray-background-content {
    background-color: #F9F9F9;
    box-shadow: 0 1px 1px 1px rgba(0,0,0,0.1);
    margin: 0 0 110px;
    padding: 20px 50px 30px;
}
.custom-gray-background-content h3{
    font-size: 35px;
    font-family: 'Roboto';
    line-height: 45px;
    margin: 18px 0 25px;
    color: #555555;
}
.custom-gray-background-content h4{
    font-size: 22px;
    margin: 0 0 13px;
    color: #555555;
    font-weight: 700;
}
.custom-gray-background-content p{
    font-size: 16px;
    color: #333;
    line-height: 26px;
    margin: 0 0 20px;
}
.hs-software-group3{
    text-align:center;
}
.hs-logo-module {
    width: 25%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
}
.hs-logo-module img {
    vertical-align: middle;
}
.custom-software-q-row4 .hs-bottom-pane-group{
    text-align:inherit;
}
.hs-software-group3 .hs_cos_wrapper_type_rich_text {
    clear: both;
}
.hs-software-group3 .hs_cos_wrapper_type_rich_text small{
    font-size: 14px;
    line-height: 1.42857143;
}
.hs-full-form-layout .main-content h2 {
    text-align: left;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 36px;
    margin: 0 0 39px;
    font-weight: normal;
    color: #555;
    padding: 0;
    line-height: 40px;
}
.hs-full-form-layout .custom-main-content p {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    color: #555555;
    line-height: 26px;
    margin-bottom: 20px;
}
.hs-full-form-layout .main-content .hs-form-field > label {
    display: none;
}
.hs-full-form-layout .main-content .hs-form-field .hs-input {
    border: 1px solid #D5D5D5;
    border-bottom-width: 2px;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.1) inset;
    color: #555555;
    height: 42px;
    transition: 0.3s ease-in-out 0s;
    border-radius: 0;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    min-height: auto;
}
.hs-full-form-layout .hs-banner-area {
    min-height: 450px;
    background-size: cover;
    background-position: center center;
}
.hs-full-form-layout h3.form-title:empty {
    display: none;
}
.hs-full-form-layout .main-content .hs_cos_wrapper_type_form .hs-button.primary.large {
    font-size: 14px;
    padding: 11px 16px 10px;
    min-height: auto;
    display: block;
    width: 100%;
}
.hs-full-form-layout .main-content.custom-main-content {
    width: 66.66666667%;
    margin-bottom: 30px;
}

.hs-banner-area.advanced .hs-banner-content {
    background-color: white;
    padding: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #555555;
    border-radius: 6px;
    width: 65.866%;
}
.hs-innovation-center-layout.hs-contact-layout .hs-banner-area {
    min-height: 450px;
}
.hs-banner-area.advanced .hs-banner-content h1 {
    font-size: 30pt;
    font-weight: 600;
    margin: 0 0 19px;
}
.hs-banner-area.advanced .hs-banner-content p {
    font-size: 20pt;
    font-weight: 400;
    margin: 0;
    line-height: 1.1;
}
.hs-banner-area.advanced .page-center {
    padding-top: 60px;
}
.hs-innovation-center-layout .hs-contact-layout .hs-banner-area {
    min-height: 450px;
}
.hs-innovation-center-layout .main-content.custom-main-content {
    padding-top: 40px;
}
.hs-innovation-center-layout .main-content.custom-main-content h2{
    margin: 0px 0 20px;
}
.hs-innovation-center-layout .main-content.custom-main-content .widget-type-form h3{
    font-family: 'Open Sans', sans-serif;
    color: #555555;
    font-size: 65px;
    margin-bottom:0;
}
.hs-innovation-center-layout .main-content .hs-form-field {
    margin-bottom: 14px;
}
.hs-innovation-center-layout .main-content span.hs-form-required {
    display: none;
}
.hs-innovation-center-layout .main-content .hs-form-field .hs-input {
    border: 1px solid #D5D5D5;
    border-bottom-width: 2px;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.1) inset;
    color: #555555;
    height: 42px;
    transition: 0.3s ease-in-out 0s;
    border-radius: 0;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    min-height: auto;
}
.hs-innovation-center-layout .main-content .hs-form-field > label{
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}
.hs-innovation-center-layout ul.inputs-list .hs-input,
.hs-innovation-center-layout .main-content ul.inputs-list.multi-container .hs-input {
    width: auto !important;
    font-size: 14px;
    margin-right:7px;
    line-height: 1.42857143;
    display: inline-block;
    line-height: normal;
    height: auto;
}
ul.inputs-list,
.hs-innovation-center-layout .main-content ul.inputs-list.multi-container {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #868686;
    margin-bottom: 5px;
    margin:0;
    font-weight: 700;
    line-height: 1.42857143;
}
.hs-innovation-center-layout .main-content ul.inputs-list.multi-container li {
    margin: 0 0 5px;
}
.hs-innovation-center-layout .main-content .hs_cos_wrapper_type_form .hs-button.primary.large{
    font-size: 14px;
    padding: 11px 16px 10px;
    min-height: auto;
    display: block;
    width: 100%;
}
.hs-innovation-center-layout .main-content form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
    width: auto !important;
    display: inline-block !important;
    vertical-align: middle;
}
.hs-innovation-center-layout .hs_cos_wrapper_type_rich_text h3 {
    margin-top: 120px;
    margin-bottom: 20px;
}
.hs-innovation-center-layout .main-content .hs-form-field textarea {
    min-height: 177px !important;
    height: auto;
}


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

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

.hs-footer-group {
    background-color: #EAEAEA;
    color: #555555;
    padding: 30px 0 11px;
    font-size: 14px;
}
.hs-footer-group ul li{
    line-height: 23px;
}
.hs-footer-group p{
    margin: 0;
    font-size: 13px;
}
.hs-footer-contact-details ul{
    list-style:none;
    margin:0;
    padding:0;
}
.hs-footer-contact-details li br {
    display: none;
}
.hs-footer-bottom-group{
    border-top: 1px solid #DADADA;
    padding: 9px 0 0;
    margin: 24px 0 0;
}
.hs-footer-menu-group ul {
    float: right;
    margin-right: -15px !important;
    margin-top: 4px !important;
}
.hs-footer-menu-group ul a{
    font-size: 13px;
    padding: 0 10px;
    color: #555;
}
.hs-footer-menu-group ul a:hover{
    color: #868686;
}
.hs-footer-social {
    font-size: 35px;
}
.hs-footer-social ul{
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
    width: 12.333333%;
    position: relative;
    top: 19px;
}
.hs-footer-social ul li {
    margin-top: 3px;
}
.hs-footer-social a {
    display: inline-block;
}
.hs-footer-menu-group .hs-menu-wrapper > ul > li:nth-child(2) > a {
    color: #6eb5fd;
    font-weight: bold;
}
.hs-footer-menu-group .hs-menu-wrapper > ul > li:nth-child(2) > a:before,
.hs-footer-menu-group .hs-menu-wrapper > ul > li:nth-child(2) > a:after{
    color: #555555;
}
.hs-footer-menu-group .hs-menu-wrapper > ul > li:nth-child(2) > a:hover:before,
.hs-footer-menu-group .hs-menu-wrapper > ul > li:nth-child(2) > a:hover:after{
    color: #868686;
}
.hs-footer-menu-group .hs-menu-wrapper > ul > li:nth-child(2) > a:before {
    content: "[";
    font-weight: normal;
    color: #555555;
    margin-right: 3.5px;
}

.hs-footer-menu-group .hs-menu-wrapper > ul > li:nth-child(2) > a:after {
    content: "]";
    font-weight: normal;
    color: #555555;
    margin-left: 3.5px;
}



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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
    float: right;
    padding-right: 15px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color: #777777;
    font-weight: 300;
    line-height: 20px;
    padding: 25px 15px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    text-decoration: none;
    font-size: 17px;
    text-align:center;
    min-width: 100px;
    text-align:center;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #FFFFFF;
    border: 0;
    border-bottom: 3px solid #16A085;
    border-radius: 0;
    border-color: #868686;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    margin: 0;
    padding: 0;
    min-width: 260px;
    left: auto!important;
    right: 0 !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
    border-bottom: 1px solid #E5E5E5;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color: #555555;
    font-weight: 400;
    padding: 10px 15px;
    font-family: 'Open Sans', sans-serif;
    transition: 0.3s ease-in-out 0s;
    background-color: #FFFFFF;
    line-height: 1.42857143;
    font-size:14px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:before{
    content: "\f101";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 12px;
    color:#868686;
}

/* 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:992px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.Sign-Up:hover > a{
        border-radius:none;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.Sign-Up{
        border-top: 2px solid #dadada;
        border-right: 2px solid #dadada;
        border-left: 2px solid #dadada;
        background-color: #e3e3e3;
        border-radius: 6px;
        text-align: center;
    }
  	.custom-menu-primary .hs-menu-wrapper > ul > li.Sign-Up:hover {
        border-color: #868686;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.Sign-Up > a {
        min-width: 96px;
        font-weight: bold;
        padding-top: 23px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:focus > a,
    .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
        text-decoration:none;
        color: #fff;
        background-color: #868686;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
        background-color: #E5E5E5;
        color: #333333;
        padding-left: 20px;
    }

}


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

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

@media (max-width: 991px){

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

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: -43px;
    right: 0;
    width: 24px;
    height: 30px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    border: 0;
    padding: 0;
    border-radius: 0;
    margin: 4px 15px 0;
    font-size: 28px;
    color: #555555;
  }
  .mobile-trigger:hover{}

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{}

  /* Toggle Button Icon */
  .mobile-trigger i{
    position: relative;
    vertical-align: top;
  }
    .mobile-trigger:hover i:before{
        color: #868686;
    }
  .mobile-trigger i:before{
    position: absolute;
    content: "\f0c9";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .mobile-trigger i, .mobile-trigger i:before{
    display: inline-block;
  }
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{}

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 35px !important; /* Button width */
    min-width:35px !important;
    height: 30px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#555555; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    width: 100% !important;
    position: relative;
    padding-top: 0;
    margin: 0;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    z-index:999;
    left: 0;
    padding: 5px 15px;
    border-bottom: #868686 solid 3px;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #fff;
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    background-color: #FFFFFF;
    color: #555555;
    text-align:center;
    padding: 5px 0;
    border-bottom: 2px solid #E5E5E5;
    font-size: 14px;
    font-weight: 600;
    overflow: visible;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
  }

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

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
    border-bottom:0;
    box-shadow:none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
      border-bottom:0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    background-color: #FFFFFF;
    padding: 8px 10px;
    transition: none;
    color: #555555;
    font-weight: 400;
    border-bottom:1px solid #E5E5E5;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
  }

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

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


/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */
.blog.mi-blog .body-container .page-center {
    padding-top: 0;
}

.blog.mi-blog .body-container .hs-blog-header h1 {
    font-size: 42px;
    line-height: 1.04;
    letter-spacing: -.015em;
    font-weight: 600;
    margin: 40px 0 0px;
    font-family: medium-content-sans-serif-font,"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Arial,sans-serif;
}

.blog.mi-blog .hs-blog-header h1 a{
  color: #000000;
}

.blog-listing-wrapper .post-listing .post-item.blog-post-item .post-header {
    margin: 0;
    background-color: #F5F5F5;
    padding: 10px 50px;
    border-bottom: 1px solid #E5E5E5;
}
.blog-listing-wrapper .post-listing .post-item.blog-post-item .post-header #hubspot-author_data {
    color: #777;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    font-weight: bold;
}
.blog-listing-wrapper .post-listing .post-item.blog-post-item .post-header .hs-blog-social-share {
    border: none;
    padding: 0;
    margin: 0;
}
.blog-listing-wrapper .post-listing .post-item.blog-post-item .post-body {
    padding-top: 20px;
}
.blog-listing-wrapper .post-listing .post-item.blog-post-item .post-body figure {
    margin: 0;
}
.blog-post-wrapper.blog-post-content .post-header {
    padding: 10px 50px;
    margin: 0;
    border-bottom: 1px solid #E5E5E5;
    background-color: #F5F5F5;
}
.blog-post-wrapper.blog-post-content .post-header #hubspot-author_data {
    color: #777;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}
.blog-post-wrapper.blog-post-content .post-header h1 {
    font-size: 35px;
    font-family: 'Roboto';
    line-height: 45px;
    margin: 0 0 25px;
    font-weight: 500;
}
.blog-post-wrapper.blog-post-content .hs-blog-social-share {
    padding: 0;
    border: none;
    margin: 0;
}
.blog-post-wrapper.blog-post-content .post-body {
    padding-top: 20px;
}
.blog .blog-sidebar.blog-sidebar-content .widget-span {
    background-color: #F9F9F9;
    box-shadow: 0 1px 1px 1px rgba(0,0,0,0.1);
    margin: 0 0 30px;
    padding: 20px;
    color: #333;
    font-size: 16px;
    line-height: 26px;
}
.blog .blog-sidebar.blog-sidebar-content .widget-span h2 {
    font-size: 35px;
    font-family: 'Roboto';
    line-height: 45px;
    margin: 0 0 10px;
    font-weight: 500;
    color: #555555;
    padding: 0;
    text-transform: inherit;
}
.blog .blog-sidebar.blog-sidebar-content .widget-span h3:first-child {
  margin: -20px -20px 20px;
  background-color: #F5F5F5;
  padding: 15px 20px;
  border-bottom: 1px solid #E5E5E5;
}
.blog-listing-wrapper .post-listing .post-item.blog-post-item .post-body img.hs-featured-image {
    float: none;
    margin: 0 0 10px;
    display: block !important;
    max-width: 100%;
    max-height: 100%;
}
.blog-listing-wrapper .post-listing .post-item.blog-post-item .post-header h2 {
    font-size: 30px;
    line-height: 1.04;
    letter-spacing: -.015em;
    font-weight: 600;
    font-family: medium-content-sans-serif-font,"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Arial,sans-serif;
    text-transform: inherit;
    font-style: normal;
    color: rgba(0,0,0,.84);
    margin-bottom: 0;
    padding: 0;
}
.blog-listing-wrapper .post-listing .post-item.blog-post-item .post-header h2 a {
    color: rgba(0,0,0,.84);
}
.blog-listing-wrapper .post-listing .post-item.blog-post-item .post-body span.caption,
.blog-listing-wrapper .post-listing .post-item.blog-post-item .post-body p {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.58;
    letter-spacing: -.004em;
    font-family: medium-content-serif-font,Georgia,Cambria,"Times New Roman",Times,serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 0;
      text-align: left;
}
.blog-listing-wrapper .post-listing .post-item.blog-post-item .post-body a.more-link {
    font-family: medium-content-sans-serif-font,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    letter-spacing: 0;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    position: relative;
    color: rgba(0,0,0,.54);
    vertical-align: baseline;
    white-space: normal;
    font-size: 15px;
}
.blog-listing-wrapper .post-listing .post-item.blog-post-item .post-header #hubspot-author_data {
    font-family: medium-content-sans-serif-font,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    line-height: 1.4;
    font-size: 15px;
    color: rgba(0,0,0,.54);
    letter-spacing: 0;
    font-weight: 400;
    font-style: normal;
}
.blog-listing-wrapper .post-listing .post-item.blog-post-item .post-header #hubspot-author_data a.author-link {
    color: rgba(0,0,0,.54);
}
.blog-listing-wrapper .post-listing .post-item.blog-post-item .post-header #hubspot-author_data a.author-link:hover {
    color: rgba(0,0,0,.68);
}
.blog-post-wrapper.blog-post-content .post-header h1 {
    margin: 0 0 25px;
    font-weight: 600;
    font-family: medium-content-sans-serif-font,"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Arial,sans-serif;
    font-style: normal;
    font-size: 42px;
    margin-left: -2.63px;
    line-height: 1.04;
    letter-spacing: -.015em;
    padding-top: 5px;
    color: rgba(0,0,0,.84);
    margin-bottom: 0;
}
.blog-post-wrapper.blog-post-content .post-header #hubspot-author_data {
    font-weight: 400;
    font-family: medium-content-sans-serif-font,"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Arial,sans-serif;
    font-style: normal;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 20px;
    color: rgba(0,0,0,.54);
}
.blog-post-wrapper.blog-post-content .post-body img.hs-featured-image {
    float: none;
    display: block !important;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}
.blog-post-wrapper.blog-post-content .post-body p {
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
    line-height: 1.58;
    letter-spacing: -.003em;
    font-family: medium-content-serif-font,Georgia,Cambria,"Times New Roman",Times,serif;
    margin-top: 38px;
    margin-bottom: 0;
    color: rgba(0,0,0,.84);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
.blog-post-wrapper.blog-post-content .post-body span.caption {
    font-weight: 400;
    font-family: medium-content-sans-serif-font,"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Arial,sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 1.4;
    color: rgba(0,0,0,.68);
    letter-spacing: 0;
    text-align: center;
    display: block;
    margin-top: 10px;
}
.blog-post-wrapper.blog-post-content .post-body ol {
    margin: 0;
    margin-top: 29px;
    padding: 0;
}
.blog-post-wrapper.blog-post-content .post-body ol li {
    font-family: medium-content-serif-font,Georgia,Cambria,"Times New Roman",Times,serif;
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
    line-height: 1.58;
    letter-spacing: -.003em;
    margin-left: 30px;
    margin-bottom: 14px;
}
.blog-post-wrapper.blog-post-content .post-body a {
    text-decoration: none;
    background-image: linear-gradient(to bottom,rgba(0,0,0,.68) 50%,rgba(0,0,0,0) 50%);
    background-repeat: repeat-x;
    background-size: 2px .1em;
    background-position: 0 1.07em;
    color: rgba(0,0,0,.84);
}
.blog-post-wrapper.blog-post-content .post-body hr.section-divider {
    display: block;
    border: 0;
    text-align: center;
    overflow: visible;
    margin-top: 52px;
    margin-bottom: 42px;
}
.blog-post-wrapper.blog-post-content .post-body hr.section-divider:before {
    content: '...';
    display: inline-block;
    margin-left: .6em;
    color: rgba(0,0,0,.68);
    position: relative;
    font-family: medium-content-slab-serif-font,Georgia,Cambria,"Times New Roman",Times,serif;
    font-weight: 400;
    font-style: italic;
    font-size: 30px;
    letter-spacing: .6em;
}
.blog-post-wrapper.blog-post-content .post-body #hubspot-topic_data {
    font-family: medium-content-sans-serif-font,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1.4;
}
.blog-post-wrapper.blog-post-content .post-body #hubspot-topic_data a{
    color: rgba(0,0,0,.54);
}
.blog-post-wrapper.blog-post-content .post-body h4 {
    font-weight: 600;
    margin-top: 29px;
    font-family: medium-content-sans-serif-font,"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Arial,sans-serif;
    padding: 0;
    font-style: normal;
    font-size: 26px;
    line-height: 1.22;
    letter-spacing: -.012em;
    color: rgba(0,0,0,.84);
    margin-bottom: 0;
}
.blog-post-wrapper.blog-post-content .post-body blockquote {
    margin: 0;
    border-left: 3px solid rgba(0,0,0,.84);
    padding-left: 20px;
    padding-bottom: 2px;
    font-weight: 400;
    font-style: italic;
    font-size: 21px;
    line-height: 1.58;
    letter-spacing: -.003em;
    font-family: medium-content-serif-font,Georgia,Cambria,"Times New Roman",Times,serif;
    margin-top: 29px;
    /*margin-left: -23px;*/
}
figure.graf-figure {
    margin: 0;
    margin-top: 43px;
    user-select: auto;
    z-index: 100;
    position: relative;
    clear: both;
    outline: 0;
}
figure.graf-figure .iframe-group {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: block;
}
figure.graf-figure .iframe-group .iframe-fill {
    padding-bottom: 56.2%;
    display: block;
}

figure.graf-figure .iframe-group .iframeContainer {
    max-width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
figure.graf-figure .iframe-group .iframeContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.blog-post-wrapper.blog-post-content .post-body figure {
    margin: 0;
    margin-top: 43px;
}
.blog-post-wrapper.blog-post-content .post-body h3 {
    font-weight: 600;
    font-family: medium-content-sans-serif-font,"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Arial,sans-serif;
    font-style: normal;
    font-size: 34px;
    line-height: 1.15;
    letter-spacing: -.015em;
    color: rgba(0,0,0,.84);
    margin-bottom: 0;
}




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

/* Blog Post and Listing Body Class */
.blog {
    background-color: #F0F0F0;
}

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

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

/* Blog Columns Wrapper */
.blog .content-wrapper {
    padding-top:60px;
}
.hs-blog-listing .custom-blog-post-detail > span {
    padding-right: 0;
}


/* =============== 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 {
    font-size: 35px;
    font-family: 'Roboto';
    line-height: 45px;
    margin: 18px 0 25px;
    font-weight:500;
    color: #555555;
}
.post-header a {
    color: #555555;
}

/* 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 {
    background-color: #F9F9F9;
    box-shadow: 0 1px 1px 1px rgba(0,0,0,0.1);
    margin: 0 0 50px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {
    padding: 0 50px 30px;
    color: #333;
    font-size: 16px;
    margin: 0 0 20px;
    line-height: 26px;
}
.blog-post-wrapper .post-body p,
.blog-listing-wrapper .post-listing .post-item .post-body p{
    margin: 0 0 20px;
}
.blog-post-wrapper{
    background-color: #F9F9F9;
    box-shadow: 0 1px 1px 1px rgba(0,0,0,0.1);
    margin: 0 0 50px;
}
.blog-post-wrapper .post-body {
    padding: 0 50px 30px;
    color: #333;
    font-size: 16px;
    margin: 0 0 20px;
    line-height: 26px;
}
.blog-post-wrapper .custom-blog-post-detail i {
    margin-right: 30px;
}

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

.custom-blog-post-detail {
    padding-left: 50px;
    background-color: #F5F5F5;
    padding: 0;
    border-bottom: 1px solid #E5E5E5;
}
.custom-blog-post-detail > span {
    padding: 10px 18px;
    border-right: 1px solid #E5E5E5;
    color: #777;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    display: inline-block;
    padding-left: 50px;
    padding-right: 50px;
}
.custom-blog-post-detail i {
    margin-right: 12px;
}
.custom-date{
    padding-right: 50px;
    padding: 0 18px 0 0;
    color: #777;
    display:inline-block;
    font-weight: bold;
}

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

.custom_listing_comments{
    padding:15px;
    margin:20px 0;
    border:1px solid #ccc;
}

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

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

#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
    padding:15px;
}

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


.comment.depth-0 {
    border-bottom: 1px solid #000 !important;
    border-top: medium none !important;
    margin: 0 10px 10px !important;
    padding: 0 15px !important;
}

.comment-body {
    border-bottom: medium none;
    color: ;
    display: block;
    font-family: ;
    font-size: ;
    line-height: ;
    padding: 0;
}

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

.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}

.comment-date {
    color:  !important;
    display: block !important;
    text-align: left;
}
#comment-form .actions {
   text-align: center;
}
#comment-form .actions input {
   margin: 20px 0;
}
#comment-form {
   background: #ffffff;
   border: 1px solid #ccc;
   margin: 15px 0;
   padding: 30px;
   max-width:100%;
}

.blog.mi-blog #comment-form ul.inputs-list {
    color: #777;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}


/* -------------------- Ends ----------- */

/* -------------- Default Code for Author Bio ------------ */

#hubspot-author_data .hs-author-avatar {
 	max-width: 70px;
 	padding: 10px 10px 10px 0;
}

#hubspot-author_data .hs-author-avatar img {
 	height: auto !important;
 	max-width: 100%;
}

.hs-blog-social-share {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    height: auto;
    margin-top: 10px;
    padding: 10px 0 0;
}

/* Pagination */
.blog-pagination {}
.blog-pagination a {
    display:inline-block;
    margin:5px;
}
.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 {}

.custom-form-group{
    width: 66.66666667% !important;
    float:none !important;
    margin:0 auto !important;
}
.custom-form-group .hs-form-required{
    display:none;
}
.custom-form-group textarea{
    min-height:180px;
    max-width:100%;
}
.custom-form-group .hs-button.primary.large{
    width:100%;
}
.custom-form-group .hs-button.primary.large{
    margin-bottom:0;
}
.hs-consult-layout .body-container {
    background: #000;
    min-height: 600px;
}
.hs-consult-layout .body-container h3 {
    color: #fff;
    margin-bottom: 0;
}
.hs-consult-layout .body-container h2{
    font-size: 42px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    color: #fff;
    text-transform: none;
    margin-bottom: 20px;
    line-height: 1.42857143;
}
.hs-consult-layout .body-container .hs-form-field {
    margin-bottom: 28px;
}

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


/* =============== Global Form Styles =============== */
h3.form-title":empty{
    margin:0;
}
h3.form-title {
    margin-bottom: 20px;
}
/* Form Field */
.hs-form-field {
    margin-bottom:20px;
}

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

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

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
    font-family:"Open Sans", sans-serif;
    font-size: 20px;
    min-height: 50px;
    border: 1px solid #D5D5D5;
    border-bottom-width: 2px;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.1) inset;
    color: #555555;
    height: 42px;
    transition: 0.3s ease-in-out 0s;
    border-radius: 0;
    padding: 6px 12px;
    line-height: 1.42857143;
    width:100%;
    background-color: #fff;
    max-width:100%;
    display:block;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
    outline: none;
    box-shadow: 0 0 2px 1px rgba(0,0,0,0.08) inset;
    border-color: #B5B5B5;
}

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

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

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

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

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

/* Error */
ul.hs-error-msgs.inputs-list {
    margin-top: 10px;
    list-style:none;
    margin:0;
    padding:0;
}
.hs-error-msgs label{
    color:red;
}

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


.custom-form-container .hs-input::-webkit-input-placeholder { opacity:1;}
.custom-form-container .hs-input:-moz-placeholder { opacity:1;}
.custom-form-container .hs-input::-moz-placeholder { opacity:1;}
.custom-form-container .hs-input:-ms-input-placeholder { opacity:1;}

.custom-form-container .hs-button.primary.large {
    background: url(//cdn2.hubspot.net/hubfs/2268088/Mi-7%20-%20January%202018%20Folder/Images/button-big.png);
    box-shadow: none;
    border: 0;
    border-radius: 0;
    font-size: 18px;
    transition: 0.3s ease-in-out 0s;
    border-radius: 0;
    padding: 6px 12px;
    font-weight: normal;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.1) inset;
    line-height: 1.42857143;
    text-transform: none;
    height: auto;
    min-height: 55px;
    min-width: 300px;
}
.custom-form-container .hs_cos_wrapper_type_form a.hs-button.primary.large.back {
    width: 21.7%;
    margin: 0px 30px 0;
    padding-top: 16px;
    min-width: auto;
}


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    min-height: 65px;
    font-size: x-large;
    background-color: #868686;
    padding: 11px 16px 10px;
    border: 1px solid rgba(0,0,0,0.125);
    border-bottom-width: 2px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.3333333;
    border-radius: 6px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    display:inline-block;
    font-family:"Open Sans", sans-serif;
    color:#fff;
    margin:10px 0px;
    white-space:normal !important;
}

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

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


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


/* ==========================================================================
   ========================================================================== */

#cta_button_2268088_04ba40ec-0a83-409b-84c7-d78cc9f9fc97{
    min-width: 266px !important;
}
a#cta_button_2268088_3701c855-fced-489d-b11d-ec4e386e98e9{
    -webkit-font-smoothing: auto;
}

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


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

@media(min-width: 1620px){
    .hs-form-layout.hs-full-form-layout .hs-banner-area,
    .hs-innovation-center-layout.hs-contact-layout .hs-banner-area {
        min-height: 520px;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    .custom-menu-primary .hs-menu-wrapper > ul > li > a{
        padding-left:9px;
        padding-right:9px;
    }
    .custom-main-content p{
        padding-left:50px;
        padding-right:50px;
    }
}

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

@media (min-width: 1200px) {
    .custom-form-container .hs_cos_wrapper_type_form .hs-button.primary.large{
        width:48%;
    }
    .hs-software-layout.software .hs-banner-area .page-center {
        max-width: 100%;
        padding-left: 9.1%;
    }
}

@media (max-width: 1200px) {
    .container-fluid .row-fluid .page-center{
        max-width: 970px;
    }
    .hs-software-layout .hs-banner-area{
        background-size:cover;
    }
    .hs-software-layout .hs-banner-area,
    .hs-banner-area{
        background-position: center;
    }
    .custom-home-banner-group {
        background-size: cover;
        background-position: center;
    }
    .custom-home-group2 .custom-button.large {
        margin: 10px 3px 0;
    }
    .hs-software-layout .body-container .hs-banner-content h2{
        margin-left:0;
        margin-right:0;
    }
}

@media (min-width: 992px) and (max-width: 1250px) {
    .custom-form-container .hs-form-field > label{
        font-size: 18px;
    }
}

@media (max-width: 1000px) {
    .hs-endthevpn-layout.hs-contact-layout .hs-banner-area {
       min-height: 250px;
    }
}

@media (max-width: 991px) {
    .custom-hidden-tablet{
        display:none !important;
    }
    .hs-endthevpn-layout.hs-contact-layout .hs-endthevpn-form h3.form-title:before{
        content:none;
    }
    .container-fluid .row-fluid .page-center{
        max-width:750px;
    }
    .scroll-header .custom-header-group {
        background-color: #F0F0F0;
    }
    .custom-header-group .row-fluid .page-center {
        padding-left:0;
        padding-right: 0;
    }
    .custom-header-group {
        background-color: #F0F0F0;
        height: 50px;
    }
    .custom-logo{
        padding-left:65px;
    }
    .custom-logo img {
        max-width: 71px;
    }
    .custom-menu-container {
        width: 100% !important;
        margin-left: 0px !important;
    }
    h2 {
        font-size: 50px;
        line-height: 60px;
    }
    .hs-footer-menu-group{
        display:none !important;
    }
    .hs-copyrights-group{
        width:100% !important;
        text-align:center;
    }
    .hs-footer-group {
        font-size: 14px;
    }
    .hs-two-column-module .hs-content-wrapper-group{
        width:50%;
    }
    .custom-reeldx-inner-group .page-center {
        width: 100% !important;
    }
    .custom-form-container .hs-form-field > label {
        margin-top: 5px;
    }
    .hs-two-col-wrap {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .custom-gray-background-content{
        padding: 20px 18px 15px;
    }
    .blog-listing-wrapper .post-listing .post-item .post-body{
         padding: 0px 18px 15px;   
    }
    .blog-post-wrapper .post-body{
         padding: 0px 18px 15px;   
    }
    .custom-blog-post-detail > span{
        padding-left: 18px;
    }
    .custom-blog-post-detail > span{
        padding-right: 18px;
    }
    .custom-home-layout .hs-bottom-pane-group h1{
        font-size:20px;
    }
    .custom-home-layout .hs-bottom-pane-group h3{
        font-size:18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .custom-home-layout #cta_button_2268088_9033f73a-bedd-4ea7-8ed5-dee5cdea4ca4 {
        line-height: 1.3333333;
        border-radius: 6px;
        font-size: 18px !important;
        padding: 11px 16px 10px !important;
    }
    .hs-four-column-content .custom-one-col-content-wrapper,
    .custom-one-col-content-wrapper{
        width:50%;
    }
    .header-container-wrapper,
    .scroll-header .header-container-wrapper{
        min-height: 49px !important;
    }
    .custom-header-group{
        position: fixed;
        left: 0;
        right: 0;
        width: 100% !important;
        z-index: 999;
    }
    .blog-listing-wrapper .post-listing .post-item.blog-post-item .post-header {
      padding: 10px 18px;
    }
  .blog .blog-sidebar.blog-sidebar-content .widget-span {
      padding: 20px 18px;
  }
  .blog .blog-sidebar.blog-sidebar-content .widget-span h3:first-child {
    margin: -20px -18px 20px;
    background-color: #F5F5F5;
    padding: 15px 18px;
    border-bottom: 1px solid #E5E5E5;
  }
  .blog-post-wrapper.blog-post-content .post-body blockquote {
      margin-left: 0;
  }
  .blog-post-wrapper.blog-post-content .post-header {
      padding: 10px 18px;
  }
}

@media (max-width: 1199px) and (min-width: 1000px){
    .hs-gray-section-group .hs-two-col-wrap {
        padding-left: 0;
    }
    .one-col-top-bar-detail span:first-child {
        padding-left: 13px;
    }
    .one-col-top-bar-detail span i{
        margin-right: 6px;
    }
}

@media  (min-width: 768px) and (max-width: 991px) {
    .three-column .main-content h2,
    .sidebar.right h2 {
        line-height: 48px;
        font-size: 37px;
        padding-bottom: 0;
    }
    .hs-team-profile{
        margin:0;
    }
    .custom-main-content p {
        padding-left: 0;
        padding-right: 0;
    }
    .hs-one-col-gray-box{
        padding: 20px 10px;
    }
    .hs-one-col-gray-box .number{
        font-size: 40px;
    }
    .hs-one-col-gray-box .title{
        font-size: 13pt;
    }
    .hs-pricing-content{
        width: 50%;
    }
    .hs-logo-module{
        width: 50%;
    }
    .migrated-test .body-container h1 {
        font-size: 57px;
    }
    .migrated-test .body-container h2 {
        font-size: 48px;
        line-height: 58px;
    }
}

@media  (min-width: 768px){
    .hs-top-gray-group .widget-type-widget_container > .hs_cos_wrapper_type_widget_container,
    .hs-software-group3 .widget-type-widget_container > .hs_cos_wrapper_type_widget_container {
        display: block;
        margin-left: -15px;
        margin-right: -15px;
    }
    .hs-full-form-layout .main-content .hs_cos_wrapper_type_form .actions {
        padding-right: 10px;
    }
}

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

@media (max-width: 767px) {
    input[type="text"],
    input[type="password"], 
    input[type="datetime"], 
    input[type="datetime-local"], 
    input[type="date"], 
    input[type="month"], 
    input[type="time"], 
    input[type="week"], 
    input[type="number"], 
    input[type="email"], 
    input[type="url"], 
    input[type="search"], 
    input[type="tel"], 
    input[type="color"],
    input[type="file"],
    textarea,
    select {
        max-width:100%;
    }
    .hs-logo-module{
        width: 100%;
        float:none;
    }
    #comment-form {
        max-width:100%; 
    }
    .hs-banner-area.advanced .hs-banner-content{
        width:100%;
    }
    .hs-full-form-layout .hs-form fieldset.form-columns-2 .hs-form-field {
        width: 100% !important;
        padding-right: 0;
    }
    form.hs-form fieldset.form-columns-3 .hs-form-field {
        width: 100%;
        padding-right: 0;
    }
    .hs-innovation-center-layout .main-content.custom-main-content .widget-type-form h3 {
        font-size: 7.8vw;
    }
    .hs-innovation-center-layout  form.hs-form fieldset .hs-form-field {
        padding: 0;
    }
    .hs-innovation-center-layout .hs-full-form-layout .main-content .hs-form-field .hs-input{
        width:100% !important;
        padding-right:0;
    }
    .hs-endthevpn-layout.hs-contact-layout .hs_cos_wrapper_type_rich_text {
        width: 100%;
        margin: 0 auto 80px;
    }
    .hs-full-form-layout .main-content.custom-main-content {
        width:100%;
        margin-bottom: 30px;
    }
    .hs-software-inner-layout.hs-banner-layout .main-content center p {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .hs-reeldx-layout.thank-you-page .body-container .page-center {
        padding-top: 40px;
    }
    .hs-pricing-content {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .custom-top-image-content {
        float: none;
        width: 100%;
    }
    .hs-landing-q-row3 h1 {
        margin-bottom:0;
        font-size: 7.8vw;
    }
    .custom-form-group {
        width: 100% !important;
        float: none !important;
        margin: 0 auto !important;
    }
    .hs-consult-layout .body-container .hs-form-field {
        padding-right: 0;
    }
    .hs-one-col-gray-module {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .container-fluid .row-fluid .page-center{
        max-width:100%;
    }
    .custom-main-content p {
        padding-left: 0;
        padding-right: 0;
    }
    .hs-team-profile{
        margin-bottom: 40px;
    }
    .hs-team-module {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .custom-home-banner-group .hs_cos_gallery_slide.slick-slide {
        text-align: center;
    }
    .hs-four-column-content .custom-one-col-content-wrapper,
    .custom-one-col-content-wrapper{
        width:100%;
        padding-left:0;
        padding-right:0;
    }
    .hs-footer-group{
        text-align:center;
    }
    .hs-footer-social ul {
        margin: 20px 0 0;
        float: none;
        width: 100%;
        top: 0;
    }
    .hs-footer-social a{
        display: inline-block;
        width: auto;
    }
    .hs-two-column-module .hs-content-wrapper-group{
        width:100%;
    }
    .custom-border-bottom-group td {
        font-size: 12px;
    }
    .custom-border-bottom-group table td:nth-child(1),
    .custom-border-bottom-group table td:nth-child(2),
    .custom-border-bottom-group table td:nth-child(3){
        width: auto;
    }
    .custom-border-bottom-group table td {
        padding: 0 5px;
    }
    .hs-footer-group{
        padding: 30px 0 9px;
    }
    .hs-form fieldset.form-columns-2 .hs-form-field {
        width: 100% !important;
    }
    .one-col-top-bar-detail span:last-child {
        padding-right: 18px;
    }
    .one-col-top-bar-detail span:first-child {
        padding-left: 18px;
    }
    .hs-one-col-top-bar-body {
        padding: 0 18px 15px;
    }
    .hs-team-member-group .widget-type-widget_container > .hs_cos_wrapper_type_widget_container {
        margin-left:0 !important;
        margin-right:0 !important;
    }
    .hs-software-layout .hs-banner-area,
    .hs-banner-area {
        min-height: 50vw;
        height:auto;
    }
    .hs-contact-layout .hs-banner-area{
        min-height:50vw;
    }
    .hs-banner-area .page-center {
        padding-top: 40px;
    }
    .hs-software-inner-layout .hs-banner-area:before{
        display:block;
    }
    .hs-software-group2 .custom-top-image-content {
        max-width: 292px;
        margin-left: auto;
        margin-right: auto;
    }
    .custom-home-right-group {
        margin: 0px auto !important;
        float: none !important;
        text-align:center;
    }
    .custom-home-group2 .custom-button.large {
        margin: 10px auto 0;
        margin-top: 10px;
        max-width: 300px;
        display: block;
        padding: 6px 9px 5px;
        line-height: 1.5;
        border-radius: 3px;
        font-size: 18px;
    }
    .custom-home-layout .hs-bottom-pane-group h1{
        font-size:20px;
    }
    .custom-home-layout .hs-bottom-pane-group h3{
        font-size: 18px;
    }
    .custom-home-banner-group{
        text-align:center;
    }

    .hs-banner-content h2{
        margin-left:0;
        margin-right:0;
    }
    .custom-form-container .hs_cos_wrapper_type_form a.hs-button.primary.large.back,
    .custom-form-container .hs-button.primary.large{
        width:100%;
        max-width:100% !important;
        margin:5px 0px;
    }
    .hs-banner-area.hide-banner-mobile {
        display: none !important;
    }
    .hs-footer-social ul li{
        display:inline-block;
    }
    .custom-border-bottom-group {
        overflow-x: auto;
    }
  .blog .blog-sidebar.blog-sidebar-content {
      margin-top: 30px;
  }
  .blog-listing-wrapper .post-listing .post-item.blog-post-item .post-body img.hs-featured-image {
      float: none;
      margin: 0 0 20px;
      max-width: 100%;
      max-height: 100%;
      display: block !important;
  }
}  


/* =============== Landscape phones and smaller devices =============== */
@media (min-width: 401px) and (max-width: 479px) {
    .custom-reeldx-top-group img {
        margin-left: 0;
    }
    .custom-reeldx-top-group img:first-child {
        margin-left: 9px;
    }
    .checkbox-row span.fakelabel span{
        float:none;
    }
}

@media (max-width: 400px) {
    #cta_button_2268088_04ba40ec-0a83-409b-84c7-d78cc9f9fc97 {
        min-width: auto !important;
    }
    .custom-home-group2 h2 {
        padding-bottom: 0;
        font-size: 40px;
        line-height: 50px;
    }
    .custom-form-group .hs-input{
        width:100% !important;
    }
    .custom-form-container .hs_cos_wrapper_type_form a.hs-button.primary.large.back{
        max-width: 230px;
    }
    .custom-form-container  .hs-button.primary.large{
        min-width: 238px;
        padding: 6px 8px;
    }
    .custom-form-container form.hs-form fieldset[class*="form-columns"] .hs-input{
        width:100% !important;
    }
    .custom-reeldx-top-group img:first-child,
    .custom-reeldx-top-group img {
        display: block;
        text-align: center;
        margin: 0px auto;
    }
    .hs-banner-content h2{
        margin-left:0;
        margin-right:0;
    }
    .hs-software-layout .body-container .hs-banner-content h2{
        font-size: 35px;
    }
    .custom-home-right-group{
        padding: 0px 10px 0px 10px;
    }
    .custom-home-right-group h1 {
        line-height: 40px;
        font-size: 29px;
    }
    .custom-home-banner-group h4 {
        line-height: 27px;
        font-size: 12pt;
    }
    .custom-home-banner-group h4 br{
        display:none;
    }
    .custom-home-group2 .custom-button.large{
        min-width:auto;
        display:block;
    }
    .custom-home-layout #cta_button_2268088_9033f73a-bedd-4ea7-8ed5-dee5cdea4ca4 {
        min-width: auto !important;
        display: block !important;
    }
    .checkbox-row span.fakelabel span{
        float:none;
    }
    h1 {
        font-size: 45px;
    }
    .subscribe-options label{
        margin-left:0;
        margin-right:0;
    }
    .hs-full-form-layout .main-content h2 {
        font-size: 22px;
        margin-bottom: 20px;
        line-height: 1.1;
    }
    .hs-full-form-layout .custom-main-content p {
        font-size: 14px;
        line-height: 26px;
    }
}

@media (max-width: 370px){
    .post-header{
        font-size: 32px;
    }
    .custom-home-group2 h2 {
        padding-bottom: 0;
        font-size: 37px;
        line-height: 48px;
    }
}

@media (max-width: 360px){
    body{
        font-size: 16px;
    }
    .main-content p{
        margin: 0 0 10px;
    }
    .hs-team-profile{
        margin-left:0;
        margin-right:0;
    }
    .custom-blue-cta-button, 
    #cta_button_2268088_3701c855-fced-489d-b11d-ec4e386e98e9{
        min-width: 200px;
    }
    .three-column .main-content h2,
    .sidebar.right h2,
    h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 20px;
    }
    .custom-main-content p{
        font-size: 16px;
        margin: 0 0 10px;
    }   
    a#cta_button_2268088_05865ead-a73c-4b6e-bd07-118b72d9486a{
        white-space: normal !important;
        display:block !important; 
        width: auto!important;
        min-width: auto !important;
    }
    .one-col-top-bar-detail span:last-child {
        padding-right: 10px;
    }
    .one-col-top-bar-detail span:first-child {
        padding-left: 10px;
    }
    .one-col-top-bar-detail span i {
        margin-right: 6px;
    }
    .hs-one-col-top-bar-body h3{
        font-size: 25px;
        line-height: 35px;
    }
    .hs-one-col-top-bar-body p{
        font-size: 14px;
        line-height: 24px;
        margin-bottom:20px;
    }
    .cta_button.custom-blue-cta-button {
        min-width: auto !important;
    }
    .post-header,
    .custom-gray-background-content h3{
        font-size: 25px;
        line-height: 35px;
    }
    .blog-post-wrapper .post-body p,
    .blog-listing-wrapper .post-listing .post-item .post-body,
    .custom-gray-background-content p{
        font-size: 14px;
        line-height: 24px;
    }
    .custom-blog-post-detail i {
        margin-right: 6px;
    }
    .custom-blog-post-detail > span {
        padding-left: 10px;
    }
    .blog-post-wrapper .custom-blog-post-detail i {
        margin-right: 16px;
    }
    .hs-blog-listing .custom-date {
        padding: 0 10px 0 0;
    }
    .hs-full-width-black-group h2{
        font-size:26px;
    }
    .hs-full-width-black-group p{
        font-size: 20px;
    }
    .hs-innovation-center-layout ul.inputs-list .hs-input, .hs-innovation-center-layout .main-content ul.inputs-list.multi-container .hs-input {
        position: absolute;
        left: 0;
        top:0;
    }
    .hs-innovation-center-layout .main-content form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
        position: absolute;
        left: 0;
        top: 0;
    }
    .hs-innovation-center-layout .main-content form.hs-form fieldset[class*="form-columns"] li {
        position: relative;
        padding-left: 24px;
    }
}

@media (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px){
    .hs-innovation-center-layout form.hs-form-102270ff-e490-4b1e-9d3d-04722a560c19_bbb507a6-bae8-4b27-9621-35cf3da88ef0 .form-columns-2 .hs-form-field .hs-input, 
    .hs-innovation-center-layout form.hs-form-102270ff-e490-4b1e-9d3d-04722a560c19_bbb507a6-bae8-4b27-9621-35cf3da88ef0 .form-columns-3 .hs-form-field .hs-input {
        width: 100%;
    }
}