/* ==========================================================================
   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=Open+Sans:400i');
@import url('//fonts.googleapis.com/css?family=Signika+Negative:400,700,300');

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

/* latin-ext */




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

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

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

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

body {
		font-size: 14px;
    color: #333;
    font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
    line-height: 1.4;
    background: #fbfbfc;
}

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

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


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

/* Basic text */
p {
    margin: 1em 0;	
} 
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-weight: bold;
    line-height: 1.3em;	
    text-rendering: optimizelegibility;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-weight: 300;
    font-size: 70px;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 2px;
    line-height: 1.2;
    margin-top: 25px;
    margin-bottom: 0;
}
h2 {
    font-family: 'Signika Negative', sans-serif;
    font-size: 32px;
    font-weight: normal;
    color: #333;
    margin: 0.83em 0;
}
h3 {
    margin: 0.83em 0;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 28px;
    font-weight: normal;
}
h4 {
		font-family: Avenir Next W02,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0 1px transparent;
    margin-bottom: 1.25rem;
    margin-top: 0;
    display: block;
    line-height: normal;
    text-transform: none;
    font-weight: 400;
    font-size: 1.5rem;
}
h5 {
    font-size: 2em;
    margin: 0.67em 0;
}
h6 {
    font-size: 1.17em;
    margin: 1em 0;
    margin-top: 30px;
}

/* Anchor Links */
a { 
		color: #009fe0;
	  -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
      text-decoration: none;
}
a:hover, a:focus { 
		color: #003e58;
}

/* Lists */
ul, ol {}
ul {
    margin-left: 20px;
    padding: 0;
}
ol {    
    padding: 0;
    margin: 0.5em 0;
		margin-left: 40px;
}
ul ul, ul ol, ol ol, ol ul {}
li {
    line-height: 20px;
}

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

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


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

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

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

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


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


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

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

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


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

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

.custom-header .custom-logo {
    width: auto !important;
    margin-left: 40px !important;
    position: relative;
    top: -3px;
}

.custom-header .custom-menu-primary {
    margin: 0;
    width: auto;
    display: inline-block;
    left: 83.5px;
    top: 15px;
    position: relative;
    height: auto !important;
    float:  none;
}

.custom-header .custom-right-link {
    margin-right: 30px;
    display: inline-block;
    float: right;
    width: auto !important;
    margin-left: 0;
}

.custom-header {
    background: #fff;
    display: block;
    height: 101px;
    line-height: 100px;
    margin-bottom: -1px;
    border-bottom: solid 1px #ddd;
    border-bottom: solid 1px rgba(0,0,0,0.08);
    font-family: 'Signika Negative', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    z-index: 1005;
    transition: height 0.3s, line-height 0.2s;
    -webkit-transition: height 0.3s, line-height 0.2s;
    -moz-transition: height 0.3s, line-height 0.2s;
}

.custom-logo img {
    vertical-align: middle;
    width: 203px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(-n+2) > a {
    color: #009fe0 !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a[href*="assess-your-workflow"] {
    padding-right: 31px !important;
    color: #009fe0 !important;
    background: url(//cdn2.hubspot.net/hubfs/495104/Smart_Flow_Sheet_March2018/image/menu-icon-demo.png) right 9px no-repeat;
}

.custom-header .custom-right-link ul {
    margin: 0;
    padding: 0;
}

.custom-header .custom-right-link ul li {
    display: inline-block;
    margin-right: 26px;
}

.fixed .custom-header .custom-right-link ul li{
    line-height: 40px;
    height: 40px;
    transition: height 0.00s, line-height 0.00s;
    -moz-transition: height 0.00s, line-height 0.00s;
    -webkit-transition: height 0.00s, line-height 0.00s;
}

.custom-header .custom-right-link ul li a {
    text-decoration: none;
    color: #333;
    transition: none;
}

.custom-header .custom-right-link ul li:last-child {
    margin-right: 0;
}

.custom-header .custom-right-link ul li:last-child a {
    color: #009fe0;
    font-weight: 400;
}

body.fixed .custom-header {
    transition: height 0.3s, line-height 0.5s;
    -webkit-transition: height 0.3s, line-height 0.5s;
    -moz-transition: height 0.3s, line-height 0.5s;
    height: 41px;
    line-height: 40px;
}

body.fixed .custom-header .custom-logo a {
    width: 25px;
    height: 32px;
    display: inline-block;
    background: url(//cdn2.hubspot.net/hubfs/495104/Smart_Flow_Sheet_March2018/image/smartflow-logo.png) 0 center no-repeat;
    background-size: cover;
}

body.fixed .custom-header .custom-logo img {
    display: none !important;
}

body.fixed .custom-header .custom-logo {
    top: 3px;
    line-height: normal;
}

body.fixed .custom-header .custom-menu-primary {
    top: 0px;
    left: 13.5px;
}





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

.body-container-wrapper {
    margin-top: -1px;
    padding-top: 100px;
}
.body-container {}

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

.body-container-wrapper .container-fluid .row-fluid .page-center {
    max-width: 900px;
}






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

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



.custom-footer {
    background: #393939;
    margin-top: 70px;
    padding-bottom: 12px;
}

.custom-footer a {
    text-decoration: none;
    font-size: 14px;
    color: #adadad;
    line-height: 1.5;
}

.custom-footer a:hover {
    color: #ddd;
}

.custom-footer-link1,.custom-footer-link2,.custom-footer-link3,.custom-footer-link4 {
    width: 100% !important;
    max-width: 170px;
    margin-left: 30px !important;
}

.custom-footer .footer-logo {
    width: 100% !important;
    max-width: 270px;
    margin-left: 30px !important;
}

.custom-footer .custom-footer-top {
    margin-left: -30px !important;
    margin-top: 30px;
    width: calc( 100% + 30px) !important;
}

.custom-footer .footer-logo img {
    margin-top: 20px;
}

.custom-footer .footer-logo  p {
    color: #616161;
}

.custom-footer-bottom .custom-social-link a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 10px;
    transition: none;
}

.custom-footer-bottom .custom-social-link a.footer-social-fb {
    background: url(//cdn2.hubspot.net/hubfs/495104/Smart_Flow_Sheet_March2018/image/social-icons-footer.png) 8px 4px no-repeat;
}
.custom-footer-bottom .custom-social-link a.footer-social-fb:hover {
    background: url(//cdn2.hubspot.net/hubfs/495104/Smart_Flow_Sheet_March2018/image/social-icons-footer.png) 8px -39px no-repeat;
}

.custom-footer-bottom .custom-social-link a.footer-social-tw {
    background: url(//cdn2.hubspot.net/hubfs/495104/Smart_Flow_Sheet_March2018/image/social-icons-footer.png) -42px 4px no-repeat;;
}
.custom-footer-bottom .custom-social-link a.footer-social-tw:hover {
    background: url(//cdn2.hubspot.net/hubfs/495104/Smart_Flow_Sheet_March2018/image/social-icons-footer.png) -42px -39px no-repeat;;
}

.custom-footer-bottom .custom-social-link a.footer-social-pin {
    background: url(//cdn2.hubspot.net/hubfs/495104/Smart_Flow_Sheet_March2018/image/social-icons-footer.png) -98px 4px no-repeat;;
}
.custom-footer-bottom .custom-social-link a.footer-social-pin:hover {
    background: url(//cdn2.hubspot.net/hubfs/495104/Smart_Flow_Sheet_March2018/image/social-icons-footer.png) -98px -39px no-repeat;;
}

.custom-footer-bottom .custom-social-link a.footer-social-inst {
    background: url(//cdn2.hubspot.net/hubfs/495104/Smart_Flow_Sheet_March2018/image/social-icons-footer.png) -163px 4px no-repeat;
}
.custom-footer-bottom .custom-social-link a.footer-social-inst:hover {
    background: url(//cdn2.hubspot.net/hubfs/495104/Smart_Flow_Sheet_March2018/image/social-icons-footer.png) -163px -39px no-repeat;
}

.custom-footer-bottom .custom-social-link a.footer-social-in {
    background: url(//cdn2.hubspot.net/hubfs/495104/Smart_Flow_Sheet_March2018/image/social-icons-footer.png) -217px 4px no-repeat;
}
.custom-footer-bottom .custom-social-link a.footer-social-in:hover {
    background: url(//cdn2.hubspot.net/hubfs/495104/Smart_Flow_Sheet_March2018/image/social-icons-footer.png) -217px -39px no-repeat;
}

.custom-footer-bottom .custom-social-link {
    text-align: center;
}

.custom-footer .custom-footer-bottom {
    width: calc( 100% + 30px) !important;
    margin-left: -30px !important;
}

.custom-footer .page-center>div+div {
    border-top: solid 1px #4c4d4d;
    padding-top: 20px;
    margin-top: 39px;
}

.custom-footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.custom-footer h3 {
    font-size: 16px;
    color: #777;
    text-transform: uppercase;
    font-family: 'Signika Negative', sans-serif;
    font-weight: 700;
    line-height: 1.3em;
    margin: 1em 0;
  	white-space:nowrap;
    font-style: normal;
}

.custom-footer ul li {
    overflow:  hidden;
    text-overflow: ellipsis;
    display: block;
}
.custom-footer ul li a {
    white-space:  nowrap;
}

.custom-js-import {
    min-height: 0 !important;
}

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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0;}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    line-height: 20px;}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    float: none;
    padding: 10px 15px 10px;
    color: #333;
    text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(-n+2) > a {
    color: #009fe0 !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a[href*="assess-your-workflow"] {
    padding-right: 31px !important;
    color: #009fe0 !important;
    background: url(//cdn2.hubspot.net/hubfs/495104/Smart_Flow_Sheet_March2018/image/menu-icon-demo.png) right 9px no-repeat;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
		color: #009fe0;
}

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


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

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

@media (max-width: 1169px){

  /* 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;
    float: right;
    padding: 7px 10px;
    margin-right: 5px;
    margin-left: 5px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #ededed;
    background-image: -moz-linear-gradient(top,#f2f2f2,#e5e5e5);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#e5e5e5));
    background-image: -webkit-linear-gradient(top,#f2f2f2,#e5e5e5);
    background-image: -o-linear-gradient(top,#f2f2f2,#e5e5e5);
    background-image: linear-gradient(to bottom,#f2f2f2,#e5e5e5);
    background-repeat: repeat-x;
    border-color: #e5e5e5 #e5e5e5 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2',endColorstr='#ffe5e5e5',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.075);
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background: transparent;
    border: none;
    margin-top: 34px;
    margin-right: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
        cursor: pointer;
  }

  /* Change button when menu is open */
  

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #009fe0;
    display: inline-block;
    height: 3px;
    width: 24px;
    cursor: pointer;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
		.custom-mobile-open .mobile-trigger i, .custom-mobile-open .mobile-trigger i:before, .custom-mobile-open .mobile-trigger i:after {
        background: #333;
    }

    .custom-mobile-open .mobile-trigger {
        outline: 0;
    }
  /* ===== 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: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !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: #fff; /* 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{
    position: relative;
    padding-top: 44px; /* Makes room for button */
    margin: 10px 0 10px 0;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .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: absolute;
    top: 154px;
    left: 0;
    padding: 0;
    /*transition: all 0.5s ease;*/
  }
  body.fixed .custom-menu-primary.js-enabled .hs-menu-wrapper {
    top: 63px;
}
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #000;
    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{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    margin-bottom: 2px;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 9px 15px;
    font-weight: bold;
    text-shadow: none;
    color: #333;
    line-height: 20px;
    font-family: 'Signika Negative', sans-serif;
    font-size: 16px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    background-color: #f2f2f2;
    color: #009fe0;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

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

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


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

.blog .blog-content {}

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

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

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

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

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 20px;
    padding-bottom: 30px;
}
.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 {
    display:block;
    margin:15px 0;
}

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

/** 
 * Blog Social Sharing icons
 *
 * Overrides defaults to better align icons and prevent overlapping 
 */

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

/** 
 * Blog Commments 
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */

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

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

#comments-listing.no-comments {
	margin:0
}
.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 {}



/*------------Default Blog----------------------------*/
a.more-link {
    margin: 1em 0;
    display: block;
}
.hs-author-social-section{
    padding:10px 0;
    display:block;
}
.custom_listing_comments {
    border: 1px solid #e2e2e2;
    display: block;
    line-height: 165%;
    padding: 15px;
}
#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}
.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;
}
#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;
}
.post-item {
   border-bottom: 1px solid #cccccc;
   margin: 0 0 20px;
   padding: 0 0 30px;
}
#comments-listing.no-comments {
   border: none;
}
/*---------Blog Other ---------*/

/*---------- listing Page ----------------*/
.post-header h2 a,.post-header h1{
    color: ;
    text-decoration: none;
    line-height: ;
    font-size: ;
}

/*---------- Pagination ----------------*/
.blog-pagination a {
    display: block;
    margin-bottom: 10px;
}
p#hubspot-topic_data {
    margin: 10px 0;
}

/*---------- Post Page ----------------*/
/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */


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

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

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

/* Labels and Legends */
label {}
.hs-form-field > label {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #aaa;
    margin-top: 20px;
    display: block;
    margin-bottom: 5px;
}

/* 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: sans-serif;
    background-color: #fff;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    margin: 0;
    vertical-align: bottom;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: none;
    border-bottom: solid 1px #bbb;
    outline: none;
    border-radius: 0;
    resize: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    color: #333;
    padding: 10px 0 20px 0;
    height: 60px;
}

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 {
    border-bottom: solid 1px #009fe0;
    color: #009fe0;
}

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

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    font-family: 'Signika Negative', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    line-height: 52px;
    height: 52px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-width: 190px;
    border: solid 1px #009fe0;
    background: #009fe0;
    display: inline-block;
    padding: 0 30px;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: button;
    cursor: pointer;
    margin: 50px 0 0 0;
    vertical-align: baseline;	
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    color: #fff;
    border: solid 1px #00b4fe;
    background: #00b4fe;
}

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


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

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


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

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


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

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


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

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


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */


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

/*-----General Practice----*/


.custom-breadcrumb-menu {
    background: #009fe0;
    min-height: 52px;
    z-index: 3;
    border-bottom: solid 1px rgba(255,255,255,0.3);
}

.hs-breadcrumb-menu {
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
}

.hs-breadcrumb-menu:after {
    clear:  both;
    content:  "";
    display: block;
}

.custom-breadcrumb-menu .hs-menu-flow-horizontal > ul > li:first-child,
.custom-breadcrumb-menu .hs-breadcrumb-menu li.first-crumb {
    margin: 0;
    margin-right: 20px;
    padding: 0 20px;
    background: #0099bf;
    position: relative;
    display: inline-block;
    line-height: 52px;
}

.custom-breadcrumb-menu .hs-menu-flow-horizontal > ul > li:first-child a,
.custom-breadcrumb-menu .hs-breadcrumb-menu li.first-crumb a{
		opacity:1
}
.custom-breadcrumb-menu .hs-breadcrumb-menu li.first-crumb .hs-breadcrumb-menu-divider {
   display:none;
}

.custom-breadcrumb-menu .hs-menu-flow-horizontal > ul > li a,
.custom-breadcrumb-menu .hs-breadcrumb-menu li a {
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Signika Negative', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    opacity: 0.5;  
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.custom-breadcrumb-menu .hs-menu-flow-horizontal > ul > li.active a,
.custom-breadcrumb-menu .hs-menu-flow-horizontal > ul > li a:hover,
.custom-breadcrumb-menu .hs-breadcrumb-menu li a:hover {
		color: rgba(255, 255, 255, 0.9);
    opacity:1;  
}


.custom-breadcrumb-menu .hs-menu-flow-horizontal > ul {
    display:block;
    position: relative;
}

.custom-breadcrumb-menu .hs-menu-flow-horizontal > ul > li,
.custom-breadcrumb-menu .hs-breadcrumb-menu li {
    line-height: 52px;
    padding: 0;
    margin: 0 17px;
    font-family: 'Signika Negative', sans-serif;
    font-weight: 400;
    font-size: 16px;
}


.custom-breadcrumb-menu .hs-menu-flow-horizontal > ul > li:first-child:after,
.custom-breadcrumb-menu .hs-breadcrumb-menu li.first-crumb:after {
    left: 100%;
    top: 0;
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 0 26px 18px;
    border-color: transparent transparent transparent #0099bf;
}

.custom-breadcrumb-menu .hs-breadcrumb-menu li span {
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    font-family: 'Signika Negative', sans-serif;
    font-weight: 400;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.custom-breadcrumb-menu .hs-breadcrumb-menu li span:hover {
    color:  #fff;
}


.custom-breadcrumb-menu .hs-menu-flow-horizontal > ul > li:before,
.custom-breadcrumb-menu .hs-breadcrumb-menu li:before {
    display: inline-block;
    line-height: 52px;
    content: '';
    width: 6px;
    height: 10px;
    background: url(//cdn2.hubspot.net/hubfs/495104/Smart_Flow_Sheet_March2018/image/arrow-right.png) center center no-repeat;
    margin-right: 30px;
}

.custom-breadcrumb-menu .hs-menu-flow-horizontal > ul > li:nth-child(2):before,
.custom-breadcrumb-menu .hs-menu-flow-horizontal > ul > li:first-child:before,
.custom-breadcrumb-menu .hs-breadcrumb-menu li:nth-child(2):before,
.custom-breadcrumb-menu .hs-breadcrumb-menu li.first-crumb:before {
    display:none;
}


.General-practice .custom-row1-group {
    background: #009fe0;
    background: -webkit-linear-gradient(#009fe0, #00e09f);
    background: -o-linear-gradient(#009fe0, #00e09f);
    background: -moz-linear-gradient(#009fe0, #00e09f);
    background: linear-gradient(#009fe0, #00e09f);
}


.General-practice .custom-row1-group .hs_cos_gallery_main .slick-slide .caption {
	width: 40.17094017094017%;
	min-height: 30px;
	float:left;
}


.General-practice .custom-row1-group .hs_cos_gallery_main .slick-slide .image-slide-group {
  float:left;
	width: 57.26495726495726%;
	min-height: 30px;
	margin-left: 2.564102564102564%;
}

.General-practice .custom-row1-group .hs_cos_gallery_main {
   padding:0;
}

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


.General-practice .custom-row1-group .hs_cos_gallery_main .slick-slide .caption h1 {
    font-weight: 300;
    font-size: 70px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 30px;
    text-align: left;
    letter-spacing: 2px;
    line-height: 1.2;
    max-width: 600px;
    font-family: "Signika Negative", sans-serif;
}

.General-practice .custom-row1-group .hs_cos_gallery_main .slick-slide .caption h1 span{
    font-size: 36px;
}


.General-practice .custom-row1-group .hs_cos_gallery_main .slick-slide .caption p {
    font-size: 18px;
    color: #fff;
    font-family: Arial, sans-serif;
}

.General-practice .custom-row1-group .hs_cos_gallery_main .slick-slide .caption .btn.white-border {
    margin: 30px 0 10px 0;
    font-family: 'Signika Negative', sans-serif;
    border: solid 1px rgb(255,255,255);
    border: solid 1px rgba(255,255,255,0.5);
    padding: 14px 35px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    DISPLAY: INLINE-BLOCK;
    HEIGHT: AUTO;
    min-height: auto;
    width: auto;
    line-height: normal;
    min-width:0;
}

.General-practice .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
   padding:20px 0 4px;
   margin:0;
}


.General-practice .custom-row1-group .hs_cos_gallery_main .slick-slide .caption .btn.white-border:hover {
    color: #fff;
    background: #00b4fe;
    border: solid 1px #00b4fe;
    text-decoration: none;
    box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.15);
}


.General-practice .custom-row1-group .hs_cos_gallery_main .slick-slide .image-slide-group img {
    position: static;
    top: 20px;
    left: 30px;
    display: block;
    width: auto;
}


.General-practice .custom-row1-group .hs_cos_gallery_main .slick-slide .image-slide-group img[alt^="billing"] {
    position: relative;
    top: 40px;
    left: -22px;
}

.General-practice .custom-row1-group .hs_cos_gallery_main .slick-prev,
.General-practice .custom-row1-group .hs_cos_gallery_main .slick-next {
    width: 30px;
    height: 58px;
    top: 47.5%;
}

.General-practice .custom-row1-group .hs_cos_gallery_main .slick-prev {
    left: -64px;
}

.General-practice .custom-row1-group .hs_cos_gallery_main .slick-next {
    right: -64px;
}

.General-practice .custom-row1-group .hs_cos_gallery_main .slick-prev:before {
    background: url(//cdn2.hubspot.net/hubfs/495104/Smart_Flow_Sheet_March2018/image/slider-arrow-l-hero.png) no-repeat;
    width: 30px;
    height: 58px;
    opacity: 0.5;
    transition: opacity 0.3s;
    content:"";
    display:block;
}


.General-practice .custom-row1-group .hs_cos_gallery_main .slick-next:before {
    background: url(//cdn2.hubspot.net/hubfs/495104/Smart_Flow_Sheet_March2018/image/slider-arrow-r-hero.png) no-repeat;
    width: 30px;
    height: 58px;
    opacity: 0.5;
    transition: opacity 0.3s;
    content:"";
    display:block;
}

.hs-breadcrumb-menu-divider:before{
content:none !important;
}


.General-practice .custom-row1-group .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}


.General-practice .custom-row1-group .slick-slider {
   margin:0;
}


.General-practice .custom-row1-group .slick-dots  {
   margin:0;
   padding:0;
   list-style:none;
    position: relative;
    bottom: 15px;
}

.General-practice .custom-row1-group .slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    display: block;
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 20px;
    height: 4px;
    content: '';
    text-align: center;
    background: #ccc;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.General-practice .custom-row1-group  .slick-dots li button:before {
    width: 6px;
    border-radius: 6px;
    height: 6px;
    background: #fff;
    opacity: .4;
}


.General-practice .custom-row1-group .slick-dots li.slick-active button:before {
    background: #fff;
    opacity: 1;
}
.image-with-lightbox-group .new:not(:first-child) {
    display: none;
}

.image-with-lightbox-group .new:after {
    clear: both;
    content:  "";
    display: block;
}

.General-practice .custom-row1-group .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}


.General-practice .custom-row2-group .page-center {
    padding: 60px 0;
}


 .General-practice .hs_cos_wrapper_type_header h1 {
		font-family: 'Signika Negative', sans-serif;
		font-size: 32px;
		font-weight: normal;
		color: #333;
		margin-top: 0;
		line-height: 1.3em;
		margin-bottom:0.83em; 
    font-style: normal;
	}

.General-practice .custom-row4-group .hs_cos_wrapper_type_header h1 {
    margin-bottom:0;
}


.image-with-lightbox-group {
  display: table;
  height:auto !important
}

.image-with-lightbox-group .one-column-lightbox-image-with-title:nth-child(3n+1) {
  margin-left:0;
}

.custom-row2-bottom-content.hide {
    display: none;
}


.General-practice .body-container-wrapper .row-fluid .page-center {
   max-width:1170px;
}


.General-practice .custom-row1-group .hs_cos_gallery_main .slick-slide .caption .biling-popup {
	 display: block;
    background: #fff;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
    border-radius: 50%;
    box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.1);
    transition: all 0.25s;
    z-index: 140;
    cursor: pointer;
}

.General-practice .custom-row1-group .hs_cos_gallery_main .slick-slide .caption .biling-popup:hover {
    box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.15);
    transition: all 0.25s;
    width: 126px;
    height: 126px;
    margin-left: -63px;
    margin-top: -63px;
}

.General-practice .custom-row1-group .hs_cos_gallery_main .slick-slide .caption .biling-popup:after {
    content: '';
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    margin-left: -14px;
    margin-top: -22px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 0 22px 38px;
    border-color: transparent transparent transparent #009fe0;
    transition: all 0.3s;
}

.General-practice .custom-row1-group .hs_cos_gallery_main .slick-slide .caption .biling-popup:hover:after {
    border-color: transparent transparent transparent #00b4fe;
    transition: all 0.3s;
}

.image-with-lightbox-group h3.sf-h3 {
    text-align: center;
    margin: 1em 0;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: normal;
    text-transform: uppercase;
    color: #333;
    letter-spacing: 1px;
    font-family:"Signika Negative", sans-serif;
    font-style:normal;
}

.image-with-lightbox-group .one-column-lightbox-image-with-title {
  width: 31.623931623931625%;
  min-height: 30px;
  float: left;
  margin-left: 2.564102564102564%;
  position: static !important;
}

.image-with-lightbox-group .one-column-lightbox-image-with-title .video-item img {
    width: 100%;
    height: auto;
    opacity: 0.9;
}
.image-with-lightbox-group .one-column-lightbox-image-with-title:hover .video-item img{
		opacity:1
}

.image-with-lightbox-group .one-column-lightbox-image-with-title .video-item {
    display: block;
    position: relative;
}

.image-with-lightbox-group .one-column-lightbox-image-with-title .video-item:hover .video-play-btn {
    box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.15);
    transition: all 0.25s;
    width: 86px;
    height: 86px;
    margin-left: -43px;
    margin-top: -43px;
}

.image-with-lightbox-group .one-column-lightbox-image-with-title .video-item:hover .video-play-btn:after {
    transition: all 0.3s;
    border-color: transparent transparent transparent #00b4fe;
}

.image-with-lightbox-group .one-column-lightbox-image-with-title .video-item:hover {
    opacity:1;
}


.image-with-lightbox-group .video-play-btn {
    display: block;
    background: #fff;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    border-radius: 50%;
    box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.1);
    transition: all 0.25s;
    z-index: 5;
}

.image-with-lightbox-group  .video-play-btn:after {
    content: '';
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 24px;
    border-color: transparent transparent transparent #009fe0;
    transition: all 0.3s;
}

.General-practice .custom-row2-group {
	text-align:center;
   background: #fff;
}

.General-practice .custom-row3-group {
    border-top: dotted 1px #ccc;
    background: #fff;
}


.General-practice .custom-row3-group .page-center {
    padding:60px 0;
}

.General-practice .custom-row3-group .page-center  h2 {
   text-align:center;
}

.General-practice .custom-row3-group blockquote {
    color: #009fe0;
    font-size: 19px;
    font-family: 'Georgia', serif;
    font-style: italic;
    margin: 20px 0 20px 20px;
}

.General-practice .custom-row3-group p{
    font-size: 17px;
    line-height: 1.4;
}

.General-practice .custom-row3-group p:first-child {
    margin-top: 0;
}

.General-practice .custom-row4-group {
    background: #f8f7f6;
}

.General-practice .custom-row4-group .page-center {
    padding: 60px 0;
}

.testimonial-group {
    padding: 40px 40px 20px;
    margin-bottom:0 !important;
}



.testimonial-group .testimonials-slide {
    background: #fff;
    padding: 10px 25px;
    margin: 0 15px;
    min-height: 270px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    max-width: 515px;
    float: left;
    outline: none;
    height: 100%;
    margin-bottom:20px;
}


.testimonial-group .slick-dots {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    bottom: auto;
    position: absolute;
    bottom: auto;
    left: 0;
}

.testimonial-group .slick-dots li button:hover:before {
   opacity:1;
}

.testimonial-group .testimonials-slide a {
    color: #333;
}


.testimonial-group .testimonials-slide .sf-h3 {
    font-family: 'Signika Negative', sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    color: #333;
    letter-spacing: 1px;
    font-style: normal;
    margin: 1em 0;
}

.testimonial-group .testimonials-slide a:hover .sf-h3 {
   color: #009fe0;
}

.testimonial-group .testimonials-slide .testimonials-text {
    font-style: italic;
    margin-bottom: 75px;
}

.testimonial-group .testimonials-slide  .testimonials-person {
    position: absolute;
    bottom: 25px;
    height: 42px;
}

.testimonial-group .testimonials-slide .testimonials-person img {
    width: 42px;
    height: 42px;
    border-radius: 50px;
    float: left;
}

.testimonials-person-name {
    margin-left: 60px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 7px;
    color: #4e4e4e;
    font-size: 12px;
}

.testimonials-person-details {
    margin-left: 60px;
    color: #777;
    font-size: 12px;
}



.General-practice .custom-row5-group  {
    background: #fff;
}
.General-practice .custom-row5-group {
    padding: 60px 0;
}


.General-practice .custom-row5-group .page-center.bottom{
    margin-top: 80px;
    border: solid 1px #c8c8c8;
    padding: 30px 0;
    text-align: center;
}



.General-practice .custom-row5-group .page-center.bottom h3 {
    font-family: 'Signika Negative', sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    color: #333;
    letter-spacing: 1px;
    font-style:normal;
}

.General-practice .custom-row5-group .page-center.bottom:hover {
    border: solid 1px #009fe0;
}

.General-practice .custom-row5-group .page-center.bottom:hover h3 {
    color: #009fe0;
}

.General-practice .custom-row5-group .page-center.bottom img {
    margin: 0 20px;
    vertical-align: middle;
  
}


.hospital-counter {
    font-family: 'Signika Negative', sans-serif;
    font-size: 32px;
    font-weight: normal;
    color: #333;
    margin-top: 0;
    text-align:center;
    margin-bottom:0;
   line-height: 1.3em;

}

.hospital-counter .clinics-counter-o {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 32px !important;
    font-family: 'Signika Negative', sans-serif;
    font-weight: normal;
    color: #333;
}


.custom-row5-image-gallery .hs_cos_gallery_main .slick-dots {
    bottom: -83px;
    position: absolute;
    margin: 0;
}
.hospital-counter .clinics-counter-o .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    -moz-border-radius: 0.1em;
    -webkit-border-radius: 0.1em;
    border-radius: 8px;
    background-color: #e5e5e6;
    padding: 0 0.4em;
    margin: 0 6px;
    color: #333;
    position: relative;
}


.hospital-counter .clinics-counter-o .odometer-digit + .odometer-digit {
    margin-left: 0.1em;
}

.hospital-counter .clinics-counter-o .odometer-inside {
    display: table;
}


.hospital-counter .clinics-counter-o .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    left: 0.4em;
}

.hospital-counter .clinics-counter-o .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
}

.hospital-counter .clinics-counter-o .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
}

.General-practice  .custom-row6-group {
    background: #f8f7f6;
}

.General-practice .custom-row6-group .page-center {
    padding: 60px 0 190px;
}


.patients-counter-o.odometer.odometer-auto-theme {
    font-size: 42px;
    font-family: 'Signika Negative', sans-serif;
    display: block;
    vertical-align: middle;
    position: relative;
    text-align:center;
    margin: 0 auto;
}


.patients-counter-o.odometer.odometer-auto-theme .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 0.1em;
  -webkit-border-radius: 0.1em;
  border-radius: 8px;
  background-color: #e5e5e6;
  padding: 0 0.4em;
  margin: 0 6px;
  color: #333;
  position:relative;
}

.odometer.odometer-auto-theme .odometer-digit + .odometer-digit {
  margin-left: 0.1em;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner{
  left: 0.4em !important;
}


.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}


.sf-midsection-blue {
    max-width: 740px;
    margin: -120px auto 0px auto;
    text-align: center;
    position: relative;
    background: #009fe0;
    padding: 10px 0 60px 0;
}

.sf-midsection-blue .sf-h2 {
    color: #fff;
    margin-bottom: 0px;
    font-family: 'Signika Negative', sans-serif;
    font-size: 32px;
    font-weight: normal;
    margin-top: 30px;
    line-height: 1.3em;
}

.sf-midsection-blue p {
    color: #fff;
    margin-top:1em; 
    margin-bottom: 60px;
}

.hero-banner-ghost-button {
    font-family: 'Signika Negative', sans-serif;
    border: solid 1px rgb(255,255,255);
    border: solid 1px rgba(255,255,255,0.5);
    padding: 14px 35px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}


.hero-banner-ghost-button:hover {
    color: #fff;
    background: #00b4fe;
    border: solid 1px #00b4fe;
    text-decoration: none;
    box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.15);
}

.General-practice .custom-row7-group {
   padding-bottom:60px;
   background-color:#fff;
}

.patients-counter-o.counter .counter-inside {
    display:none;
}


.General-practice .custom-row7-group .hs_cos_wrapper_type_header h1 {
   margin-top:60px;
}

.General-practice .custom-row8-group {
        background: #f8f7f6;
}
.General-practice .custom-row8-group .page-center {
    padding: 60px 0;
}

.content-with-top-image-group img {
    margin: 30px 0 10px 0;
}

.content-with-top-image-group h3 {
    font-family: 'Signika Negative', sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    color: #333;
    letter-spacing: 1px;
    font-style: normal;
    margin: 1em 0;
}

.content-with-top-image-group {
   text-align:center;
}

.content-with-top-image-group p {
    margin: 1em 0;
}

.content-with-top-image-group .sf-ghost-button {
    font-family: 'Signika Negative', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #009fe0;
    line-height: 52px;
    height: 52px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-width: 190px;
    border: solid 1px #009fe0;
    display: inline-block;
    padding: 0 30px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background: transparent;
    outline: none;
    margin:20px 0;
}


.sf-ghost-button:hover {
    color: #003e58;
    border: solid 1px #003e58;
}


.content-with-top-image-group a.sf-ghost-button[href^="tel:"] {
    border: solid 1px #c4c4c4;
    font-weight: normal;
    color: #555;
}

.content-with-top-image-group a.sf-ghost-button[href^="tel:"]:hover {
	 border: solid 1px #333;
   color: #333;
}


.General-practice  .custom-row9-group {
   background-color:#fff;
}

.General-practice  .custom-row9-group .page-center {
   padding:60px 0;
}

.General-practice  .custom-row9-group h3.form-title {
    font-family: 'Signika Negative', sans-serif;
    font-size: 32px;
    font-weight: normal;
    color: #333;
    margin-top: 0;
    margin-bottom:0.83em;
    font-style:normal;
    text-align:center;
}


.General-practice  .custom-row9-group .actions {
   text-align:center;
    padding-bottom: 10px;
}


.General-practice  .custom-row9-group  .hs-form-required {
   display:none;
}


.background-area .custom-background-image {
   display:none !important;
}


.General-practice  .custom-row10-group .page-center {
   padding-top:60px;
   padding-bottom:60px;
}

.General-practice  .custom-row10-group .page-center .hs_cos_wrapper.hs_cos_wrapper_widget {
   text-align:center;
   margin:0 auto;
}

.General-practice .custom-row10-group .page-center .hs_cos_wrapper.hs_cos_wrapper_widget p {
    font-size: 20px;
    color: #fff;
    max-width: 770px;
    margin-left:auto;
    margin-right:auto;
}


.General-practice .custom-row10-group h2 {
    color: #fff;
    margin-top: 0;
    font-family: 'Signika Negative',sans-serif;
    font-size: 32px;
    font-weight: normal;
    padding-bottom: 20px;
    line-height: 1.3em;
}

.General-practice .custom-row11-group {
    background: #f8f7f6;
    margin-bottom: -70px;
    padding-bottom: 70px;
}

.General-practice .custom-row11-group .page-center {
    padding:60px 0;
     margin-bottom: -60px !important;
    padding-bottom: 100px;
}

.General-practice .custom-row11-group .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    display:block;
    width: 100%;
}

.General-practice .custom-row11-group .hs-rss-item {
    width: 31.623931623931625%;
    min-height: 30px;
    float:left;
    position:relative;
    margin-left: 2.564102564102564%;
    overflow: visible;
    margin-bottom: 0;
    cursor:pointer;
}

.General-practice .custom-row11-group .hs-rss-item:first-child {
   margin-left:0 !important;
}


.General-practice .custom-row11-group .hs_cos_wrapper_widget.hs_cos_wrapper_type_module.widget-type-rss_listingt h3 {
   display:none;
}

.General-practice .custom-row11-group .hs-rss-item  .hs-rss-featured-image {
    display:none;
}


.General-practice .custom-row11-group .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    height: 280px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.General-practice .custom-row11-group .hs-rss-item .hs-rss-item-text {
    font-family: 'Signika Negative', sans-serif;
    font-size: 28px;
    font-weight: 300;
    background: #fff;
    color: #333;
    text-decoration: underline;
    padding: 10px 20px 20px 20px;
    margin: 0 20px;
    box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.1);
    position: absolute;
    top: 210px;
    /* height: 70px; */
    left: 0;
    right: 0;
    text-align: left;
    transition: all 0.3s;
    /* overflow: hidden; */
    display: block;
     width: 89%;
    float:none;
}

.General-practice .custom-row11-group .hs-rss-item .hs-rss-item-text a {
   color:#333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.General-practice .custom-row11-group .hs-rss-item:hover a {
     color: #009fe0;
}

.General-practice .custom-row11-group .hs-rss-item:hover .hs-rss-item-text {
    box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.15);
    transition: all 0.3s;
}

.General-practice .custom-row11-group .custom-footer {
   margin-top:0 !important
}

.General-practice .custom-row11-group .hs-rss-module {
    display: table;
    width: 100%;
}


.custom-home-banner-area h2 {
    opacity: 0.95;
}

.custom-home-banner-area ul li {
    opacity: 0.95;
}

.hero-banner-guarantee {
    opacity: 0.95;
}

.home .hero-banner-buttons a.btn.white-btn {
    color: rgba(0, 159, 224, 0.95);
}



.testimonial-group .slick-prev, 
.testimonial-group .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 22px;
    height: 41px;
    margin-top: -20px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}


.testimonial-group .slick-prev:before, 
.testimonial-group .slick-next:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.testimonial-group .slick-prev:hover:before,
.testimonial-group .slick-prev:focus:before,
.testimonial-group .slick-next:hover:before, 
.testimonial-group .slick-next:focus:before {
    opacity: 1;
}


.testimonial-group .slick-prev:before {
    content: '';
    background: url(//cdn2.hubspot.net/hubfs/495104/Smart_Flow_Sheet_March2018/image/slider-arrow-l-1.png) no-repeat;
    width: 22px;
    height: 41px;
    display: block;
}


.testimonial-group .slick-next:before {
    content: '';
    background: url(//cdn2.hubspot.net/hubfs/495104/Smart_Flow_Sheet_March2018/image/slider-arrow-r-1.png) no-repeat;
    width: 22px;
    height: 41px;
    display: block;
}


.testimonial-group .slick-prev {
    left: 0;
}


.testimonial-group .slick-next {
    right: 0;
}



.testimonial-group .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.testimonial-group .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}


.testimonial-group .slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    display: block;
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 20px;
    height: 4px;
    content: '';
    text-align: center;
    background: #ccc;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.testimonial-group .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #009fe0;
}

.General-practice .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper {
    display: block;
}
.General-practice .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper:after {
    content:  "";
    display: block;
    clear:  both;
}

/*----End of General Practice----*/

ul.hs-error-msgs.inputs-list {
    margin-left: 0;
}

ul.hs-error-msgs.inputs-list label {
    color:  red;
}

.hs-input.invalid.error {
    border-bottom: 1px solid rgb(255,0,0);
}

/* Header */

.hs_cos_wrapper_type_header h1 {
    margin: 0;
    font: italic 26px Georgia, 'Times New Roman', Times, serif;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 45px;
    text-transform: none;
    letter-spacing: 0;
    float: left;
    width: 100%;
}

/* Header */

/* Contributing Author */

.contributor {
    clear: both;
    margin-top: 30px;
    padding-top: 30px;
    border-top: dotted 1px #bdbdbd;
    min-height: 168px;
}

.contributor:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
    min-height: 137px;
}

.contributor>div:first-child {
    height: 137px;
    width: 137px;
    float: left;
    border: solid 6px #d8d8d8;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.contributor img {
    float: left;
    height: 125px;
    width: 125px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    display: none;
}

.contributor.male img.male {
    display: block;
}

.contributor.female img.female {
    display: block;
}

.contributor.gallery img.gallery {
    display: block;
}


.contributor>div.right-content {
    padding-left: 167px;
}

.contributor>div.right-content.no-info >p.testimonials-who {
    padding-top: 50px;
}

.contributor>div.right-content p.testimonials-who {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    border-top: none;
}

.contributor>div.right-content p.testimonials-what {
    font-style: italic;
    font-size: 12px;
    color: #009fe0;
    margin: 0 0 15px 0;
}

/* Contributing Author */

/*Customer*/


.customer {
    position: relative;
    height: 150px;
    display: block;
    float: left;
    min-height: 30px;
    margin-left: 2.564102564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 23.076923076923077%;
    margin-bottom: 30px;
}

.customer:nth-child(4n+1) {
    margin-left: 0;
}

.customer-item {
    border: solid 1px #e6e6e6;
    background: #fff;
    text-align: center;
    height: 152px;
    position: absolute;
    width: calc( 100% + 2px);
    -moz-transition: height 0.2s;
    -o-transition: height 0.2s;
    -webkit-transition: height 0.2s;
    transition: height 0.2s;
    z-index: 0;
}

.customer-item img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-filter: grayscale(100%);
    -moz-transition: top 0.35s;
    -o-transition: top 0.35s;
    -webkit-transition: top 0.35s;
    transition: top 0.35s;
}

.customer-name {
    height: 50px;
    line-height: 48px;
    top: 120px;
    position: absolute;
    width: 80%;
    left: 10%;
    border-top: solid 1px #ddd;
    -moz-transition: top 0.2s;
    -o-transition: top 0.2s;
    -webkit-transition: top 0.2s;
    transition: top 0.2s;
    visibility: hidden;
    color: #eee;
}

.customer-name span {
    display: inline-block;
    line-height: 1.1;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    word-wrap: break-word;
    overflow: hidden;
    font-size: 11px;
    text-transform: uppercase;
}

.customer-item:hover {
    border: solid 1px #009fe0;
    height: 202px;
    -moz-transition: height 0.15s;
    -o-transition: height 0.15s;
    -webkit-transition: height 0.15s;
    transition: height 0.15s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    z-index: 1200;
    -webkit-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.15);
}

.customer-item:hover .customer-name {
    visibility: visible;
    top: 150px;
    color: #aaa;
    -moz-transition: top 0.2s, color 0.5s;
    -o-transition: top 0.2s, color 0.5s;
    -webkit-transition: top 0.2s, color 0.5s;
    transition: top 0.2s, color 0.5s;
}

.customer-item:hover img {
    -webkit-filter: grayscale(0%);
    top: 35%;
    -moz-transition: top 0.15s;
    -o-transition: top 0.15s;
    -webkit-transition: top 0.15s;
    transition: top 0.15s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.hs_cos_wrapper_type_header:after,
.hs_cos_wrapper_type_module:after {
    clear:  both;
    content:  "";
    display: block;
}

/*Customer*/

/*Tutorials*/

.tutorials-item {
    float: left;
    width: 300px;
    text-align: center;
    margin-bottom: 35px;
}

.tutorials-item .tutorials-item-pic {
    position: relative;
    padding-top: 7px;
    margin: 0 auto;
    width: 223px;
    height: 157px;
    background: url(//cdn2.hubspot.net/hubfs/495104/Smart_Flow_Sheet_March2018/image/feature-item-pic-bck.png) no-repeat;
}

.tutorials-item h3 {
    font: italic 22px Georgia, 'Times New Roman', Times, serif;
    margin: 10px 0 15px 0;
}

.tutorials-item p {
    color: #6a6a6a;
    margin: 0 20px;
}

.tutorials-item:nth-child(3n+4) {
    clear:  left;
}

/*Tutorials*/


/*Popup*/

body div.pp_default .pp_content_container .pp_left {
    background: none;
    padding: 0;
}

body div.pp_default .pp_content_container .pp_right {
    background:  none;
    padding: 0;
}

body div.pp_default .pp_content {
    height: 522px !important;
    width: 866px !important;
    border: solid 6px #fff;
    position: fixed;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto;
}
body.General-practice div.pp_default .pp_content {
    border:0;
}

body div.ppt {
    display: none !important;
}

body div.pp_default .pp_nav {
    display: none !important;
}

body div.pp_default .pp_social {
    display: none;
}

body div.pp_default .pp_details {
    position: static;
}

body .pp_top {
    display: none;
}

body .pp_bottom {
    display: none;
}

body div.pp_default .pp_close {
    top: -30px;
    background: none;
    right: -10px;
    text-indent: 0;
    font-size: 0;
    width: auto;
    height: auto;
    line-height: 1;
}

body .pp_gallery {
    display: none !important;
}

body div.pp_default .pp_close:after {
    content:  "×";
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    text-shadow: none;
    margin-bottom: 10px;
    opacity: 1;
}

body div.pp_pic_holder {
    max-width: 866px !important;
    max-height: 522px !important;
    position: fixed;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
}

body div.pp_default .pp_expand{
    display:none !important;
}

body div.pp_default .pp_content iframe {
    height: 100%;
    width: 100%;
    position: absolute;
}

/*Popup*/

.revenue-left-content h6 {
    margin: 1em 0;
}

.hs-revenue .revenue-right-form  {
    position: relative;
}

.hs-revenue .revenue-right-form .hs-input {
    line-height: 17px;
    background: #fff;
    border: solid 1px #aaa;
    color: #000;
    width: 100%;
    padding: 17px 13px;
    font-size: 16px;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    margin-bottom: 20px;
}

.hs-revenue .revenue-right-form .hs-form-field > label {
    text-transform: uppercase;
    color: #bfbfbf;
    font-size: 12px;
    text-align: left;
    margin-top: 0;
}

.hs-revenue .revenue-right-form .hs_submit input {
    margin: 0;
    width: 100%;
    font-weight: normal;
    text-transform:  none;
    font-family: sans-serif;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1;
}

.hs-revenue .revenue-right-form select {
    border: solid 1px #aaa;
    color: #000;
    font-size: 16px;
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
    outline: none;
    overflow: hidden;
    text-indent: 0.01px;
    text-overflow: '';
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    line-height: 53px;
    background: #fff url(//cdn2.hubspot.net/hubfs/495104/Smart_Flow_Sheet_March2018/image/arrow-down-select.png) right 10px center no-repeat;
    padding: 0 10px;
    height: 53px;
    border-radius: 0;
}

.hs-revenue .revenue-right-form .hs_submit {
    margin-top: 40px;
    border-top: dotted 1px #aaa;
    padding-top: 40px;
}

.hs-revenue .custom-footer {
    margin-top: 55px;
}

body.pricing .body-container-wrapper .container-fluid .row-fluid .page-center {
    max-width: 1180px;
}

body.pricing .body-container-wrapper h2 {
    font-family: 'Signika Negative', sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0.83em 0;
    color: #009fe0;
    letter-spacing: 1px;
}

body.pricing .body-container-wrapper .hs_cos_wrapper_type_rich_text {
    border: solid 1px #e5e5e5;
    background: #fff;
    font-size: 14px;
    padding: 20px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    display:  block;
}

body.pricing .pricing-content {
    margin-top: 20px;
}

.link-module {
    margin: 0;
    list-style:  none;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 0px;
    border-bottom: 0;
}

.link-module td {
    width: 50%;
    text-align: center;
    border: solid 1px #e5e5e5;
    min-height: 66px;
    line-height: 65px;
    border-collapse:  collapse;
    border-spacing:  0;
}

.link-module td:only-child {
    width: 100%;
}

.link-module td a {
    color: #aaa;
}

.link-module td a:hover {
    color: #009fe0;
}

.pricing .custom-footer {
    margin-top: 54px;
}

table.link-module {}

table.link-module tbody {
    border-collapse: collapse;
    border-spacing: 0;
}

table.link-module tbody tr {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Pricing */

.custom-package-group {}

.custom-package-group h3.detailed-pricing-header {
    font-family: 'Signika Negative', sans-serif;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    margin: 40px 0;
    font-style: normal;
}

.custom-package-group .offset2 {
    margin-left: 17.094017094017094% !important;
}

.custom-package-group .pricing-item {
    position: relative;
    border: solid 2px #009fe0;
    background: #fff;
    width: auto;
    padding: 20px;
}

.pricing-item h3 {
    color: #009fe0;
    font-size: 18px;
    font-weight: 300;
    margin-top: 23px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Signika Negative', sans-serif;
    margin-bottom: 0;
    font-style:normal;
}
.pricing-price-badge {
    text-align: center;
    height: 150px;
    padding-top: 30px;
    font-family: 'Signika Negative', sans-serif;
}

.pricing-price-badge span {
    font-weight: 300;
    display: block;
    color: #333;
    font-size: 20px;
}

.pricing-price-badge .price-yearly price span {
    font-weight: 700;
    font-size: 40px;
}

.pricing-feature {
    border-bottom: solid 1px #eee;
    padding: 16px 0;
    margin: 0 8px;
    line-height: 18px;
    color: #aaa;
}

.pricing-feature:first-child {
    border-top: solid 1px #eee;
}

.pricing-feature:last-child {
    border-bottom: none;
}

.pricing-feature .content {
    position: fixed;
    top: 0;
    z-index: 1024;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
    overflow: hidden;
    visibility: hidden;
}

.pricing-link {
    text-decoration: none;
    color: #aaa;
    cursor: pointer;
}
.pricing-features {
    text-align: center;
}

.package .custom-footer {
    margin-top: 55px;
}

.pricing-summary h4 {
    margin: 1.33em 0;
    font-family: 'Signika Negative', sans-serif;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
    line-height: 23px;
}

.pricing-summary-block {
    text-align: left;
    margin-bottom: 15px;
}

.pricing-summary-block price>span {
    display: inline-block;
    float: right;
    width: 50px;
    text-align: right;
}

.pricing-summary-subtotal {
    font-weight: bold;
    border-top: solid 1px #ccc;
    border-bottom: solid 3px #333;
    padding-top: 20px;
}

.pricing-estimated-summary-block {
    text-align: left;
    margin-bottom: 15px;
    font-weight: bold;
    margin-top: 20px;
}

.pricing-estimated-summary-block span.ng-binding {
    display: inline-block;
    float: right;
    width: 50px;
    text-align: right;
}

.pricing-get-started {
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
}

.pricing-get-started-price {
    font-family: 'Signika Negative', sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

.pricing-get-started-price span.pricing-currency {
    font-size: 16px;
}
.pricing-currency {
    margin-left: 6px;
}
.pricing-summary-button {
    color: #fff;
    text-transform: capitalize;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background-color: #009fe0;
    display: inline-block;
    padding: 0 60px;
    margin: 20px 0 15px 0;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
}

.pricing-summary-button:hover {
    background-color: #00b4fe;
    color:  #fff;
}
.align-center {
    text-align: center;
}
.pricing-summary-questions h5 {
    margin: 1.67em 0;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
}

.billing-currency {
    position: static;
    margin-top: 38px;
}
.billing-currency p {
    color: #999;
    line-height: 20px;
    text-align: center;
    margin:0;
}
.billing-currency img {
    margin-left: 5px;
    vertical-align: middle;
}

.pricing-feature a.pricing-link {}


.pricing-feature a.pricing-link:hover {
    color: #009fe0;
    text-decoration: none;
    border-bottom: dotted 1px #009fe0;
}

.pricing-feature.custom-open .content {
    opacity: 1;
    visibility: visible;	
}

.pricing-feature .content .content-inner {
    top: -25%;
    -webkit-transition: opacity .3s linear,top .3s ease-out;
    -moz-transition: opacity .3s linear,top .3s ease-out;
    -o-transition: opacity .3s linear,top .3s ease-out;
    transition: opacity .3s linear,top .3s ease-out;
    width: 612px;
    background-color: #fff;
    border: solid 6px #009fe0;
    border-radius: 0;
    max-height: none;
    height: auto;
    margin: 0 auto;
    position: fixed;
    left: 0;
    right: 0;
}

.pricing-feature.custom-open .content .content-inner {
    top: 10%;
}

.modal-body h1 {
    margin: 0;
    font: italic 26px Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: solid 1px #e3e3e3;
    margin-bottom: 20px;
    text-transform: none;
    color: rgb(51, 51, 51);
    letter-spacing: 0;
}

.close {
    float:right;
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    text-shadow: none;
    margin-bottom: 10px;
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    top: -29px;
    right: -7px;
    cursor:pointer;
}

body.popup-open {
    overflow-y: hidden;
}

.pricing-feature .content .modal-body {
    padding: 20px 20px !important;
    max-height: none;
    height: auto;
    background-color: #fff;
    position: relative;
    text-align: left;
    line-height: 1.4;
}

.pricing-feature .content .modal-body p {
    font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
    font-size: 14px;
    color: #333;
}


/* Pricing */

h3.h3 {
    margin: 1em 0;
    font-family: 'Signika Negative', sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    color: #333;
    letter-spacing: 1px;
    font-style:  normal;
}

h3.h3:first-child {
    margin-top: 0;
}

a.btn {
    font-family: 'Signika Negative', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #009fe0;
    line-height: 52px;
    height: 52px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-width: 190px;
    border: solid 1px #009fe0;
    display: inline-block;
    padding: 0 30px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background: transparent;
    outline: none;
}

a.btn:hover {
    color: #003e58;
    border: solid 1px #003e58;
}

.warning {
    border: solid 1px #c00;
    padding: 15px 15px 15px 80px;
    color: #c00;
    background: url(//cdn2.hubspot.net/hubfs/495104/Smart_Flow_Sheet_March2018/image/warning-icon.png) 15px 12px no-repeat;
}
img.border {
    margin: 20px 0;
    border: solid 12px #ddd;
}

.key-combo {
    display: inline-block;
    font-size: 11px;
    font-style: italic;
    text-align: left;
    width: 50%;
    padding: 20px;
    text-align: center;
    margin: 0 20px;
    max-width: 290px;
}

.key-combo-group {
    text-align: center;
}

.key-combo img {
    margin-top: 15px;
}

.software-settings {
    margin-top: 35px;
}

.software-settings .span8 img {
    margin-top: 15px;
}

.software-settings .span4 {}

.software-settings .span4 h6 {
    font-size: 1.17em;
    margin: 1em 0;
}

.two-col-equal {}

.two-col-equal .custom-left {
    width: 50%;
    float:  left;
}

.two-col-equal .custom-right {
    width: 50%;
    float: left;
}

.two-col-equal a.btn {
    font-weight: normal;
}

h6.h6 {
    font-size: 16px;
    margin-top: 30px;
    letter-spacing: 3px;
}

table.custom-roles-table {
    width: auto !important;
    border-collapse: collapse;
    border-spacing: 0;
}

table.custom-roles-table tr>*:first-child {
    text-align: right;
    color: #999;
    background: #f1f1f1;
    vertical-align: middle;
    position: static;
    border-top: solid 1px #ddd;
    font-weight: normal;
    text-transform: none;
    transition: box-shadow 0.4s;
    font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
}

table.custom-roles-table tr>* {
    vertical-align: top;
    font-family: 'Signika Negative', sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 20px 10px;
    border-top: solid 1px #ddd;
    background: #fff;
    text-align: center;
    display: table-cell;
    vertical-align: inherit;
}

table.custom-roles-table tr>* img {
    vertical-align: middle;
}

table.custom-roles-table tr>*:only-child {
    color: #aaa;
    width: 100%;
    background: #fff !important;
    text-align: center;
    padding: 20px 10px;
    border-top: solid 1px #ddd;
    font-weight: normal;
    min-height: auto;
    height: auto;
    display: block;
}

table.custom-roles-table tr>th {
    width: 120px;
    /* min-width: 150px; */
}

table.custom-roles-table tr>th:first-child {
    width: 170px;
    min-width: 150px;
}

table.custom-roles-table tr {
}


.comparison .body-container-wrapper .container-fluid .row-fluid .page-center {
    max-width: 100%;
    padding: 0 60px;
}

.comparison .body-container-wrapper h1 {
    font: italic 26px Georgia, 'Times New Roman', Times, serif;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 45px;
    text-transform: none;
    letter-spacing: 0;
}

.sf-td-gray-zero-clone {
    padding: 10px;
    float:left;
    text-align: right;
    width: 170px;
    min-width: 170px;
    color: #999;
    background: #f1f1f1;
    z-index: 1002;
    padding-top: 20px;
    height: 144px;
}

.sf-emr-table-comp-holder.component {
    margin-left: 170px;
    overflow: hidden;
    width: auto;
    overflow-x: auto;
}

.sf-emr-table-comp-holder > div {
    margin-top: 0px;
    z-index: 1001;
    height: 144px;
}

.sf-emr-table-comp {
    width: 1600px !important;
    border-collapse: collapse;
}

.sf-emr-table-comp td, .sf-emr-table-comp th {
    background: #fff;
    text-align: center;
    padding: 10px 10px;
    border-top: solid 1px #ddd;
    font-weight: normal;
    height:97px;
}
.sf-emr-table-comp-holder th {
    font-weight: normal;
    vertical-align: middle;
    word-wrap: break-word;
    white-space: normal;
    min-width: auto;
    max-width: none;
    text-align: right;
}
.sf-emr-table-comp-holder thead th {
    border-top: none;
    text-align: center;
    vertical-align: top;
    position: relative;
    padding-top: 20px;
}
.sf-emr-table-comp th.sf-emr-table-name {
    width: 100px;
    vertical-align: top;
    font-family: 'Signika Negative', sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
      color: #333;
}
.sf-emr-table-comp.emr-table th.sf-emr-table-name {
    background: #f1f1f1;
}
.sf-emr-table-comp.emr-table .sf-td-gray {
    font-family: 'Signika Negative', sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    break-word: break-all;
    position: fixed;
    left: auto;
    width: 150px;
    margin-left: -170px;
    visibility: hidden;
}

table.sf-emr-table-comp.emr-table.floatThead-table {
    border-collapse: collapse;
    border: 0px none rgb(128, 128, 128);
    display: table;
    margin: 0px;
    table-layout: fixed;
}

.comparison .body-container-wrapper .container-fluid .row-fluid .page-center>div {
    position: relative;
}

.sf-emr-table-comp-holder th {
    text-align: right;
    width: 170px;
    min-width: 170px;
    color: #999;
    background: #fff;
    vertical-align: middle;
    position: absolute;
    z-index: 1000;
    left: 0;
    height: 97px;
    font-family: 'Signika Negative', sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}
.sf-emr-table-comp-holder th .beta {
    font-family: 'Signika Negative', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    border: solid 1px #ccc;
    position: absolute;
    margin-top: -9px;
    left: 15px;
    font-size: 10px;
    width: 45px;
    color: #ccc;
    border-radius: 20px;
    text-align: center;
    top: 50%;
}

.sf-emr-table-comp a {
    position: relative;
    top: 10px;
}

.emr-comp-tooltipo {
    font-size: 24px;
    color: #e00;
    float: right;
    position: relative;
    left: -20px;
    top: -5px;
}

.sf-emr-table-comp td.manual-inventory-upload,
.sf-emr-table-comp td.cubex-sytem,
.sf-emr-table-comp td.manual-download{
   position:relative;
}

.sf-emr-table-comp-holder th.cubex span.beta.tooltipstered.info-cubex-create-tt{
}

.sf-emr-table-comp td.manual-inventory-upload:before,
.sf-emr-table-comp td.cubex-sytem:before,
.sf-emr-table-comp td.manual-download:before{
  content: "";
    border: 9px solid transparent;
    position: absolute;
    border-top-color: #009fe0;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    transition: all .2s;
    opacity: 0;
    visibility: hidden;
}

.sf-emr-table-comp-holder th.cubex span.beta.tooltipstered.info-cubex-create-tt:before{
    content: "";
    border: 9px solid transparent;
    position: absolute;
    border-top-color: #009fe0;
    top: -30px;
    left: 50%;
    transform: translate(-50%);
    transition: all .2s;
    opacity: 0;
    visibility: hidden;
}


.sf-emr-table-comp-holder th.cubex span.beta.tooltipstered.info-cubex-create-tt:after{
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: auto;
    bottom: 44px;
    transition: all .2s;
    opacity: 0;
    visibility: hidden;
    content: attr(title);
    z-index: 555555;
    border-radius: 0;
    border: 2px solid #009fe0;
    background: #fff;
    color: #333;
    font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
    width: auto !important;
    line-height: 16px;
    padding: 12px;
    font-size: 12px;
}
  
.sf-emr-table-comp td.manual-inventory-upload:after,
.sf-emr-table-comp td.cubex-sytem:after,
.sf-emr-table-comp td.manual-download:after {
  position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: auto;
    bottom: 96px;
    transition: all .2s;
    opacity: 0;
    visibility: hidden;
    content: attr(title);
    z-index: 555555;
    border-radius: 0;
    border: 2px solid #009fe0;
    background: #fff;
    color: #333;
    font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
    width: 100% !important;
    line-height: 16px;
    padding: 12px;
    font-size: 12px;
}
.sf-emr-table-comp td.manual-inventory-upload:hover:after,
.sf-emr-table-comp td.cubex-sytem:hover:after,
.sf-emr-table-comp td.manual-download:hover:after,
.sf-emr-table-comp td.manual-inventory-upload:hover:before,
.sf-emr-table-comp td.cubex-sytem:hover:before,
.sf-emr-table-comp td.manual-download:hover:before {
   visibility:visible;
   opacity:0.9;
}

.sf-emr-table-comp-holder th.cubex span.beta.tooltipstered.info-cubex-create-tt:hover:after,
.sf-emr-table-comp-holder th.cubex span.beta.tooltipstered.info-cubex-create-tt:hover:before{
   visibility:visible;
   opacity:0.9;
}


.fixed-table .sf-td-gray-zero-clone {
    position: fixed;
    top: 40px;
}

.fixed-table .sf-emr-table-comp-holder > div{
    position: fixed;
    top: 40px;
    z-index: 12;
    width: calc( 100% - 290px) !important;
}

.fixed-table .sf-emr-table-comp {
    padding-top: 144px;
}

.fixed-table .sf-emr-table-comp-holder > div + table {
    margin-top: 144px;
}

.tutorials-item .tutorials-item-pic .play-overlay {
    display: none;
    position: absolute;
    top: 7px;
    left: 10px;
    width: 203px;
    height: 130px;
    z-index: 1000;
    background: url(//cdn2.hubspot.net/hubfs/495104/Smart_Flow_Sheet_March2018/image/play_hover.png) no-repeat;
}

.tutorials-item .tutorials-item-pic:hover .play-overlay {
    display: block;
}

.nu .body-container {
    padding-top: 40px;
}

.subscribe-options label{
	display:inline-block;
}

body #email-prefs-form .email-edit {
    max-width: 100% !important;
}
.custom-footer.no-navigation {
    min-height: 335px;
}






.custom-home-banner-area h1 {
    font-weight: 300;
    font-size: 70px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
    letter-spacing: 2px;
    line-height: 1.2;
    max-width: 600px;
    margin-top: 25px;
    margin-bottom: 0;
    font-family: "Signika Negative", sans-serif;
}

.custom-home-banner-area {
    padding: 20px 0;
    position: relative;
}

.custom-home-banner-area h2 {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 28px;
    color: #fff;
    font-weight: normal;
    margin-top: -5px;
}

.custom-home-banner-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
    font-size: 20px;
    margin-top: 40px;
}

.custom-home-banner-area ul li {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 28px;
    margin-bottom: 6px;
    font-family: "Signika Negative", sans-serif;
}

.custom-home-banner-area ul li:before {
    content: "\2014\0020";
    margin-right: 10px;
}

.custom-home-banner-area ul li i {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
}

.home .hero-banner-buttons {
    margin: 61px 0 40px 0;
}

.home .hero-banner-buttons a.btn.white-btn {
    font-family: 'Signika Negative', sans-serif;
    border: solid 1px rgb(255,255,255);
    background: #fff;
    padding: 14px 35px;
    color: #009fe0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    display:  inline;
}
.home .hero-banner-buttons a.btn.white-btn:hover{
		color: #fff;
    background: #00e09f;
    border: solid 1px #00e09f;
    box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.15);
}

.hero-banner-guarantee {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 14px;
    text-align: right;
    color: #fff;
    position: relative;
    top: 30px;
    right: 45px;
    float: right;
}
.proven-process-group {
    background: #fff;
}


.custom-home-banner-area h1 {
    font-weight: 300;
    font-size: 70px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
    letter-spacing: 2px;
    line-height: 1.2;
    max-width: 600px;
    margin-top: 25px;
    margin-bottom: 0;
    font-family: "Signika Negative", sans-serif;
}

.custom-home-banner-area {
    padding: 20px 0;
    position: relative;
}

.custom-home-banner-area h2 {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 28px;
    color: #fff;
    font-weight: normal;
    margin-top: -5px;
}

.custom-home-banner-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
    font-size: 20px;
    margin-top: 40px;
}

.custom-home-banner-area ul li {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 28px;
    margin-bottom: 6px;
    font-family: "Signika Negative", sans-serif;
}

.custom-home-banner-area ul li:before {
    content: "\2014\0020";
    margin-right: 10px;
}

.custom-home-banner-area ul li i {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
}

.home .hero-banner-buttons a.btn.white-btn {
    font-family: 'Signika Negative', sans-serif;
    border: solid 1px rgb(255,255,255);
    background: #fff;
    padding: 14px 35px;
    color: #009fe0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    display:  inline;
}

.hero-banner-guarantee {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 14px;
    text-align: right;
    color: #fff;
    position: relative;
    top: 30px;
    right: 45px;
    float: right;
}

.process-arrow-circle-r {
    position: absolute;
    top: 20px;
    right: -20px;
    height: 150px;
    width: 40%;
    background: url(//cdn2.hubspot.net/hubfs/495104/Smart_Flow_Sheet_March2018/image/process-arrow-circle-r.svg) right top no-repeat;
}

.process-arrow-circle-l {
    position: absolute;
    top: 20px;
    left: -20px;
    height: 150px;
    width: 40%;
    background: url(//cdn2.hubspot.net/hubfs/495104/Smart_Flow_Sheet_March2018/image/process-arrow-circle-l.svg) left top no-repeat;
}

.proven-process-group {
    position: relative;
    text-align: center;
}

.proven-process-group h2.sf-h2 {
    font-family: 'Signika Negative', sans-serif;
    font-size: 32px;
    font-weight: normal;
    color: #333;
    margin-top: 30px;
    text-align: center;
    background: transparent !important;
}

.proven-process-group h3.sf-h3 {
    font-family: 'Signika Negative', sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    color: #333;
    letter-spacing: 1px;
    margin: 1em 0;
    line-height: 1.3em;
    font-style:  normal;
}

.process-arrow {
    width: 47%;
    position: absolute;
    height: 20px;
    background: url(//cdn2.hubspot.net/hubfs/495104/Smart_Flow_Sheet_March2018/image/process-arrow-h.svg) right center no-repeat;
    top: 29%;
    right: -29%;
}

.proven-process-group>.row-fluid>div {
    position: relative;
}


a.sf-hero-play-btn {
    background: #fff;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
    border-radius: 50%;
    box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.1);
    transition: all 0.25s;
    z-index: 140;
    cursor: pointer;
}

.span7.column.col2.sf-hero-img-container {
    position: relative;
    /*overflow: hidden;*/
}

a.sf-hero-play-btn:after {
    content: '';
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    margin-left: -14px;
    margin-top: -22px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 0 22px 38px;
    border-color: transparent transparent transparent #009fe0;
    transition: all 0.3s;
}

a.sf-hero-play-btn:hover {
    box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.15);
    transition: all 0.25s;
    width: 126px;
    height: 126px;
    margin-left: -63px;
    margin-top: -63px;
}


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

a.next-show-section.btn.blue-border.custom-new-open2.hide {
    display:  none;
}

.home .custom-breadcrumb-menu .hs-breadcrumb-menu li.last-crumb {
    display: none;
}

.background-area {
    background-size: cover;
    background-position:  center center;
    background-repeat:  no-repeat;
    background-color: #00C889;
}


.custom-row5-image-gallery .slick-dots li button:before,
.custom-row7-image-gallery .slick-dots li button:before{
    font-size: 6px;
    line-height: 20px;
    display: block;
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 20px;
    height: 4px;
    content: '';
    text-align: center;
    background: #ccc;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.custom-row5-image-gallery .slick-dots li.slick-active button:before,
.custom-row7-image-gallery .slick-dots li.slick-active button:before{
    opacity: 1;
    background: #009fe0;
}

.custom-row5-image-gallery .slick-prev:before,
.custom-row7-image-gallery .slick-prev:before{
    content: '';
    background: url(//cdn2.hubspot.net/hubfs/495104/Smart_Flow_Sheet_March2018/image/slider-arrow-l.png) no-repeat;
    width: 22px;
    height: 41px;
    display: block;
    opacity:0.75
}
.custom-row5-image-gallery .slick-prev:hover:before,
.custom-row7-image-gallery .slick-prev:hover:before{
    opacity: 1;
}

.custom-row5-image-gallery .slick-next:before,
.custom-row7-image-gallery .slick-next:before{
    content: '';
    background: url(//cdn2.hubspot.net/hubfs/495104/Smart_Flow_Sheet_March2018/image/slider-arrow-r.png) no-repeat;
    width: 22px;
    height: 41px;
    display: block;
    opacity:0.75
}
.custom-row5-image-gallery .slick-next:hover:before,
.custom-row7-image-gallery .slick-next:hover:before{
    opacity: 1;
}

.custom-row5-image-gallery .hs_cos_gallery_main,
.custom-row7-image-gallery .hs_cos_gallery_main{
    padding:0;
    margin: 50px 40px 50px 40px;
}

.custom-row5-image-gallery .hs_cos_gallery_main .slick-prev,
.custom-row7-image-gallery .hs_cos_gallery_main .slick-prev{
    left: -35px;
}

.custom-row5-image-gallery .hs_cos_gallery_main .slick-next,
.custom-row7-image-gallery .hs_cos_gallery_main .slick-next{
    right: -35px;
}

.custom-row5-image-gallery .hs_cos_gallery_main .slick-slide img,
.custom-row7-image-gallery .hs_cos_gallery_main .slick-slide img{
    -webkit-filter: grayscale(100%);
    position: relative;
    opacity: 0.5 !important;
}

.custom-row5-image-gallery .hs_cos_gallery_main .slick-slide img:hover,
.custom-row7-image-gallery .hs_cos_gallery_main .slick-slide img:hover{
    -webkit-filter: grayscale(0%);
    opacity: 1 !important;
}


.sf-emr-table-comp-holder > div::-webkit-scrollbar {
   width: 0;
}

.sf-emr-table-comp-holder > div::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
}

.sf-emr-table-comp-holder > div::-webkit-scrollbar-thumb {
 background-color: transparent;
 outline: 0px solid slategrey;
}
.fixed-table .sf-emr-table-comp-holder > div {
   background: #f1f1f1;
   overflow: hidden;
}


a.btn.white-btn {
    font-family: 'Signika Negative', sans-serif;
    border: solid 1px rgb(255,255,255);
    background: #fff;
    padding: 14px 35px;
    color: #009fe0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    height: auto;
    line-height: 1.3;
    min-width: 0;
}

a.btn.white-btn:hover {
    color: #fff;
    background: #00e09f;
    border: solid 1px #00e09f;
    box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.15);
}


.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title{}

.General-practice .hs-input,.home .hs-input {
    font-size: 26px;
}


form.hs-form .hs-form-field ul.inputs-list {
  margin-left: 0;
}
/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */


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

@media (max-width: 1380px) {
  	.custom-logo img {
        display: none;
    }

    .custom-header .custom-logo a {
        width: 40px;
        height: 48px;
        position: relative;
        top: 18px;
        display: inline-block;
        background: url(//cdn2.hubspot.net/hubfs/495104/Smart_Flow_Sheet_March2018/image/smartflow-logo.png) 0 center no-repeat;
        background-size: cover;
    }
  	body.fixed .custom-header .custom-logo a{
  			top:0
  	}

    .custom-header .custom-logo {
        top: 0px;
    }

    .custom-header .custom-menu-primary {
        left: 23.5px;
    }
}
@media(max-width:1336px) {
  .General-practice .custom-row1-group .slick-slider {
      margin: 0;
      max-width: 1090px;
      margin: 0 auto;
  }
  
  .General-practice .custom-row1-group .hs_cos_gallery_main .slick-slide .image-slide-group img {
     max-width: 95%;
  }
  
  .General-practice .custom-row1-group .hs_cos_gallery_main .slick-next:before {
      width: 30px;
      height: 43px;
      background-size: cover;
      background-position: center center;
  }
  
  
  .General-practice .custom-row1-group .hs_cos_gallery_main .slick-prev:before {
       height: 43px;
      background-size: cover;
      background-position: center center;
  }
  
  .General-practice .custom-row1-group .hs_cos_gallery_main .slick-prev,
  .General-practice .custom-row1-group .hs_cos_gallery_main .slick-next {
      width: 20px;
      height: 0;
  }
  
  .General-practice .custom-row1-group .hs_cos_gallery_main .slick-prev {
      left: -40px;
  }
  
  .General-practice .custom-row1-group .hs_cos_gallery_main .slick-next {
     right:-10px;
  } 
}
@media (max-width: 1320px) {
  
    .process-arrow-circle-r {
      right: 10px;
  }

  .process-arrow-circle-l {
      left: 10px;
  }
  
}

@media (max-width: 1199px) {

  	.container-fluid .row-fluid .page-center {
        max-width: 940px;
    }

    .custom-footer .custom-footer-bottom {
        width: calc( 100% + 20px) !important;
        margin-left: -20px !important;
    }

    .custom-footer-link1, .custom-footer-link2, .custom-footer-link3, .custom-footer-link4 {
        max-width: 140px;
        margin-left: 20px !important;
    }

    .custom-footer .footer-logo {
        max-width: 220px;
        margin-left: 20px !important;
    }

    .custom-footer .custom-footer-top {
        margin-left: -20px !important;
        margin-top: 30px;
        width: calc( 100% + 20px) !important;
    }
  
    .sf-emr-table-comp-holder.component {
        overflow-x: auto;
    }

    .fixed-table .sf-emr-table-comp-holder > div {
        /*overflow-x: auto !important;*/
    }
  
    /*.testimonial-group .testimonials-slide:nth-child(2n+3) {
        clear:  left;
    }

    .testimonial-group .testimonials-slide {
        margin-bottom: 20px;
    }*/
  
  
  .General-practice.home .custom-row1-group .page-center {
      max-width: 940px !important;
  }
  .process-arrow-circle-r {
      right: -20px;
  }

  .process-arrow-circle-l {
      left: -20px;
  }
  
  /*.testimonial-group .testimonials-slide {
    width: 46%;
    margin-bottom: 25px;
}*/
  
 .General-practice .body-container-wrapper .row-fluid .page-center {
    max-width: 940px;
  }
  .General-practice .custom-row1-group .slick-slider {
      max-width: 940px;
  }

  .General-practice .custom-row1-group .hs_cos_gallery_main .slick-next {
      right: -63px;
  }

  .General-practice .custom-row1-group .hs_cos_gallery_main .slick-prev {
      left: -63px;
  }

  .General-practice .custom-row1-group .hs_cos_gallery_main .slick-prev:before {
      width: 30px;
      height: 58px;
      opacity: 0.5;
      transition: opacity 0.3s;
  }

  .General-practice .custom-row1-group .hs_cos_gallery_main .slick-next:before {
      width: 30px;
      height: 58px;
      opacity: 0.5;
      transition: opacity 0.3s;
  }
  

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

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

    .custom-header .custom-right-link {
        position: absolute;
        top: 0;
        right: 50px !important;
        font-size: 14px;
    }
    body.fixed .mobile-trigger {
        margin-top: 4px;
        margin-right: 10px;
    }

    body.fixed .custom-header .custom-logo a {
        top: 1px;
    }
  
    .custom-header .custom-menu-primary {
        width: 100%;
        left: 0;
        padding: 0;
        margin: 0;
        top: -54px;
        position: absolute;
    }

    .custom-menu-primary.js-enabled .hs-menu-wrapper {
        background: transparent;
        background-color: #eee;
    }

    .custom-menu-primary .hs-menu-wrapper > ul {
        padding-bottom: 9px !important;
        display: block;
        padding-left: 20px;
        padding-top: 10px;
    }
  
    body.fixed .custom-header .custom-menu-primary {
      left: 0;
      top: -22px;
  }
  .custom-home-banner-area {
    padding-left: 40px;
    padding-right: 40px;
}
  .General-practice .custom-row1-group .slick-slider {
      padding-left: 40px;
      padding-right: 40px;
  }

  .General-practice .custom-row1-group .hs_cos_gallery_main .slick-prev {
      left: -23px;
  }

  .General-practice .custom-row1-group .hs_cos_gallery_main .slick-next {
      right: -23px;
  }
  
}

@media (max-width: 1100px){

    .custom-home-banner-area h1 {
        font-size: 40px;
        letter-spacing: 0;
    }

    .custom-home-banner-area {
        padding-left: 20px;
        padding-right: 20px;
    }

    .span7.column.col2.sf-hero-img-container img {
        position: static !important;
        width: 90%;
        margin: 0 5%;
    }
  
    .General-practice .custom-row11-group .hs-rss-item .hs-rss-item-text {
        font-size: 18px;
    }
  .General-practice .custom-row1-group .hs_cos_gallery_main .slick-slide .caption h1 {
          font-size: 40px;
          letter-spacing: 0;
      }

      .General-practice .custom-row1-group .hs_cos_gallery_main .slick-slide .caption h1 span {
          font-size: 25px;
      }

      .General-practice .custom-row1-group .hs_cos_gallery_main .slick-arrow {
          display: none !important;
      }
      .General-practice .custom-row1-group .slick-slider {
          padding-left: 20px;
          padding-right: 20px;
      }
  
      .General-practice .custom-row1-group .hs_cos_gallery_main .slick-slide .image-slide-group img {
        position: static !important;
        width: 90%;
        margin: 0 auto;
    }

    .General-practice .custom-row1-group .hs_cos_gallery_main .slick-slide .caption .biling-popup {
        top: 123px;
        right: 200px;
        left: auto;
    }
  
    .General-practice .custom-row5-group .page-center.bottom img {
        display: block;
        margin: 0 auto 40px auto;
    }
  
}
@media(max-width:1100px) and (min-width:768px){
   .General-practice .custom-row11-group .hs-rss-item .hs-rss-item-text a {
          font-size: 18px;
          line-height: 23px;
          display:block;
    }
}
@media (max-width: 1024px){

		.proven-process-group>.row-fluid>div {
        width: 21.928177% !important;
    }

    .process-arrow-circle-l {
        left: 0;
    }

    .proven-process-group>.row-fluid>div:first-child {
        margin-left: 12px !important;
    }

    .process-arrow-circle-r {right: 0;}
  
}

@media (max-width: 1000px){

    body .pp_pic_holder.pp_default {
        width: 90% !important;
        max-height: unset !important;
    }

    body div.pp_default .pp_content {
        width: 100% !important;
        height: 100% !important;
        position: relative;
    }

    body #pp_full_res {
        position: relative;
        padding-bottom: 56.6%;
    }

    body .pp_content_container {
        top: 50% !important;
        transform:  translateY(-50%);
        height: auto;
    }
  
}

@media (max-width: 979px){
  
    .container-fluid .row-fluid .page-center {
     		max-width: 724px;
    }

    .custom-footer .footer-logo {
      	max-width: 166px;
  	}	

    .custom-footer-link1,
  	.custom-footer-link2,
  	.custom-footer-link3, 
  	.custom-footer-link4 {
        max-width: 104px;
    }
  
  	.tutorials-item {
        width: 31.50%;
        max-width: 300px;
    }

    .tutorials-item {
        margin-right: 2.75%;
    }

    .tutorials-item:nth-child(3n+3) {
        margin-right: 0;
    }

      .General-practice.home .custom-row1-group .page-center {
        max-width: 724px !important;
    }
  
    .process-arrow-circle-r {
      right: -60px;
  }

  .process-arrow-circle-l {
      left: -60px;
  }

  .process-arrow {
      width: 30%;
      right: -22%;
  }
  
  .home .hero-banner-buttons a.btn.white-btn {
      display: block;
      height: auto;
      line-height: 1;
  }
  
  .testimonial-group .testimonials-slide {
    width: 44%;
}
  
   .General-practice .body-container-wrapper .row-fluid .page-center {
    	max-width: 724px;
  }
  .General-practice .custom-row1-group .slick-slider {
      max-width: 724px;
  }

  .General-practice .custom-row1-group .hs_cos_gallery_main .slick-slide .caption .biling-popup {
      top: 85px;
      right: 136px;
  }

  .General-practice .custom-row1-group .hs_cos_gallery_main .slick-slide .caption .btn.white-border {
      display: block;
  }
}
@media(min-width:768px) {
  .General-practice .custom-row1-group .hs_cos_gallery_main .slick-slide .image-slide-group img {
     float:right;  
     margin-top: 30px;
  }
}
@media (max-width: 940px) {

    .body-container-wrapper .container-fluid .row-fluid .page-center {
        max-width: 100%;
        padding-left: 11.5px;
        padding-right: 11.5px;
    }
    .home .body-container-wrapper .container-fluid .row-fluid .page-center {
        max-width: 724px;
    }
  
    .General-practice .body-container-wrapper .row-fluid .page-center {
        max-width: 724px !important;
    }


}

@media (max-width: 870px) {
  
  	.process-arrow-circle-r {
        right: 10px;
        width: 28%;
    }

    .proven-process-group>.row-fluid>div {
        width: 15.928177% !important;
        float:  none;
        display: inline-block;
    }

    .process-arrow-circle-l {
        left: 10px;
        width: 28%;
    }
  
}


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

@media (max-width: 767px) {
    .custom-header .custom-logo {
        float:  left;
        margin-left: 20px !important;
    }

    .mobile-trigger {
        margin-right: 20px;
    }

    .custom-header .custom-right-link ul li {
        margin-right: 15px;
    }
  
    .custom-footer {
        padding: 40px;
    }

    .custom-footer .custom-footer-bottom {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .custom-footer .page-center>div+div {
        margin-top: 68px;
    }

    .custom-footer-link1,
  	.custom-footer-link2,
  	.custom-footer-link3,
  	.custom-footer-link4 {
        max-width: 100%;
        text-align: center;
        margin-left: 0 !important;
    }

    .custom-footer .custom-footer-top {
        margin-left: 0 !important;
        width: 100% !important;
    }

    .custom-footer h3 {
        margin-top: 40px;
    }

    .custom-footer .footer-logo {
        max-width: 100%;
        text-align: center;
        margin-left: 0 !important;
    }
  
    .container-fluid .row-fluid .page-center {
        max-width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
  
  	.customer {
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: 0;
    }

    .customer:nth-child(4n+4) {
        margin-bottom: 30px;
    }
  
    .tutorials-item {
        width: 100%;
        margin-right: 0 !important;
        max-width: 100%;
    }
  
    .revenue-left-content {
        margin-bottom: 30px;
    }
  
    .link-module td {
        width: 100%;
        margin-bottom: 5px;
        display: block;
    }
    .custom-package-group .offset2 {
        margin-left: 0 !important;
        margin-bottom: 40px;
    }

    .package .custom-footer {
        margin-top: 60px;
    }
  
    .pricing-feature .content .content-inner {
        width: 80%;
        overflow-y: auto;
        overflow-x: hidden;
        
    }
    a.close {
        top: 5px;
        background: rgba(0,0,0,00.5);
        right: 5px;
        z-index: 1;
        border-radius: 50%;
        padding: 5px;
    }
  
    table.custom-roles-table {
        overflow-x: auto;
        overflow-y: auto;
        width: 100% !important;
        display: block;
    }
  
    .two-col-equal .custom-left {
        width: 100%;
    }

    .two-col-equal .custom-right {
        width: 100%;
        margin-top: 10px;
    }
  
    iframe {
        max-width: 100%;
        min-width: 100% !important;
        width: 100% !important;
    }
  
  .General-practice.home .custom-row1-group .custom-home-banner-area .page-center {
        max-width: 100% !important;
    }

    .custom-home-banner-area h1 {
        text-align: center;
        font-size: 30px;
        max-width: none;
        letter-spacing: 0;
        word-break: break-word;
        margin-top: 25px;
        margin-bottom: 0;
    }

    .General-practice.home .custom-row1-group .custom-home-banner-area .page-center>div {
        padding-top: 30px;
    }

    .General-practice.home .custom-row1-group .custom-home-banner-area .page-center>div>div:not(:last-child) {
        padding: 20px 0;
    }

    .custom-home-banner-area {
        padding-top: 0;
    }

    .custom-home-banner-area h2 {
        text-align: center;
        font-size: 20px;
    }

    .General-practice.home .custom-row1-group .page-center {
        max-width: 100% !important;
        padding: 0;
    }

    .custom-home-banner-area ul li {
        font-size: 16px;
    }

    .home .hero-banner-buttons a.btn.white-btn {
        width: 100%;
        display: block;
        line-height: 22px;
        height: auto;
        padding:14px 35px;
    }

    .home .hero-banner-buttons {
      margin-top: 50px !important;
        margin-bottom: 20px !important;
    }

    a.sf-hero-play-btn {
        width: 100px;
        height: 100px;
        margin-left: -50px;
    }

    a.sf-hero-play-btn:after {
        margin-left: -10px;
        margin-top: -20px;
        border-width: 20px 0 20px 30px;
    }

    .hero-banner-guarantee {
        position: static;
        text-align: center;
        font-size: 12px;
        margin-top: 0;
        float: none;
    }
  
  .proven-process-group>.row-fluid>div {
      width: 50% !important;
      display: inline-block;
      margin-bottom: 80px;
      float: left;
  }

  .proven-process-group>.row-fluid>div:first-child {
      margin: 0 !important;
  }

  .process-arrow {
      right: -10%;
  }

  .process-arrow.process-arrow-d {
      width: 20px;
      position: absolute;
      height: 60px;
      background: url(//cdn2.hubspot.net/hubfs/495104/Smart_Flow_Sheet_March2018/image/process-arrow-v.svg) center bottom no-repeat;
      top: 100%;
      left: calc(50% - 10px);
      right: -10%;
  }

  .process-arrow.process-arrow-u {
      width: 20px;
      position: absolute;
      height: 60px;
      background: url(//cdn2.hubspot.net/hubfs/495104/Smart_Flow_Sheet_March2018/image/process-arrow-v.svg) center top no-repeat;
      top: -80px;
      left: calc(50% - 10px);
  }

  .process-arrow.process-arrow-l.mobile {
      background: url(//cdn2.hubspot.net/hubfs/495104/Smart_Flow_Sheet_March2018/image/process-arrow-h.svg) left center no-repeat;
      right: auto;
      left: -10%;
  }

  .testimonial-group .testimonials-slide {
    width: 100%;
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
  
  
  
  .custom-row7-image-gallery {
    padding-left: 20px;
    padding-right: 20px;
}
  .General-practice .body-container-wrapper .row-fluid .page-center {
     max-width:100%;
    padding-left:20px;
    padding-right:20px;
  }
  
  .content-with-top-image-group p {
    margin-bottom: 0;
}
  
  .General-practice .custom-row1-group .hs_cos_gallery_main .slick-slide .caption .btn.white-border {
      margin: 50px 0 60px 0;
  }
  
  
  .image-with-lightbox-group .one-column-lightbox-image-with-title {
     width:100%;
    margin:0;
  }
  
  .hospital-counter .clinics-counter-o {
     font-size:20px !important;
  }
  
  .patients-counter-o.odometer.odometer-auto-theme {
     font-size:20px;
  }
  
  .General-practice .custom-row5-group .page-center.bottom img {
     display: block;
      margin: 0 auto 40px auto;
  }
  
  .testimonial-group {
     margin:0 auto;
  }
  
  .General-practice .custom-row7-group .page-center {
     padding-left:0 !important;
     padding-right:0 !important
  }
  
  .sf-midsection-blue {
     padding: 40px 40px 90px 40px;
  }
  
  .hero-banner-ghost-button {
     display:block;
  }
  
  .content-with-top-image-group .sf-ghost-button {
    width: 100%;
    min-width: 100%;
  }
  
  .General-practice .custom-row9-group .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    min-width: 100%;
    padding:0;
    float:none;
  }
  
  .General-practice .custom-row3-group blockquote {
    margin: 0;
}
  .General-practice .custom-row11-group .hs-rss-item {
    width: 100%;
    margin-bottom: 60px;
    margin-left: 0;
}

.General-practice .custom-row11-group .hs-rss-item .hs-rss-item-text {
    width: calc( 100% - 40px);
    margin: 0 auto;
    font-size: 24px;
    min-height: 100px;
}

.General-practice .custom-row11-group .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    margin-left: 0;
}

body.General-practice .custom-footer {
    margin-top: 0;
}
  
  .custom-row5-image-gallery .hs_cos_gallery_main .slick-dots,
  .custom-row7-image-gallery .hs_cos_gallery_main .slick-dots{
    display: none !important;
}
  
  .General-practice .custom-row1-group .hs_cos_gallery_main .slick-slide .caption {
    width: 100% !important;
    text-align: center !important;
}

.General-practice .custom-row1-group .hs_cos_gallery_main .slick-slide .image-slide-group {
    width: 100% !important;
    position: relative !important;
}

.General-practice .custom-row1-group .hs_cos_gallery_main .slick-slide .caption h1 {
    width: 100%;
    text-align: center;
    font-size: 30px;
    max-width: none;
    letter-spacing: 0;
    word-break: break-word;
}

.General-practice .custom-row1-group .hs_cos_gallery_main .slick-slide .caption h1 span {
    font-size:  20px;
}

.General-practice .custom-row1-group .slick-dots {
    position: absolute;
    top: 16px;
    bottom: auto !important;
  z-index:999;
}

.General-practice .custom-row1-group .slick-slider {
    padding-top: 29px;
}

.General-practice .custom-row1-group .hs_cos_gallery_main .slick-slide .caption p {
    font-size: 14px;
    text-align: center;
}

.General-practice .custom-row1-group .hs_cos_gallery_main .slick-slide .caption .btn.white-border {
    height: auto;
    width: 100%;
    margin-top: 36px;
    line-height: 22px;
}

.General-practice .custom-row1-group .hs_cos_gallery_main .slick-slide .image-slide-group img[alt^="billing"] {
    width: 100%;
    margin: 0;
    left: 0;
    max-width: 100%;
    position: static;
}

.General-practice .custom-row1-group .hs_cos_gallery_main .slick-slide .caption .biling-popup {
    bottom: 20%;
    top: auto;
    width: 100px;
    height: 100px;
    margin-left: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}

  .General-practice .custom-row1-group .hs_cos_gallery_main .slick-slide .caption .biling-popup:after {
      margin-left: -10px;
      margin-top: -20px;
      border-width: 20px 0 20px 30px;
  }
  
  .testimonial-group .testimonials-slide {
      max-width: 100%;
  }
  
  
  .custom-breadcrumb-menu .hs-menu-flow-horizontal>ul>li, .custom-breadcrumb-menu .hs-breadcrumb-menu li {
      float: left !important;
      width: auto !important;
  }
  
  .custom-breadcrumb-menu .hs-menu-flow-horizontal>ul>li a, .custom-breadcrumb-menu .hs-breadcrumb-menu li a {
      display:inline;
  }
  .General-practice .body-container-wrapper .row-fluid .page-center {
    max-width: 100% !important;
}

.General-practice .custom-row5-group {
    padding-left: 20px;
    padding-right: 20px;
}

.General-practice .body-container-wrapper .custom-row5-group .page-center {
    padding-left: 0;
    padding-right: 0;
}
}  


/* =============== Landscape phones and smaller devices =============== */
@media(max-width:500px){

  	.General-practice .custom-row1-group .hs_cos_gallery_main .slick-slide .caption .biling-popup {
        bottom: 40px;
    }
  
    .testimonial-group .testimonials-slide .testimonials-person {
      position: relative;
      height: auto;
  }
  
  .sf-td-gray-zero-clone {
    min-width: 100px;
    width: 100px;
    height: 150px;
}

.sf-emr-table-comp-holder.component {
    margin-left: 100px;
}

.fixed-table .sf-emr-table-comp-holder > div {
    width: calc( 100% - 220px) !important;
    z-index: 199999;
}

.sf-emr-table-comp-holder th .beta {
    top: 20px;
    right: 0;
    left:  0;
    margin: 0 auto;
}

.sf-emr-table-comp-holder th {
    min-width: 100px;
    width: 100px;
    height: 150px;
}

.sf-emr-table-comp td, .sf-emr-table-comp th {
    height: 150px;
    text-align: center;
}

.sf-emr-table-comp a {
    top: 50px;
}

.sf-emr-table-comp-holder > div {
    height: 150px !important;
}

}

@media (max-width: 479px) {

  	.contributor>div:first-child {
        float: none;
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .contributor>div.right-content {
        padding-left: 0;
        margin-top: 20px;
    }
  
    .contributor>div.right-content p.testimonials-who {
        text-align: center;
        margin-bottom: 10px;
    }

    .contributor>div.right-content p.testimonials-what {
        text-align: center;
    }

}

@media(max-width:320px){

  	.General-practice .custom-row1-group .hs_cos_gallery_main .slick-slide .caption .biling-popup {
        bottom: 0px;
    }

}


