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


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Raleway');
@import url('//fonts.googleapis.com/css?family=Open+Sans');
/* 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; }
@font-face {
    font-family:Wigrum;
    font-style: normal;
    font-weight: normal;
    src:url(//info.mindbeacon.com/hubfs/Mindbeacon%20November2017%20Theme/Fonts/Wigrum-Regular.ttf)format('truetype'),
    url(//info.mindbeacon.com/hubfs/Mindbeacon%20November2017%20Theme/Fonts/Wigrum-Regular.eot)format('eot'),
    url(//info.mindbeacon.com/hubfs/Mindbeacon%20November2017%20Theme/Fonts/Wigrum-Regular.woff)format('woff');
}
@font-face {
    font-family:Wigrum;
    font-style: normal;
    font-weight: 500;
    src:url(//info.mindbeacon.com/hubfs/Mindbeacon%20November2017%20Theme/Fonts/Wigrum-Medium.ttf)format('truetype'),
    url(//info.mindbeacon.com/hubfs/Mindbeacon%20November2017%20Theme/Fonts/Wigrum-Medium.eot)format('eot'),
    url(//info.mindbeacon.com/hubfs/Mindbeacon%20November2017%20Theme/Fonts/Wigrum-Medium.woff)format('woff');
} 
@font-face {
    font-family:Wigrum;
    font-style: normal;
    font-weight: 300;
    src:url(//info.mindbeacon.com/hubfs/Mindbeacon%20November2017%20Theme/Fonts/Wigrum-Light.ttf)format('truetype'),
    url(//info.mindbeacon.com/hubfs/Mindbeacon%20November2017%20Theme/Fonts/Wigrum-Light.eot)format('eot'),
    url(//info.mindbeacon.com/hubfs/Mindbeacon%20November2017%20Theme/Fonts/Wigrum-Light.woff)format('woff');
} 
/* ==========================================================================
   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;
    font-family: 'Wigrum',sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #333;
    line-height: 1.5;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: -0.35px;
}

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

/* 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;
    padding:0 0 20px;
} 
small {}
b, strong {
    font-weight: 500;
}
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: 'Wigrum';
    font-weight: 500;
    font-style: normal;
    line-height: 1.15;
}
.custom-site-page h1, .custom-site-page h2, .custom-site-page h3, .custom-site-page h4, .custom-site-page h5, .custom-site-page h6 {
    margin:0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  
}

h1 {
    font-size: 48px;
    margin-top:0;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 18px;
    font-weight: 400;
}
h6 {
    font-size: 100%;
}

/* Anchor Links */
a { 
    text-decoration: none;
    color: #087C5B;
    font-weight: 500;
}
a:hover, a:focus { text-decoration: none;outline:none;color: #087C5B; }
.body-container .hs_cos_wrapper_type_rich_text ol:first-of-type, .body-container .hs_cos_wrapper_type_rich_text p:first-of-type, .body-container .hs_cos_wrapper_type_rich_text ul:first-of-type {
    padding-top: 10px;
}
/* Lists */
.body-container .hs_cos_wrapper_type_rich_text ul, .body-container .hs_cos_wrapper_type_rich_text ol {
    margin: 0 0 0 20px;
    padding:0 0 10px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

/* Horizontal Rules */
hr {
    border: 0;
    border-top: 1px solid #FFDA22;
    font-size: 100%;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}


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

.fixed-header-wrapper {
    position: fixed;
    background-color: rgba(255,255,255,.95);
    z-index: 5000;
    top: -200px;
    left: 0;
    right: 0;
    width: 100% !important;
    -moz-transition: top .5s ease;
    -webkit-transition: top .5s ease;
    -o-transition: top .5s ease;
    transition: top .5s ease;
    padding: 10px 0 0;
}
.fixed-header-wrapper .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 14px !important;
}
.fixed-header-wrapper .custom-menu-wrapper {
    margin-top: 5px;
}
.fixed .fixed-header-wrapper {
    top: 0;
}
.custom-logo img {
    width: 247px;
    height: 99px;
}
.custom-header-wrapper {
    padding: 20px 0 0;
}
a.bubble {
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    padding: 15px 25px;
    background-color: #0a8547;
    color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.get-started {
    display: none;
}
.signin {
    margin-bottom: 14.5px;
    font-size: 16px;
}
.signin a {
    color: inherit;
    font-size: 16px;
    margin-left: 20px;
    vertical-align: top;
}
.custom-menu-wrapper {
    float: right !important;
    text-align: right;
    margin-top: 10.5px;
}
.fixed-header-wrapper .header-top-links {
    display: none !important;
}
.fixed-header-wrapper .custom-logo img {
    width: 126px;
    height: 63px;
    margin-bottom: 5px;
}
.hs_cos_wrapper_type_language_switcher {
	position: absolute;
  top: 20px;
  right: 20px;
}
#hs-cta-img-cf4cc349-ffd2-49db-aaf7-7ebfe4962811 {
 display: none; 
}
[lang="fr"] #hs_menu_wrapper_ .hs-menu-item.hs-menu-depth-1:last-child a{
    padding: 15px 0 15px 0;
    color: #333;
    text-decoration: none;
    font-weight: 500;
}
#hs_menu_wrapper_.hs-menu-flow-vertical .hs-menu-item.hs-menu-depth-1:nth-child(5) a{
  padding-top: 20px;
	font-size: 16px;
  color: rgba(255,255,255,.7) !important;
}
#hs_menu_wrapper_.hs-menu-flow-vertical .hs-menu-item.hs-menu-depth-1:nth-child(6) {
  padding-bottom: 15px;
}
#hs_menu_wrapper_.hs-menu-flow-vertical .hs-menu-item.hs-menu-depth-1:nth-child(6) a{
  font-size: 16px;
  color: rgba(255,255,255,.7) !important;
}
[lang="fr"] .span12.widget-span.widget-type-custom_widget.custom-menu-primary.hidden-phone {
  position: relative;
  top: -15px;
}
[lang="fr"] .custom-logo img {
width: 180px!important;	
height: 72px;  
}
/* =============== Content =============== */

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

.content-wrapper {
    padding-top:10px;
    padding-bottom:10px;
}
.custom-site-page .content-wrapper {
    padding-top:20px;
    padding-bottom:20px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}
.fullback {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.custom-banner-wrapper{
    text-align: center;
    padding-top: 60px;
    padding-bottom: 30px;
   
}
.pricing-page .custom-banner-wrapper{
    padding-bottom: 60px;
     background-color: #e4eae7;
    
}
.custom-banner-wrapper .page-center{
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.custom-banner-wrapper h1{
    font-size: 46px;
    margin:0;
}
.custom-banner-wrapper p{
    font-size: 16px;
    margin:0 0 20px;
    padding:10px 0 20px;
}
.custom-banner-wrapper a.bubble{
    font-size: 16px;
}
/* =============== Footer =============== */

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

.custom-footer-wrapper {
    padding-top: 30px;
    padding-bottom: 40px;
    text-align: center;
}
.custom-footer-wrapper .page-center {
    padding-top: 20px;
    padding-bottom: 20px;
}
.custom-footer-wrapper .crisis {
    margin: 30px auto 10px;
    max-width: 700px;
    font-size: 18px;
    color: #d9005a;
}
.custom-footer-wrapper .legal {
    font-size: 12px;
}
.custom-footer-wrapper .legal a{
    margin: 0 5px;
}
 .custom-footer-wrapper .social {
    margin-bottom: 21px;
}
.custom-footer-wrapper .social a {
    padding: 0 6px;
    display: inline-block;
    font-size: 14px;
}
.custom-footer-wrapper .social img {
    width: 36px;
    height: 36px;
}
.custom-footer-menu {
    margin-bottom: 20px;
    font-size: 16px;
}
.custom-footer-menu ul li {
    display: inline-block;
    margin: 0 8px;
    width:auto;
}
.custom-footer-menu ul li a{
   color: inherit;
}
/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
    display: block !important;
    float: right;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:not(.bubble){
    color: inherit;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-size: 16px;
    margin-left: 16px;
}
/*.custom-header-wrapper .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-of-type(2){
    /*display:none !important;*/
} */
.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
    display: inline;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

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

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

.fixed-header-wrapper .custom-menu-primary .hs-menu-wrapper>ul>li>a.bubble {
display:inline;
}
.custom-menu-primary .hs-menu-wrapper > ul {
    padding-top: 15px;

}
.fixed-header-wrapper .custom-menu-primary .hs-menu-wrapper > ul {
    padding-top: 13px;

}


}


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

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

.mobile-icon {
    display: none;
    cursor: pointer;
    width: 36px;
    height: 36px;
    margin: 6px 0 0;
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
       -o-transform: translateY(-50%);
       -ms-transform: translateY(-50%);
       transform: translateY(-50%);
}
.mobile-icon:hover {
    text-decoration: none; /* Removes link text underline on button */
}

.mobile-icon img {
    width: 36px !important;
    height: 36px !important;
    margin: 0 !important;
}

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

.close-icon {
    display: none !important;
    cursor: pointer;
    margin: 0;
    float: none;
    position: relative;
    height: auto;
    width: 100% !important;
    margin-top: 10px;
    margin-bottom: 20px;
}
.close-icon img{
    width: 36px;
    height: 36px;
}
.overlay{
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    right:0;
    display:none;
}

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

@media (min-width: 950px) {

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

}

@media (max-width: 949px) {
.custom-menu-primary.visible-phone{
    display:block !important;
    
}
.custom-menu-primary.hidden-phone{
    display:none !important;
    
}
.custom-logo {
    float: left !important;
    width: auto !important;
    position: relative;
    padding-left: 56px;
}
.custom-menu-wrapper {
    width: auto !important;
}

.get-started {
    display: block;
    clear: both;
}
.get-started a.bubble {
    clear: both;
    display: inline-block;
}
     /* Show the Mobile and Close Icons */

     .close-icon {
          display: block !important;
     }
.mobile-icon {
          display: inline-block !important;
     }
     /* Container added with js and is required for transforms to work */
     #site-wrapper{
        max-width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: hidden;
        position: relative;
     }

     

     /* Provide spacing for the menu ul */
     .custom-menu-primary .hs-menu-flow-horizontal>ul {
         clear: both;
         
     }

     /* Mobile Nav is HIDDEN By Default */
     .custom-menu-primary {
        position: fixed;
        width: 300px !important; /* must match the value above in 'left' */
        z-index: 8000;
        background-color: #333;
        left: -100%;
        top: 0;
        -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease;
        height:100vh !important;
        overflow-y:auto;
        padding: 20px 40px 40px !important;
          
     }

     

     /* All Main Containers Display PARTIAL Width On Icon Click */
     .show-mobile-nav .custom-menu-primary{
         left:0;
         -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease;
     }
     .show-mobile-nav.window-scroll .custom-menu-primary{
         left:-100%;
         -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease;
     }
     
.show-mobile-nav .overlay{
    width:-webkit-calc(100% - 300px);
     width:-o-calc(100% - 300px);
      width:-ms-calc(100% - 300px);
       width:calc(100% - 300px);
    display:block;
    z-index:8000;
}
.custom-menu-primary .hs-menu-wrapper>ul {
    display: block!important;
    float: none;
}
.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    float: none;
    display: block;
    width: 100%;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:not(.bubble) {
    color: #fff;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a {
    margin-left: 0;
    color: #fff;
    font-size: 18px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:not(.bubble) {
    padding-top: 5px;
    padding-bottom: 5px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a.About{
    margin-top: 15px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a.About,
.custom-menu-primary .hs-menu-wrapper>ul>li>a.News,
.custom-menu-primary .hs-menu-wrapper>ul>li>a.Contact,
.custom-menu-primary .hs-menu-wrapper>ul>li>a.Blog{
    font-size: 16px;
    color: rgba(255,255,255,.7) !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a.bubble {
    display: inline-block;
    text-align: center;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.fixed-header-wrapper .mobile-icon {
    margin: 0;
}
.fixed-header-wrapper .header-top-links {
    display: block !important;
}
.fixed-header-wrapper a.bubble{
    display: inline-block;
    color: #fff;
}
.header-links a {
    font-size: 14px;
    display: inline-block;
    margin-left: 20px;
    color: inherit;
}
.custom-logo.landing-logo {
    padding-left: 0;
}
}
.custom-logo .landing-logo img {
    width: 199px;
    height: 85px;
}



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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

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

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

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

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

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

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

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

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

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

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


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

.blog .blog-sidebar {}

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


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

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

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

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

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

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


/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */
body form.hs-form .hs-form-field .hs-error-msgs.inputs-list,ul.hs-error-msgs.inputs-list {
    margin: 0px;
    padding-top: 10px;
    font-size: 16px;
    padding-bottom: 20px;
    list-style:none;
    padding-left:0;
}
body form.hs-form .hs-form-field .hs-error-msgs.inputs-list label,ul.hs-error-msgs.inputs-list label {
  color: #ff0000;
}
.form-title{
    margin-top:0;
}
body .widget-type-google_search input[type="text"],#hs-pwd-widget-password{
margin-bottom: 20px;
}

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

/* Form Field */
.hs-form-field {
    margin:0 0 20px;
}

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

/* Labels and Legends */
label {}
.hs-form-field>label, .widget-type-google_search label {
    font-size: 14px;
}

/* 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: 'Wigrum';
    font-weight: 400;
    font-style: normal;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    letter-spacing: -.025em;
    background-color: #eee;
    padding: 15px;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%!important;
    display:block;
    max-width:767px;
    border:none;
}

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

/* Separate Styles for Multiple Line Inputs */
textarea {
    resize: vertical;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
textarea:focus {}

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

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

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

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

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

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


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

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

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

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


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

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

/* Inputs */
#comment-form input[type="text"],#comment-form input[type="email"] {
    max-width:100%;
}
#comment-form input[type="text"]:focus {}

#comment-form textarea {
    max-width:100%;
}
#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;
    white-space:normal;
    margin: 30px 0;
    width: auto;
    padding: 15px 25px;
    font-size: 16px;
    background-color: #0a8547;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    color: #fff;
    font-family: 'Wigrum';
    font-weight: 500;
    font-style: normal;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border: 0;
    vertical-align: middle;
    text-align: center;
    display:inline-block;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    letter-spacing: -.025em;
}

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

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


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

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


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

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


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

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


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

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


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */
.blog-title-wrapper{
    padding:20px 0;
    border-bottom:1px solid #efefef;
}

.blog-title-wrapper h2{
    margin:0;
}
.blog-title-wrapper p{
    padding-top:10px;
}
p.post-date {
    padding-top: 10px;
}
.blog-listing-wrapper .post-listing .post-item {
    margin: 20px auto;
}
.blog .content-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}
.blog-listing-wrapper .post-listing .post-item h2{
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
}
.hs-blog-post .blog-title-wrapper {
    padding: 20px 0;
    border-top: 1px solid #efefef;
    border-bottom: 0;
    margin-top: 21px;
}
.blog-post-wrapper {
    margin: 0 auto;
    max-width: 900px;
}
.blog-post-wrapper h1{
    font-size: 30px;
    text-align: center;
    line-height: 1.5;
    font-family: 'Wigrum';
    font-weight: 400;
    font-style: normal;
    color: #333;
    margin: 20px 0 0;
}
#comments-listing {
    border-bottom: none;
    margin-bottom: 0;
    margin-top: 0;
}
body.signin-layout {
    background-position: center;
    height: 100%;
    width: 100%;
    padding: 150px 30px 30px;
    overflow: auto;
    min-height: 100vh;
    background-attachment: fixed;
}
body.signin-layout .page-center.content-wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    width:100%;
    background-color: #fff;
    border: 1px solid #daefef;
    padding-left: 80px;
    padding-right: 80px;
    text-align: center;
}
body.signin-layout .page-center.content-wrapper h4 {
    margin: 0;
    font-family: 'Raleway';
    color: #393942;
    font-weight: 700;
    font-size: 16px;
    text-transform: none;
    word-wrap: normal;
    direction: ltr;
    text-align: center;
    margin-top: 30px;
    line-height: 1.5;
}
body.signin-layout .page-center.content-wrapper p {
    margin-top: 15px;
    font-family: 'Open Sans';
    color: #5e5e5e;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    text-transform: none;
    word-wrap: normal;
    direction: ltr;
    padding: 0;
}
body.signin-layout .page-center.content-wrapper a.btn {
    display: inline-block;
    font-family: 'Open Sans';
    background: #5abc8b!important;
    border: solid;
    border-width: 1px;
    border-color: #fff;
    color: #fff!important;
    max-width: 240px;
    min-width: 240px;
    width:100%;
    font-size: 16px;
    padding: 6px;
    line-height: 1.3333333;
    border-radius: 6px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    margin-top: 20px;
    margin-bottom:0;
    margin-left: auto;
    margin-right: auto;
    display:block;
}
body.signin-layout .page-center.content-wrapper a.btn.btn1{
    margin-top:40px;
}

.pricing-page .custom-banner-wrapper .page-center {
    max-width: 700px !important;
}
.pricing-page.custom-site-page .content-wrapper{
    padding-top:20px;
}
.pricing-page .custom-banner-wrapper{
    margin-bottom:20px;
}
.parent-table-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0;
    overflow: hidden;
}
.pricing-parent-cell.col3-wrap{
    width: 33.33%;
}
.pricing-parent-cell.col2-wrap{
    width: 50%;
}
.pricing-parent-cell.col1-wrap{
    width: 100%;
}
.pricing-parent-cell {
    float: left;
    padding: 0 20px;
}
.parent-table {
    display: table;
    width: 100%;
    position: relative;
    height:481.600px;
}

.parent-row {
    display: table-row;
    width: 100%;
    height:100%;
}
.parent-cell {
    display: table-cell !important;
    width: 50% !important;
    padding: 0 20px;
    height:100% !important;
}
.price-block {
    padding: 50px 30px;
    background-color: #e4eae7;
    display: table;
    width: 100%;
    height: 730px; /* Changed from 100% by HS Support Feb 22, 18 */
    table-layout: fixed;
    display:inline-block;
}

@media only screen and (max-device-width: 812px) { /* Added by HS Support Feb 22 for mobile devices, 18 */
    .price-block {
        height: 100%;
    }
}


.price-block .da-line{
    display:inline-block;
    vertical-align:middle;
}
.price-block h4 {
    margin-bottom: 10px;
}
.price-block .price {
    font-size: 38px;
    color: #0a8547;
}

.price-block .price-new{
    font-size:50px;
    color:red;
    display:inline-block;
}

.price-block .price-new h5{
    display:inline-block !important;
    color:#0a8547;
}

.price-block .price strike {
    color: #d9005a;
    margin-right: 10px;
    font-size: .8em;
    vertical-align: top;
}
.price-block .price span{
    display: inline-block;
    margin-top: 0;
    line-height: 1.5;
    vertical-align: middle;
}

.price h5{
    color:#0a8547;
    display:inline-block;
}
 
.introprice {
    color: #0a8547;
    font-size: 22px;
    padding: 15px 15px 15px 3px;
}
.price-block ul:first-of-type {
    padding-top: 10px;
}

.price-block ul, .price-block ol {
    margin: 0 0 0 30px;
    padding:0 0 20px;
}

.price-block ul li, .price-block ol li{
    margin-bottom: 10px;
}

.fullback-cell-table {
    height: 300px;
    margin-bottom: 30px;
    position: relative;
    display: table;
    width: 100%;
    table-layout: fixed;
}
.fullback-cell-row {
    display: table-row;
    width: 100%;
    height: 100%;
}
.fullback-cell {
    display: table-cell !important;
    height: 100%;
    vertical-align: middle;
}
.fullback-cell .cell.fullback {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}
.two-column-equal-table {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.two-column-equal-row {
    display: table-row;
    width: 100%;
}
.two-column-equal-cell {
    vertical-align: top;
    display: table-cell;
}
.two-column-equal-cell.spacer {
    width: 20px;
}
.two-column-equal-module {
    margin-top: 17px;
}
.two-column-equal-module .two-column-equal-cell p:first-child{
    padding-top:10px;
}
.pricing-page .main-content blockquote {
    margin: 20px 0 0;
    border-top: 1px solid #efefef;
    font-size: 26px;
    padding: 7%;
}
.get-started-cta {
    background-color: #e4eae7;
    padding-top: 60px;
    padding-bottom: 60px;
        position: relative;
    z-index: 1;
  
}
.get-started-cta-2 {
    background-color: #e4eae7;
    padding-top: 10px;
    padding-bottom: 10px;
  height: 460px;
        position: relative;
    z-index: 1;  
}
.pricing-page.custom-site-page .get-started-cta .content-wrapper{
    padding-top:20px;
    padding-bottom:20px;
}
.get-started-cta h3{
    margin-bottom: 30px;
     font-size: 20px;
}
.two-column-equal-module h4 {
    margin-bottom: 10px;
}
.how-it-works .custom-banner-wrapper {
    border-bottom: 1px solid #efefef;
}
.how-it-works .two-col-content-with-image-module {
    clear: both;
}
.how-it-works .two-col-content-with-image-module .fullback {
    height: 300px;
    width: 50%;
    margin-bottom: 20px;
    margin-left: 40px;
    float: right;
}
.how-it-works .two-col-content-with-image-module p{
    padding-top:10px;
}
.how-it-works .two-col-eq-wrapper {
    margin-top: 41.6px;
}
.table, .table .row, .table .row .cell {
    position: relative;
    -webkit-transform: translate3d(0,0,0);
}
.table {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.table .row {
    display: table-row;
    width: 100%;
}
.table .row .cell.top {
    vertical-align: top;
}
.table .row .cell {
    display: table-cell;
    vertical-align: middle;
}
.how-it-works .iphone {
    width: 90%;
    max-height: 500px;
    margin-right: auto;
    margin-left: auto;
}
.iphone {
    position: relative;
}
img.scale-down {
    max-width: 100%;
    height: auto;
}
.iphone img.on {
    opacity: 1;
}
.iphone img.screen {
    position: absolute;
    top: 0;
    left: 0;
    -moz-transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    z-index:0;
}
.table .row .cell.spacer {
    width: 20px;
}
.mobile-only {
    display: none;
}
.table .row .cell.one-half {
    vertical-align: top;
}
.how-it-works .two-col-eq-wrapper .mobile-only + h4{
    margin-bottom:10px;
}
.how-it-works .two-col-eq-wrapper p {
    margin-bottom: 20px;
}
.how-it-works .custom-row4 .content-wrapper{
    padding-bottom:0;
}
@media only screen and (min-width: 1129px){
.how-it-works .two-col-eq-wrapper h4 {
    font-size: 30px;
}
}



.partners-page .custom-banner-wrapper .page-center {
    max-width: 740px !important;
}
.partners-page .custom-banner-wrapper h1 {
    font-size: 40px;
}

.partners-page .custom-row2{
    background-color: #e4eae7;
}
.partners-page .custom-row2 .content-wrapper {
    padding-top: 60px;
}
.partners-page .custom-row2 .form-title {
    display: none;
}
.partners-page .custom-row2 input[type=email], .partners-page .custom-row2 input[type=text] {
    background-color: #fff!important;
}
.partners-page .custom-row2 .hs_submit {
    text-align: center;
}
.partners-page .custom-row2 .hs-form-field {
    margin: 0;
}
.organizations .fullback {
    height: 200px;
    margin-bottom: 20px;
}
.partners-page .organizations {
    margin-top: 40px;
}
.partners-page .organizations h4{
    margin:0 0 10px;
}
.partners-page .organizations h3{
    font-size: 50px;
    margin-top: -28px;
    font-family: 'Wigrum';
    font-weight: 400;
    font-style: normal;
    color: #333;
    line-height: 1.5;
}
.partners-page .organizations small{
    font-size: 12px;
    padding-bottom: 20px;
    display:block;
}
.partners-page .custom-row3 {
    border-bottom: 1px solid #efefef;
}
.partners-page .iphone {
    position: relative;
    width: 100%;
    max-width: 400px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.partners-page .two-col-eq-wrapper{
    margin-bottom: 40px;
}
.contact-page textarea {
    min-height: 200px;
}
.contact-page .main-content .hs_cos_wrapper_type_rich_text{
    text-align:center;
}
.contact-page .main-content .form-title{
    display:none;
}
.contact-page .main-content .hs-form{
    padding: 0;
    margin: 42px auto 0;
    max-width: 520px;
    text-align: left;
}
.contact-page .main-content form.hs-form fieldset .hs-form-field {
    padding: 0 8px 0 0;
}
.contact-page .main-content .hs_submit {
    text-align: center;
}
.contact-page .custom-row4 {
    display: none;
}
.custom-about-layout .fullback-cell-table {
    height: 360px;
}
.custom-about-layout .custom-row1 {
    background-color: #e4eae7;
}
.custom-about-layout .two-column-equal-cell {
    vertical-align: middle;
}
.custom-about-layout .two-column-equal-module .two-column-equal-cell.right p {
    font-size: 26px;
    color: #333;
    padding: 5%;
}
.custom-about-layout .two-column-equal-module {
    margin-top: 0;
}
.custom-about-layout .two-column-equal-cell.left p {
    padding-top: 10px;
    padding-bottom: 61.6px;
}
.custom-about-layout .person {
    padding: 5% 10%;
    border-bottom: 1px solid #efefef;
}
.person .title {
    font-size: 20px;
    font-family: 'Wigrum';
    font-weight: 300;
    font-style: normal;
}
.title.bottom-space {
    margin-bottom: 10px;
}
.custom-about-layout .custom-row3 .hs_cos_wrapper_type_rich_text h3 {
    text-align: center;
    padding-top: 30px;
    font-size: 28px;
}
.custom-about-layout .custom-row3 .hs_cos_wrapper_type_rich_text h3.advisory-board {
    padding-top: 100px;
}
.custom-about-layout .custom-footer-wrapper {
    margin-top: 40px;
}
/* ==========================================================================
    HOME PAGE STYLE                          
   ========================================================================== */
.home-page .row-fluid [class*="span"] {
    min-height: 0;
}
.home-page .cell.fullback {
    height: 1000px;
    background-position: right top;
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    z-index: 0;
}
.home-page .header-container-wrapper {
    position: relative;
    z-index: 999;
}
.home-page .content-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}
.home-page .top-richtext-content {
    margin-top: 60px;
    width: 33%;
    text-align: center;
}
.home-page .top-richtext-content h1 {
    font-size: 46px;
    margin: 0;
line-height: 1.2;
    text-align: left;
    margin-right: -250px; /* added by HubSpot */
}
.home-page .top-richtext-content p {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: left;
    margin-right: -250px; /* added by HubSpot */
}
.home-page .top-richtext-content a.bubble {
    font-size: 18px;
    letter-spacing: -0.35px;
}

.home-page .slick-prev, .home-page .slick-next{
    display:none !important;
}
.home-page .hs_cos_gallery_main{
    padding: 0;
    margin: 0;
}
.home-page .hs_cos_gallery_main .slick-list {
    max-height: 100%;
}
.home-page .hs_cos_gallery_main .slick-dots{
    display:none !important;
}

.home-page .hs_cos_gallery{
    max-width: 413px;
    width: 60%;
    margin-top: -18%;
    margin-right: 0;
    margin-left: auto;
    height: 780px;
    position: relative;
}
.home-page .hs_cos_gallery:after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(//info.mindbeacon.com/hubfs/Mindbeacon%20November2017%20Theme/Images/iphone-1.png);
    background-size: 100% 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
}
.home-page .main-content h2 {
    margin: 50px 0 0;
    text-align: center;
}
.home-page .main-content h2 + p {
    text-align:center;
}
.home-page .organizations {
    margin: 50px 0 40px;
}

.home-page .organizations .fullback {
    height: 300px;
}
.home-page .organizations h3 {
    padding: 10px 20px;
    font-size: 26px;
    margin:0;
}
.home-page .organizations p {
    padding: 0 20px 20px;
}
.quote {
    margin-top: 20px;
    border-top: 1px solid #efefef;
    font-size: 26px;
    padding: 7%;
}
.home-page .get-started-cta h4 {
    margin-top: 0;
}
.home-page ul.slick-dots {
    display: none !important;
}
@media only screen and (min-width: 1129px){
.home-page .hs_cos_gallery {
    max-width: 355.18px;
    margin-top: -5%;
    height: 720px;
    margin-left: auto;
    margin-right: auto;
}
.home-page .main-content h2 + p {
    max-width: 600px;
    margin: 0 auto;
}
}
.home-page .hs_cos_gallery_main {
    height: 100%;
}

body.request-a-demo {
    overflow: hidden;
}
.request-a-demo .fullback {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}

.request-a-demo .left-column.column.cell {
    vertical-align: top;
    width: 60%;
    overflow-y: auto;
    height: 100vh;
}
.request-a-demo .right-column.column.cell {
    width: 40%;
    margin-left: 0 !important;
    height: 100vh;
}
.request-a-demo .table.height {
    height: 100%;
    pointer-events: all;
}
.request-a-demo .hs_cos_wrapper_type_rich_text > img {
    width: 160px;
    height: 80px;
    margin-bottom: 30px;
}

.request-a-demo .content-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}
.request-a-demo .close-button {
    background-color: transparent;
    border: 0;
    padding: 15px 10px;
    box-sizing: border-box;
    cursor: pointer;
    color: #0a8547;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    font-family: 'Wigrum';
    font-weight: 500;
    font-style: normal;
    position: absolute;
    right: 20px;
    top: 20px;
    outline:none;
}
.request-a-demo .close-button img {
    width: 36px;
    height: 36px;
}
.request-a-demo .hs_cos_wrapper_type_rich_text h3 {
    padding: 0;
    margin: 0 auto;
    max-width: 520px;
    text-align: left;
}
.request-a-demo .hs_cos_wrapper_type_rich_text p{
    margin: 0 auto;
    max-width: 520px;
    text-align: left;
}
.request-a-demo .hs-form {
    padding: 0;
    margin: 23px auto 0 auto;
    max-width: 520px;
    text-align: left;
}
.request-a-demo .form-title {
    display: none;
}
.request-a-demo form.hs-form fieldset .hs-form-field {
    padding: 0 8px 0 0;
}
.request-a-demo .hs_submit {
    padding: 20px 0 0;
    text-align: center;
}
.how-it-works .two-col-content-with-image-module .hide-mobile {
    font-size: 14px;
}
.partners-page .custom-banner-wrapper a.bubble {
    letter-spacing: -0.45px;
}

.partners-page .custom-banner-wrapper p {
    padding-bottom:31px;
}
.partners-page .custom-banner-wrapper {
    padding-bottom: 41px;
}
/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */


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

@media (min-width:950px) and (max-width: 1450px) {
   
.custom-menu-primary .hs-menu-wrapper>ul {
    margin-left: -50px;
}
}


@media (min-width:950px) and (max-width:1129px){
    .home-page .top-richtext-content h1 {
    font-size: 45px;
}
.home-page .main-content h2,.home-page .main-content h2 + p {
    text-align: left;
}
.home-page .hs_cos_gallery_main {
    height: -webkit-calc(100% - 90px);
    height: -o-calc(100% - 90px);
    height: -ms-calc(100% - 90px);
    height: calc(100% - 90px);
}
}



@media (min-width:768px) and (max-width:949px){
    .price-block .price strike{
        display:block;
        margin-right: 0;
    }
    .home-page .cell.fullback {
    top: 0;
    background-position: center top;
    height: 900px;
}
.home-page .top-richtext-content {
    margin-top: 15%;
    width: 45%;
}
.home-page .top-richtext-content h1 {
    font-size: 34px;
}
.home-page .hs_cos_gallery{
    margin-right: 0;
    margin-left: auto;
    margin-top: -25%;
    max-width: 330.4px;
    height: 640px;
}
.home-page .main-content h2,.home-page .main-content h2 + p {
    text-align: left;
}
.home-page .hs_cos_gallery_main {
    height: -webkit-calc(100% - 73px);
    height: -o-calc(100% - 73px);
    height: -ms-calc(100% - 73px);
    height: calc(100% - 73px);
}

.custom-header-wrapper .get-started a.bubble {
    height: 52px;
    position: relative;
    top: .5px;
}
.fixed-header-wrapper a.bubble{
    height: 49px;
    position: relative;
    top: .5px;
}

.price-block {
    padding-left: 10px;
    padding-right: 10px;
}
.pricing-parent-cell {
padding: 0 5px;
}
}

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

@media (max-width: 767px) {
   
    .custom-menu-wrapper {
    display: none !important;
}
.custom-logo {
    float: none!important;
    width: 100%!important;
    position: relative;
    padding-left: 56px;
    text-align: center;
    padding-left: 0;
}
.custom-logo img {
    width: 180px!important;
    height: 72px;
}
.custom-header-wrapper {
    padding: 20px;
}
.header-container.container-fluid .row-fluid .page-center {
    padding-left: 0;
    padding-right: 0;
}
.mobile-icon {
    margin: 0px 0 0;
}
.custom-menu-primary {
    padding: 20px;
}
.custom-banner-wrapper {
    padding-top: 30px;
}
.container-fluid .row-fluid .page-center {
    padding-left: 20px;
    padding-right: 20px;
}
.custom-banner-wrapper h1 {
    font-size: 34px;
    margin: 0 0 10px;
}
br.hide-mobile {
    display: none;
}
.fixed-header-wrapper{
    padding:5px 20px;
}
.fixed-header-wrapper .custom-logo img {
    margin-bottom: 0;
}
.fixed-header-wrapper .mobile-icon {
    margin: 0;
}
.parent-table {
    display: block;
    height: auto;
}
.parent-row {
    display: block;
    height: auto;
}
.parent-cell {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    padding:0;
}
.parent-row .parent-cell:first-child {
    margin-bottom: 30px;
}
h4 {
    font-size: 20px;
}
.fullback-cell-table {
    height: 160px;
}
.two-column-equal-table {
    display: block;
}
.two-column-equal-row {
    display: block;
}
.two-column-equal-cell {
    vertical-align: top;
    display: block;
    width: 100%;
}
.two-column-equal-cell.spacer {
    width: 100%;
}
.how-it-works .custom-banner-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}
.how-it-works .two-col-content-with-image-module .fullback{
    float: none;
    height: 200px;
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
}
.hide-mobile {
    display: none!important;
}
.table, .table>.row>.cell {
    display: block;
    width: 100%!important;
}
.table.responsive>.row {
    display: block;
}
.mobile-only {
    display: block!important;
}
.how-it-works .two-col-eq-wrapper h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
.how-it-works .two-col-content-with-image-module h4 {
    font-size: 24px;
}
.how-it-works .two-col-eq-wrapper {
    margin-top: 20.8px;
}
.how-it-works .iphone {
    height: 490px;
}
.partners-page .custom-banner-wrapper a.bubble {
    padding-left: 20px;
    padding-right: 20px;
}
.partners-page h4 {
    font-size: 24px;
}
.organizations .cell.top {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #efefef;
}
.partners-page .custom-row3 {
    border-bottom: none;
}
.custom-about-layout .custom-row1 {
    padding-top: 40px;
}
.custom-about-layout .two-column-equal-cell.left p {
    padding-bottom: 20px;
}
.custom-about-layout .two-column-equal-row .two-column-equal-cell.spacer {
    display: none;
}
.custom-about-layout .two-column-equal-module .two-column-equal-cell.right p {
    font-size: 22px;
    margin-top: 10px;
    padding: 0;
}
.custom-about-layout .fullback-cell-table {
    height: 120px;
}
.custom-about-layout .custom-row3 .hs_cos_wrapper_type_rich_text h3 {
    text-align: left;
    padding-top: 0;
    font-size: 22px;
    margin-bottom: 20px;
}
.custom-about-layout .person {
    padding: 4% 0%;
    border-bottom: 1px solid #efefef;
}
.person .title {
    font-size: 18px;
}
.person p {
    font-size: 14px;
}
.custom-about-layout .custom-row3 .hs_cos_wrapper_type_rich_text h3.advisory-board {
    padding-top: 70px;
}
.home-page .cell.fullback {
    top: 0;
    height: 340px;
    background-position: center center;
}
.home-page .top-richtext-content {
    margin-top: 60px;
    width: 100%;
    text-align: center;
}
.home-page .top-richtext-content h1 {
    font-size: 34px;
    margin: 0 0 60px;
    text-align: left;
}
.home-page .top-richtext-content p {
    font-size: 16px;
    text-align: left;
}

.home-page .hs_cos_gallery {
    width: 90%;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    height: auto;
}
.home-page .main-content h2 {
    font-size: 34px;
}
.home-page .organizations {
    margin: 20px 0 30px;
}
.home-page .organizations .fullback {
    height: 280px;
}
.home-page .organizations h3,.home-page .organizations p{
    padding-left:0;
    padding-right:0;
}
.home-page .organizations .cell.top {
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: none;
}
.request-a-demo .right-column.column.cell{
    display:none !important;
}
.request-a-demo .left-column.column.cell{
    width:100% !important;
}
.request-a-demo .table .row {
    display: block;
    width: 100%;
}
.partners-page .organizations .fullback {
    height: 280px;
    margin-bottom: 20px;
}
.partners-page .organizations h3 {
    font-size: 40px;
}
.pricing-parent-cell {
    width: 100%;
    float: none;
    padding: 0;
}
.pricing-parent-cell:not(:last-child) {
    margin-bottom: 30px;
}
.pricing-parent-cell.col3-wrap{
    width: 100%;
}
.pricing-parent-cell.col2-wrap{
    width: 100%;
}
.pricing-parent-cell.col1-wrap{
    width: 100%;
}
}  


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

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


@media only screen and (max-width: 1366px){
body.signin-layout {
    padding-top: 50px;
}
}
@media only screen and (max-width: 500px){
body.signin-layout .page-center.content-wrapper{
    padding-left: 30px;
    padding-right: 30px;
}
body.signin-layout .page-center.content-wrapper a.btn {
    max-width: 170px;
    font-size: 12px;
    padding: 4px;
    width: 100%;
    min-width: 0;
    white-space: normal;
}

/* added by HubSpot */
.home-page .top-richtext-content h1 {
    margin-top: 190px;
    margin-bottom: 0px;
}
.home-page .top-richtext-content p {
    margin-bottom: 20px;
    margin: auto;
}

}

