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

/***********************************************/

/* CSS @imports must be at the top of the file */

/* Add them above this section                 */

/***********************************************/

/****************************************/

/* HubSpot Style Boilerplate            */

/****************************************/

@import url('//fonts.googleapis.com/css?family=Crete+Round:400,400i');
/* These includes are optional, but helpful. */

    /* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 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 {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    margin-bottom: 20px;
    min-height: 7em;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.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;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.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 a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > 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;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .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;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

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

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

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.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%;}

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


/* 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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    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;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

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

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

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

/*****************************************/

/* Start your style declarations here    */

/*****************************************/

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

@font-face {
    font-family: 'Proxima Nova';
    src: url('https://2774260.fs1.hubspotusercontent-na1.net/hubfs/2774260/implantbase-july18/fonts/ProximaNovaT-Thin.eot');
    src: url('https://2774260.fs1.hubspotusercontent-na1.net/hubfs/2774260/implantbase-july18/fonts/ProximaNovaT-Thin.eot#iefix') format('embedded-opentype'), 
    url('https://2774260.fs1.hubspotusercontent-na1.net/hubfs/2774260/implantbase-july18/fonts/ProximaNovaT-Thin.woff2') format('woff2'), 
    url('https://2774260.fs1.hubspotusercontent-na1.net/hubfs/2774260/implantbase-july18/fonts/ProximaNovaT-Thin.woff') format('woff'), 
    url('https://2774260.fs1.hubspotusercontent-na1.net/hubfs/2774260/implantbase-july18/fonts/ProximaNovaT-Thin.ttf') format('truetype'), 
    url('https://2774260.fs1.hubspotusercontent-na1.net/hubfs/2774260/implantbase-july18/fonts/ProximaNovaT-Thin.svg#ProximaNovaT-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('https://2774260.fs1.hubspotusercontent-na1.net/hubfs/2774260/implantbase-july18/fonts/ProximaNova-Light.eot');
    src: url('https://2774260.fs1.hubspotusercontent-na1.net/hubfs/2774260/implantbase-july18/fonts/ProximaNova-Light.eot#iefix') format('embedded-opentype'), 
    url('https://2774260.fs1.hubspotusercontent-na1.net/hubfs/2774260/implantbase-july18/fonts/ProximaNova-Light.woff2') format('woff2'), 
    url('https://2774260.fs1.hubspotusercontent-na1.net/hubfs/2774260/implantbase-july18/fonts/ProximaNova-Light.woff') format('woff'), 
    url('https://2774260.fs1.hubspotusercontent-na1.net/hubfs/2774260/implantbase-july18/fonts/ProximaNova-Light.ttf') format('truetype'), 
    url('https://2774260.fs1.hubspotusercontent-na1.net/hubfs/2774260/implantbase-july18/fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('https://2774260.fs1.hubspotusercontent-na1.net/hubfs/2774260/implantbase-july18/fonts/ProximaNova-Regular.eot');
    src: url('https://2774260.fs1.hubspotusercontent-na1.net/hubfs/2774260/implantbase-july18/fonts/ProximaNova-Regular.eot#iefix') format('embedded-opentype'), 
    url('https://2774260.fs1.hubspotusercontent-na1.net/hubfs/2774260/implantbase-july18/fonts/ProximaNova-Regular.woff2') format('woff2'), 
    url('https://2774260.fs1.hubspotusercontent-na1.net/hubfs/2774260/implantbase-july18/fonts/ProximaNova-Regular.woff') format('woff'),
    url('https://2774260.fs1.hubspotusercontent-na1.net/hubfs/2774260/implantbase-july18/fonts/ProximaNova-Regular.ttf') format('truetype'), 
    url('https://2774260.fs1.hubspotusercontent-na1.net/hubfs/2774260/implantbase-july18/fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('https://2774260.fs1.hubspotusercontent-na1.net/hubfs/2774260/implantbase-july18/fonts/ProximaNova-Semibold.eot');
    src: url('https://2774260.fs1.hubspotusercontent-na1.net/hubfs/2774260/implantbase-july18/fonts/ProximaNova-Semibold.eot#iefix') format('embedded-opentype'),
    url('https://2774260.fs1.hubspotusercontent-na1.net/hubfs/2774260/implantbase-july18/fonts/ProximaNova-Semibold.woff2') format('woff2'),
    url('https://2774260.fs1.hubspotusercontent-na1.net/hubfs/2774260/implantbase-july18/fonts/ProximaNova-Semibold.woff') format('woff'), 
    url('https://2774260.fs1.hubspotusercontent-na1.net/hubfs/2774260/implantbase-july18/fonts/ProximaNova-Semibold.ttf') format('truetype'),
    url('https://2774260.fs1.hubspotusercontent-na1.net/hubfs/2774260/implantbase-july18/fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('https://2774260.fs1.hubspotusercontent-na1.net/hubfs/2774260/implantbase-july18/fonts/ProximaNova-Bold.eot');
    src: url('https://2774260.fs1.hubspotusercontent-na1.net/hubfs/2774260/implantbase-july18/fonts/ProximaNova-Bold.eot#iefix') format('embedded-opentype'),
    url('https://2774260.fs1.hubspotusercontent-na1.net/hubfs/2774260/implantbase-july18/fonts/ProximaNova-Bold.woff2') format('woff2'), 
    url('https://2774260.fs1.hubspotusercontent-na1.net/hubfs/2774260/implantbase-july18/fonts/ProximaNova-Bold.woff') format('woff'), 
    url('https://2774260.fs1.hubspotusercontent-na1.net/hubfs/2774260/implantbase-july18/fonts/ProximaNova-Bold.ttf') format('truetype'), 
    url('https://2774260.fs1.hubspotusercontent-na1.net/hubfs/2774260/implantbase-july18/fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Th';
    src: url('https://2774260.fs1.hubspotusercontent-na1.net/hubfs/2774260/implantbase-july18/fonts/ProximaNova-Extrabld.eot');
    src: url('https://2774260.fs1.hubspotusercontent-na1.net/hubfs/2774260/implantbase-july18/fonts/ProximaNova-Extrabld.eot#iefix') format('embedded-opentype'), 
    url('https://2774260.fs1.hubspotusercontent-na1.net/hubfs/2774260/implantbase-july18/fonts/ProximaNova-Extrabld.woff2') format('woff2'), 
    url('https://2774260.fs1.hubspotusercontent-na1.net/hubfs/2774260/implantbase-july18/fonts/ProximaNova-Extrabld.woff') format('woff'), 
    url('https://2774260.fs1.hubspotusercontent-na1.net/hubfs/2774260/implantbase-july18/fonts/ProximaNova-Extrabld.ttf') format('truetype'),
    url('https://2774260.fs1.hubspotusercontent-na1.net/hubfs/2774260/implantbase-july18/fonts/ProximaNova-Extrabld.svg#ProximaNova-Extrabld') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT';
    src: url('https://2774260.fs1.hubspotusercontent-na1.net/hubfs/2774260/implantbase-july18/fonts/FuturaPT-Medium.eot');
    src: url('https://2774260.fs1.hubspotusercontent-na1.net/hubfs/2774260/implantbase-july18/fonts/FuturaPT-Medium.eot#iefix') format('embedded-opentype'), 
    url('https://2774260.fs1.hubspotusercontent-na1.net/hubfs/2774260/implantbase-july18/fonts/FuturaPT-Medium.woff2') format('woff2'), 
    url('https://2774260.fs1.hubspotusercontent-na1.net/hubfs/2774260/implantbase-july18/fonts/FuturaPT-Medium.woff') format('woff'), 
    url('https://2774260.fs1.hubspotusercontent-na1.net/hubfs/2774260/implantbase-july18/fonts/FuturaPT-Medium.ttf') format('truetype'), 
    url('https://2774260.fs1.hubspotusercontent-na1.net/hubfs/2774260/implantbase-july18/fonts/FuturaPT-Medium.svg#FuturaPT-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Proxima Nova Rg';
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    color: #555;
    font-size: 0.875rem;
}

h1, h2, h3, h4, h5, h6 {
    color: #444;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 30px 0;
    font-family: 'Proxima Nova Lt';
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

.header-container-wrapper {
    position: relative;
    width: 100%;
    z-index: 9999;
}

.header-container {
    padding: 12px 0 0;
    background: #fff;
    z-index: 9999;
}

.header-cta {
    margin-top: 20px;
}

/* Logo styling */

.header-container .hs_cos_wrapper_type_logo a img {
    max-height: inherit;
    width: auto;
    margin-top: -10px;
}

.header-section {
    border-bottom: 1px solid #F5F5F5;
}

/* Header Small */

.small-header .header-container {
    padding: 5px 0;
}

.small-header .header-container .hs_cos_wrapper_type_logo a img {
    max-width: 100px;
}

.small-header .custom-menu-primary .hs-menu-wrapper>ul {
    padding-top: 0;
}

.small-header .header-cta {
    margin-top: 5px;
}

.custom-menu-primary .hs-menu-wrapper>ul {
    float: right;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  /*     margin-right: 25px; */
  margin-right:10px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 10px 15px;
    position: relative;
    color: #444;
    text-transform: capitalize;
    font-size: .9rem;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 22px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    margin-right: 0;
}
/* .custom-menu-primary .hs-menu-wrapper>ul>li:last-child a {
    padding-right: 0;
} */

#header .row-fluid .span5{
  width:30%;
}
#header .row-fluid .span7{
  width:70%;
}



/* Child List */

.custom-menu-primary .hs-menu-wrapper>ul ul {
    left: 15px!important;
    background: #fff;
    padding: 10px 0px;
    min-width: 150px;
}

.dropdown-menu li a.dropdown-item i {
    font-size: 14px;
    margin-right: 3px;
}

.custom-menu-primary .hs-menu-wrapper>ul li a:hover ul {
    visibility: visible;
    opacity: 1;
}

.custom-menu-primary .hs-menu-wrapper>ul ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 220px;
    background-color: #FFF;
    box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
    border: 1px solid #EEE;
    border-top: 2px solid #82b65a;
    height: auto;
    z-index: 199;
    top: 100%;
    left: 0;
    margin: 0;
}


.custom-menu-primary .hs-menu-wrapper>ul ul>li {
    position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a {
    color: #666;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 10px 15px;
    border-radius: 0px;
    font-size: .8rem;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li:hover a {
    background-color: #F9F9F9;
    padding-left: 18px;
    color: #82b65a !important;
}

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

.header-menu.custom-menu-primary.js-enabled {
  margin-top: 23px;
  margin-left:0;
}

.header-logo {
    margin-top: 10px;
}

.sticky-header #header, .sticky-header .header-logo img {
    height: 60px;
    width: auto !important;
}

#header, .header-logo img {
    height: 100px;
    -webkit-transition: height .4s ease, opacity .3s ease;
    -o-transition: height .4s ease, opacity .3s ease;
    transition: height .4s ease, opacity .3s ease;
}

.header-section {
    -webkit-transition: height .4s ease, opacity .3s ease;
    -o-transition: height .4s ease, opacity .3s ease;
    transition: height .4s ease, opacity .3s ease;
    height: 144px;
}

.sticky-header .header-section {
    height: 55px;
}

.sticky-header .header-menu.custom-menu-primary.js-enabled {
    margin-top: 7px;
}

.sticky-header #header>div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.sticky-header #header>div>div {
    max-width: 1140px;
    margin: 0 auto;
}

/* Carret after Menu items with dropdown */

#header .container {
    position: relative;
}

.dropdown-menu.show-dropdown {
    display: block;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu a.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    box-sizing: border-box;
    line-height: 46px;
    font-size: 0.875rem;
    text-decoration: none;
}

.nav.nav-pills.fright {
    padding: 0;
    margin: 0;
}

.child-trigger {
    position: absolute;
    right: 0;
    top: 10px;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown .dropdown-toggle {
    font-weight: 400;
    font-size: .8rem;
    letter-spacing: 1px;
    text-transform: capitalize;
    list-style: none;
    color: #82b65a;
    text-decoration: none;
    padding: 12px 10px;
    cursor: pointer;
    display: inline-block;
}

.nav-item.dropdown {
    position: relative;
    list-style: none;
}

.grey-btn a, .green-btn a {
    padding: 0 12px;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    border: 2px solid #95979a;
    color: #95979a;
    background-color: transparent;
    font-weight: 700;
    border-radius: 3px;
    font-family: "futura-pt", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-block;
}

.green-btn a {
    color: #fff;
    background-color: #82b65a !important;
    border: 2px solid #82b65a;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.grey-btn a:hover, .slider-caption a:hover {
    background-color: #95979a;
}

.grey-btn a:hover {
    color: #fff;
}

.green-btn a:hover {
    color: #82b65a;
    background-color: #fff !important;
    border: 2px solid #82b65a;
}

.slider-caption a:hover {
    color: #82b65a;
}

.top-left-col .green-btn, .top-left-col .grey-btn, .top-left-col .contact-info {
    width: auto;
    float: none;
    display: inline-block;
    margin-left: 5px;
}

.top-left-col {
    text-align: right;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
    width: 100%;
    display: inline-block;
}

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

.page-center {
    max-width: 1170px;
    margin: 0 auto !important;
    float: none !important;
    padding: 0 15px;
}

.body-container-wrapper {
    padding-top: 0;
}

/***banner style****/

#banner-section {
    height: 600px;
    width: 100%;
    overflow: hidden;
}

.slider-parallax, .slider-parallax .swiper-container {
    visibility: visible;
    -webkit-backface-visibility: hidden;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    background: url('https://2774260.fs1.hubspotusercontent-na1.net/hubfs/2774260/implantbase-july18/home/pattern2.png');
    background-repeat: repeat;
}

.swiper_wrapper .swiper-slide {
    background-position: top center;
    position: relative;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    height: 600px;
     display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    
}

.slider-caption {
    width: 60%;
}

.slider-element .container {
    position: relative;
    height: 100%;
}

.slider-parallax .slider-parallax-inner, .slider-parallax .slider-caption {
    will-change: transform;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: transform 0s linear;
    -webkit-backface-visibility: hidden;
}

.slider-caption:not(.dark), .slider-caption:not(.dark) h2 {
    color: #222;
    text-shadow: none;
}

.swiper-slide [data-caption-animate] {
    -webkit-backface-visibility: hidden;
}

.slider-caption h1 {
    font-weight: 100;
    font-size: 5.9rem;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 0;
    color: #82b65a;
    font-family: 'Proxima Nova';
    font-weight: 100;
}

.slider-caption p {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-family: 'Proxima Nova Lt';
    font-style: normal;
    font-weight: 600;
    color: #727374;
}

.slider-caption a {
    font-weight: 500;
    font-family: 'Futura PT';
    line-height: 41px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: 2px solid #82b65a;
    background-color: #82b65a;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    color: #fff;
}

.slider-caption a:hover {
    background: transparent;
}

.slider-caption a.button-border {
    border-color: #95979a;
    color: #95979a;
    border: 2px solid #95979a;
    background: transparent;
    text-shadow: none;
    line-height: 40px;
}

.slider-caption a.button-border:hover {
    background-color: #95979a;
    color: #fff;
}

.slider-caption a.button-border i {
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
}

.slider-caption a.button-border:hover i {
    color: #FFF;
}

.partner-logos-section .slick-slide {
    border-right: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.partner-logos-section .section {
    border-top: 1px solid #e5e5e5;
}

/*.partner-logos-section .section>span>div img {
    width: 100% !important;
}*/

.testimonial .page-center {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.testimonial {
    background-color: #175b72;
    color: #fff;
    padding: 60px 0;
}

.testi-image {
    max-width: 72px;
    height: 72px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
}

.testi-image img {
    width: 100%;
    height: auto;
}

.testi-image a {
    display: inline-block;
}

.testi-content p, .testi-meta {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.5 !important;
    font-style: italic;
    font-family: 'Proxima Nova Lt';
    position:relative;
}

.testimonial-full .testi-meta {
    margin-top: 15px;
    font-style: normal;
    text-transform: capitalize;
    font-size: 1.1rem;
    color: #ffffff;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
}

.testi-meta::before {
    content: '\2013';
}

/***performance style****/

#performance-section {
    padding: 60px 0;
    text-align: center;
}

.heading-block h2 {
    font-weight: 900;
    text-transform: none;
    font-size: 2.5rem;
    letter-spacing: 0px;
    line-height: 1.3;
    font-family: 'Proxima Nova Th';
    color: #333;
    margin: 0;
}

.heading-block h2+span {
    margin-top: 10px;
    font-weight: 300;
    font-size: 22px;
    font-family: 'Proxima Nova Lt';
    color: #82b65a;
    display: inline-block;
    max-width: 800px;
}

.heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4, .emphasis-title h1, .emphasis-title h2 {
    color: #333;
}

.process-steps {
    margin: 50px 0 60px;
}

.process-steps div.perform-col::before, .process-steps div.perform-col::after {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    margin-left: -26px;
    width: 50%;
    border-top: 1px dashed #DDD;
}

.process-steps div.perform-col:first-child::before, .process-steps div.perform-col:last-child::after {
    display: none;
}

.process-steps div.perform-col::before, .process-steps div.perform-col::after {
    width: 47%;
}

.process-steps div.perform-col::after {
    left: auto;
    right: 0;
    margin: 0 -26px 0 0;
}

.process-steps div.perform-col {
    float: left;
    position: relative;
    width: 25%;
    text-align: center;
    overflow: hidden;
    margin: 0;
}

.process-steps h4 {
    font-family: 'Proxima Nova Rg';
    font-weight: bold;
    color: #444;
    font-size: 18px;
    max-width: 170px;
    margin: 20px auto 30px;
}

.process-steps p {
    font-family: Arial, sans-serif;
    padding: 0 10px;
    color: #555;
    font-size: 0.875rem;
    line-height: 25px;
}

.content-main .process-steps p {
    font-size: 0.875rem;
    color: #555;
    font-family: Arial, sans-serif;
}

#content p {
    line-height: 1.8;
}

#performance-section .green-btn a {
    font-size: 22px;
    line-height: 1;
    height: auto;
    padding: 24px 34px;
    font-weight: normal;
}

#performance-section .green-btn a span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Crete Round', serif;
    font-style: italic;
    text-transform: none;
}

/***revolutionize style****/

#revolutionize {
    background: -moz-linear-gradient(top, rgba(225, 236, 237, 1) 0%, rgba(238, 244, 245, 0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(225, 236, 237, 1) 0%, rgba(238, 244, 245, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(225, 236, 237, 1) 0%, rgba(238, 244, 245, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1eced', endColorstr='#80eef4f5', GradientType=0);
    padding: 60px 0;
}

#revolutionize .page-center {
    text-align: center;
}

#revolutionize .heading-block h2+span {
    color: #777;
}

.alternate-section .row.clearfix.common-height {
     -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;.
    flex-wrap: wrap;
        display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.transform-left-col img, .transform-right-col img {
    width: 100%;
    height: auto;
}

.transform-right-col, .transform-left-col {
    width: 49.93%;
    box-sizing: border-box;
}

.transform-right-col, .transform-left-col {
    text-align: center;
}

.transform-txt {
    padding: 60px;
}

.transform-txt .heading-block h3 {
    font-size: 26px;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.transform-txt .heading-block>span:not(.before-heading) {
    display: block;
    margin-top: 10px;
    font-weight: 300;
    color: #82b65a;
    font-size: 20px;
    font-family: 'Proxima Nova Lt';
}

.transform-txt .heading-block {
    margin-bottom: 10px;
}

.with-right-img .transform-left-col {
   -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    
}

.transform-txt p {
    font-size: 1.25rem;
    font-weight: 300;
    font-family: 'Proxima Nova Lt';
    margin-bottom: 30px;
    margin-top: 15px;
}

.transform-txt p a {
    font-size: 22px;
    padding: 24px 34px;
    height: auto;
    line-height: 1;
    margin: 5px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    letter-spacing: 1px;
    background: #82b65a;
    border-radius: 3px;
    border: 2px solid #82b65a;
    text-transform: uppercase;
    font-family: "futura-pt", sans-serif;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
}

.transform-txt p a:hover {
    background: transparent;
    color: #82b65a;
}

.transform-txt p a span {
    font-size: 14px;
    letter-spacing: 1px;
    font-style: italic;
    text-transform: none;
}

#why-implant {
    background: #e8e8e8;
    text-align: center;
    padding: 60px 0;
}

#why-implant .implant-column {
    border-right: 1px solid rgb(24, 92, 114);
    margin: 0 !important;
    width: 25% !important;
    height: 331.6px;
   -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;.
    flex-wrap: wrap;
        display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
    padding: 60px;
     -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.implant-main {
    margin-top: 50px;
}

.counter {
    color: #175b72;
    font-size: 2.3rem;
    font-weight: bold;
    margin-top: 30px;
    font-family: 'Proxima Nova Rg';
}

.implant-column h5 {
    text-transform: capitalize;
    font-size: 1.1rem;
    color: #175b72;
    margin: 0;
    letter-spacing: 1px;
    font-weight: normal;
}

/***promo style****/

.promo.footer-stick {
    background: #82b65a;
    padding: 40px 0;
    color: #fff;
    overflow: hidden;
}

.promo.promo-dark h3 {
    color: #FFF;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 2.5rem;
    font-family: "proxima-nova", sans-serif;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    line-height: normal;
}

.promo.promo-dark p {
    float: left;
    width: 68%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 1rem;
}

.promo.promo-dark p:last-child {
    float: right;
    width: auto;
}

.promo.promo-dark span {
    color: rgba(255, 255, 255, 0.9);
    margin-top: 8px;
    font-weight: 300;
    font-size: 1rem;
    font-family: Arial, sans-serif;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.promo.promo-dark a.cta_button {
    border: 2px solid #fff;
    background-color: #fff !important;
    color: #82b65a !important;
    margin-top: -22px;
    padding: 0 26px;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    font-weight: 500;
    font-family: "futura-pt", sans-serif;
    display: inline-block;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    border-radius: 3px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
}

.promo.promo-dark a.cta_button:hover {
    background-color: transparent !important;
    color: #fff !important;
}

/***footer style****/

.footer-container-wrapper {
    background-color: #333;
    color: #CCC;
    border-top: 5px solid rgba(0, 0, 0, 0.2);
}

.footer-logo {
    margin-bottom: 30px;
}

#footer p {
    opacity: 0.8;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 30px;
}

#footer {
    color: #CCC;
    line-height: 1.5;
    font-size: 0.875rem;
    padding: 80px 0 90px;
}

#footer a:hover {
    color: #999;
}

#footer a {
    color: #CCC;
    text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
}

address {
    font-style: normal;
}

.copyright-links li {
    position: relative;
}

.copyright-links li::after {
    position: absolute;
    content: "";
    right: 7px;
    width: 1px;
    height: 10px;
    background: rgba(255, 255, 255, 0.25);
    transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    top: 7px;
}

.copyright-links li:last-child:after {
    display: none;
}

.footer-container-wrapper #copyrights {
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.25);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    padding: 40px 0;
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
}

.copyright-links a {
    display: inline-block;
    margin: 0 15px 0 0;
    border-bottom: 1px dotted #444;
    color: rgba(255, 255, 255, 0.25);
    border-bottom-color: rgba(255, 255, 255, 0.25);
    padding: 0 !important;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
}

.col_last.tright {
    text-align: right;
}

.copyright-txt p {
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.25);
}

.copyrights-menu a {
    font-size: 14px;
    margin: 0 25px 0 0;
    border-bottom: 0 !important;
    color: rgba(255, 255, 255, 0.25);
}

.copyrights-menu li:last-child a {
    margin: 0;
}

.col_last.tright .copyright-links li::after {
    right: 11px;
}

.col_half a:hover {
    color: rgba(255, 255, 255, 0.35);
    border-bottom-color: rgba(255, 255, 255, 0.35);
}

#footer a:hover {
    color: rgba(255, 255, 255, 0.35);
}

.social-icon.si-small {
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 30px !important;
    color: #555 !important;
    margin-right: 5px;
}

.social-icon.si-small:hover i:first-child {
    margin-top: -30px;
}

body:not(.device-touch) .social-icon i {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.social-icon i {
    display: block;
    position: relative;
}

.social-icon.si-small {
    font-size: 14px;
    line-height: 30px !important;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    vertical-align: top;
    overflow: hidden;
    text-align: center;
}

.social-icon i:last-child {
    color: #FFF !important;
}

.si-linkedin:hover, .si-colored.si-linkedin {
    background-color: #0E76A8 !important;
}

.si-facebook:hover, .si-colored.si-facebook {
    background-color: #3B5998 !important;
}

.si-twitter:hover, .si-colored.si-twitter {
    background-color: #00ACEE !important;
}

.si-youtube:hover, .si-colored.si-youtube {
    background-color: #C4302B !important;
}

.back-to-top {
    display: none;
    z-index: 299;
    position: fixed;
    width: 40px !important;
    height: 40px;
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #FFF;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    border-radius: 2px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
}

.back-to-top:hover {
    background-color: #82b65a;
}

.back-to-top a {
    color: #fff;
}

/***popup style****/

body .video-module {
    min-height: 0 !important;
}

#closer_videopopup {
    position: absolute;
    display: table-cell;
    right: 0;
    top: -35px;
    font-size: 32px;
    text-align: center;
    vertical-align: middle;
    padding: auto;
    cursor: default;
    background: none;
    border: none;
    color: #ffffff;
    z-index: 100004;
    opacity: 0.65;
    font-size: 20px;
    cursor: pointer;
}

#opct {
    position: fixed;
    z-index: 100000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.8;
    background: #0b0b0b !important;
}

.inner-box {
    position: absolute;
    padding-bottom: 0;
    padding-top: 0;
    height: 0;
    margin: auto;
    max-width: 900px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    height: 500px !important;
    z-index: 999999;
}

video {
    width: 100%;
    opacity: 1 !important;
}

#video1 {
    cursor: pointer;
    cursor: hand;
}

/****Software page***/

.i-alt {
    background: #82b65a url('https://2774260.fs1.hubspotusercontent-na1.net/hubfs/2774260/implantbase-july18/Software/iconalt.svg');
    background-position: center center;
    background-size: 100% 100%;
}

.feature-box .fbox-icon a, .feature-box .fbox-icon i, .feature-box .fbox-icon img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #FFF;
}

.solution-columns {
    background: #F9F9F9;
}

.capabilities-header {
    margin-bottom: 50px;
}

.capabilities-header h2 {
    font-weight: 800;
    font-family: 'Proxima Nova Th';
    text-transform: none;
    font-size: 2.5rem;
    letter-spacing: 0px;
    line-height: 1.3;
    color: #333;
    text-align: center;
}

.fbox-effect .fbox-icon i::after {
    top: -3px;
    left: -3px;
    padding: 3px;
    box-shadow: 0 0 0 2px #333;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.3s, opacity 0.3s;
    transform: scale(.8);
    opacity: 0;
}

.fbox-effect .fbox-icon i::after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.fbox-rounded.fbox-effect .fbox-icon i::after {
    border-radius: 3px;
}

.feature-box .fbox-icon i {
    font-style: normal;
    font-size: 28px;
    text-align: center;
    line-height: 64px;
    transition: background-color 0.3s, color 0.3s;
}

.feature-box.fbox-rounded .fbox-icon i, .feature-box.fbox-rounded .fbox-icon img {
    border-radius: 3px !important;
}

.fbox-effect .fbox-icon i:hover::after, .fbox-effect:hover .fbox-icon i::after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.feature-box .fbox-icon {
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 0;
    left: 0;
}

.feature-box .fbox-icon a, .feature-box .fbox-icon i, .feature-box .fbox-icon img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #FFF;
}

.feature-box h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #333;
    font-family: 'Proxima Nova Rg';
}

.feature-box.left-text {
    text-align: right;
    position: relative;
}

.feature-box {
    text-align: left;
    position: relative;
}

.feature-box p {
    line-height: 1.8;
    margin: 8px 0 0 0;
    color: #999;
}

.feature-box.left-text .fbox-icon {
    left: auto;
    right: 0;
}

/*** slick slider***/

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    margin: 0 auto;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}
/****event page ***/

.span12.widget-span.widget-type-cell.events-sec.first-events-block {
	padding-top: 80px;
}
.events-outer-block.entry {
	background: #f9f9f9;
	padding: 20px;
	border-bottom: 3px solid #EEE;
	position: relative;
margin: 0 0 50px;
}
.entry::after {
	content: '';
	position: relative;
	height: 2px;
	margin-top: 50px;
    background-color: #82b65a;
    display: block;
}

.events-left-col {
	float: left;
	width: 300px;
	margin: 0 30px 0 0;
}
 .entry-c {
     position: relative;
overflow: hidden;
	padding: 5px 0;
}

.events-outer-block .entry-meta {
	margin: 10px -10px -15px 0;
	list-style: none;
}
.events-outer-block .entry-meta li {
	font-size: 13px;
	line-height: 14px;
	font-style: italic;
	font-family: "proxima-nova", sans-serif;
	float: left;
color: #999;
margin: 0 10px 15px 0;
}
.events-outer-block .entry-meta li:first-child::before {
	display: none;
}

.events-outer-block .entry-meta li::before {
    content: '/';
    display: inline-block;
    margin-right: 10px;
    opacity: 0.5;
}
.events-outer-block .entry-title h2 {
	font-size: 20px;
	font-weight: 600;
	margin: 0;
}
.events-outer-block .entry-title h2 a {
    color: #333;
}
.span12.widget-span.widget-type-header.heading-block.center {
	margin-bottom: 50px;
}
.events-outer-block .entry-title h2 a:hover{color:#82b65a;}
.entry-content{margin-top: 30px; position: relative;}
.events-outer-block .btn.btn-primary {
	background: #82B65A;
	color: #fff;
	font-weight: 400;
	border: 1px solid transparent;
text-align: center;
white-space: nowrap;
vertical-align: middle;
	display: inline-block;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.events-outer-block .btn.btn-primary:hover{color: #82b65a;
background-color: #fff;
border-color: #82b65a;}

.entry-content p{margin-bottom: 30px; line-height: 1.8;}



/*** solution page***/

.banner-section {
    background-color: #333;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15) !important;
    border-bottom: none;
    padding: 120px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-section h1 {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 100;
    font-size: 3.5rem;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-family: 'Proxima Nova';
}

.banner-section p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.5rem;
    display: block;
    margin-top: 10px;
    font-weight: 300;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15) !important;
    line-height: 1.5;
    font-family: 'Proxima Nova Lt';
}

.banner-section .page-center {
    max-width: 1140px;
}

.content-main {
    padding: 60px 0;
    text-align: center;
}

.content-main h2 {
    font-weight: 800;
    text-transform: none;
    font-size: 2.5rem;
    letter-spacing: 0px;
    line-height: 1.3;
    font-family: 'Proxima Nova Th';
    color: #333;
    margin: 0;
}

.content-main p {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 10px;
    font-weight: 300;
    color: #777;
    font-size: 22px;
    font-family: 'Proxima Nova Lt';
}

.solution-columns .page-center>span>div {
    width: 25%;
    float: left;
    margin-right: 142px;
    border-radius: 0.25rem;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.125);
    box-sizing: border-box;
    text-align: center;
}

.solution-columns .page-center>span>div:last-child {
    margin-right: 0;
}

.solution-columns .page-center {
    overflow: hidden;
}

.solution-columns {
    padding: 60px 0;
}

.solution-content {
    padding: 20px 18px;
}

.solution-content h3 {
    font-size: 18px;
    color: #444;
    margin: 0 0 30px 0;
}

.solution-content p {
    margin-bottom: 30px;
    line-height: 24px;
}

.solution-content ul {
    margin-bottom: 30px;
}

.solution-content li {
    list-style: none;
}

.solution-content a, .download-section a {
    display: inline-block;
    background-color: #82b65a;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid #82b65a;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-decoration: none;
    text-transform: capitalize;
}

.solution-content a:hover, .download-section a:hover {
    color: #82b65a;
    background-color: transparent;
}

/*** software page***/

.column-6.first-column {
    padding-left: 0;
    padding-right: 3%;
  border-left:0;
}

.column-6 {
    padding-left: 3%;
    margin: 0 !important;
    border-left: 1px solid #ccc;
}

.erp-image {
    margin-top: 50px;
}

.column-6.first-column h2 {
    text-align: right;
}

.column-6 h2 {
    font-size: 26px;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #82b65a;
    font-family: 'Proxima Nova Rg';
}

.column-6.first-column .fbox-text {
    padding-right: 80px;
    padding-left: 0;
}

.fbox-text {
    padding-right: 0;
    padding-left: 80px;
}

.feature-box.fbox-rounded {
    margin-top: 55px;
}

.fbox-effect .fbox-icon i::after {
    box-shadow: 0 0 0 2px #82b65a;
}

.feature-box p {
    font-size: 1rem;
    margin: 8px 0 0 0;
    color: #999;
    line-height: 1.8;
}

.promo-full.promo.promo-dark p:last-child {
    float: none;
}

.promo-full.promo.promo-dark p {
    float: none;
    width: auto;
    max-width: 800px;
    margin: 0 auto 20px;
}

.promo-full.promo.footer-stick {
    text-align: center;
}

.promo-full.promo.promo-dark a.cta_button {
    margin-top: 0;
    height: auto;
    line-height: inherit;
    padding: 20px 25px;
    color: #82b65a;
    font-size: 22px;
    ;
    line-height: 1.3;
}

.promo-full.promo.promo-dark a.cta_button span {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    font-style: italic;
    text-transform: none;
    color: #82b65a;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
}

.promo-full.promo.promo-dark a.cta_button:hover span {
    color: #fff;
}

.process-steps.process-5>span>div {
    width: 20%;
    float: left;
    position: relative;
}

.process-steps.process-5>span>div::after, .process-steps.process-5>span>div::before {
    width: 46%;
    content: '';
    position: absolute;
    top: 30px;
    border-top: 1px dashed #DDD;
    left: 0;
    margin-left: -26px;
}

.process-steps.process-5>span>div::after {
    left: auto;
    right: 0;
    margin: 0 -26px 0 0;
}

.process-steps.process-5>span>div:first-child:before {
    display: none;
}

.process-steps.process-5>span>div:last-child:after {
    display: none;
}

.process-steps.process-5 {
    margin-bottom: 0;
}

/**** resource page***/

.download-section {
    padding: 60px 0;
}

.download-section p {
    font-size: 16px;
    margin-bottom: 20px;
    display: inline-block;
}

.download-section h2 {
    font-size: 26px;
    margin: 0;
}

/*** leadership page****/

.member-text {
    float: right;
    width: 80%;
}

.team-member-image {
    width: 16%;
    float: left;
}

.team-member-image img {
    height: auto;
    border-radius: 50%;
    border: 5px solid #82b65a;
    box-sizing: border-box;
}

.social-icons li {
    list-style: none;
}

.download-section .social-icons li a i {
    color: #82b65a;
    font-size: 26px;
}

.social-icons {
    text-align: center;
}

.download-section .social-icons li a {
    padding: 0;
    background: transparent;
    border: 0;
}

.social-icons {
    text-align: center;
    margin-top: 20px;
}

.social-icons ul {
    padding: 0;
}

.member-text h3 {
    font-size: 24px;
    margin-bottom: 5px;
}

.member-text span {
    margin-bottom: 5px;
    display: inline-block;
}

.team-section {
    margin-bottom: 30px;
}

#testimonial-slider {
    background: #82b65a;
    color: #fff;
    text-align: center;
    padding: 60px 0;
}

#testimonial-slider h2 {
    font-size: 50px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
}

.member-image img {
    margin: 0 auto;
    max-width: 130px;
    height: auto;
    border-radius: 50%;
}

.member-caption {
    font-style: italic;
    font-size: 22px;
    font-weight: 300;
    max-width: 1000px;
    margin: 50px auto 0;
    font-family: 'Proxima Nova Lt';
}

.member-caption i {
    font-size: 17px;
}

.member-caption span {
    display: block;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
}

.member-caption p {
    margin-bottom: 40px;
}

.slick-arrow {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 40px;
    z-index: 9;
    cursor: pointer;
}

.slick-next.slick-arrow {
    left: auto;
    right: 0;
}

#testimonial-slider .slick-dots li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin-right: 6px;
}

#testimonial-slider .slick-dots li:last-child {
    margin-right: 0;
}

#testimonial-slider .slick-dots li button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 0;
    text-indent: -999px;
    cursor: pointer;
    background: rgba(255, 255, 255, .5);
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
}

#testimonial-slider .slick-dots li button:hover {
    background: rgba(255, 255, 255, 1);
}

#testimonial-slider .slick-dots li.slick-active button {
    background: #fff;
}

.slick-arrow i {
    font-size: 40px;
}

.member-content {
    margin-bottom: 30px;
}

/***affiliates page****/

.implant-image, .implant-text {
    width: 50%;
    box-sizing: border-box;
}

.image-left .implant-image, .image-right .implant-text {
    float: left;
}

.image-left .implant-text, .image-right .implant-image {
    float: right;
}

.image-left .implant-text {
    padding-left: 50px;
}

.image-right .implant-text {
    padding-right: 50px;
}

.implant-area {
    overflow: hidden;
}

.implant-image img {
    height: auto;
}

.image-text-section {
    padding: 100px 0;
}

.alternate-sections>span>div {
    border-bottom: 1px solid #ededed;
    margin-bottom: 88px;
    padding: 0 0 88px;
    position: relative;
}

/**** tab-acccordion*****/

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 70px 0 0;
    border-top: 1px solid #DDD;
}

.resp-tab-active {
    border: 1px solid #DDD;
    border-bottom: none;
    margin-bottom: -1px !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 9px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
    margin-top: 6px;
}

/*-----------Accordion styles-----------*/

h2.resp-tab-active {
    background: #DBDBDB !important;
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important;
}

/***** startup page *****/

.demand-supply-section.nomargin {
    padding: 60px 0;
    background: #F9F9F9;
}

.growth-content h2 {
    font-size: 2.5rem;
    font-weight: 900;
    letter-spacing: 0px;
    color: #333;
    position: relative;
    margin-bottom: 50px;
    font-family: 'Proxima Nova Th';
    line-height: 1.3;
}

.growth-content p {
    font-size: 1.25rem;
    font-weight: 300;
    font-family: 'Proxima Nova Lt';
    margin-bottom: 30px;
    line-height: 1.8;
}

.growth-content p span {
    font-size: 1rem;
    display: inline-block;
    line-height: 26px;
    color: #555;
    font-family: 'Proxima Nova Rg';
    font-weight: normal;
}

.growth-chart-main {
    margin-top: 80px;
    padding-left: 30px;
}

.growth-chart-main h4 {
    font-weight: 600;
    text-align: center;
    font-size: 19px;
    color: #444;
    line-height: 1.5;
    margin: 0 0 30px 0;
    font-family: 'Proxima Nova Lt';
}

.demand-top-row {
    border-bottom: 1px solid #EEE;
    padding-bottom: 40px;
    margin-bottom: 60px;
}

.inventory-row .growth-chart-main {
    margin-top: 30px;
}

.tabbing-section {
    padding: 60px 0;
}

.tabbing-section h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 900;
    letter-spacing: 0;
    color: #333;
    position: relative;
    margin-bottom: 50px;
    font-family: 'Proxima Nova Th';
    line-height: 1.3;
}

ul.resp-tabs-list li:first-child {
    margin-left: 15px;
    border-left: 1px solid #DDD;
}

#horizontalTab ul.resp-tabs-list li {
    float: none;
    height: 40px;
    text-align: center;
    list-style: none;
    padding: 0 15px;
    color: #444;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    background-color: #F2F2F2;
    border-right: 1px solid #DDD;
    font-family: 'Proxima Nova Rg';
    position: relative;
    border-left: 1px solid #DDD;
    border-top: 1px solid #DDD;
}

#horizontalTab ul.resp-tabs-list li.resp-tab-active {
    background-color: #FFF;
}

#horizontalTab ul.resp-tabs-list li.resp-tab-active:before {
    border-bottom: 1px solid #fff;
    content: "";
    left: 0;
    bottom: -1px;
    position: absolute;
    right: 0;
}

.process-3>span>div {
    width: 33.33%;
    float: left;
}

.resp-tabs-list {
    text-align: center;
}

.process-steps.process-3 {
    margin-bottom: 0;
}

.solution-columns #performance-section {
    padding-bottom: 0;
}

.process-3 img {
    max-width: 65px;
    height: auto;
}

.process-3.process-steps h4 {
    max-width: inherit;
}

.process-3>span>div {
    position: relative;
}

.process-3>span>div::before, .process-3>span>div::after {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    width: 40%;
    border-top: 1px dashed #DDD;
}

.process-3>span>div:first-child::before {
    display: none;
}

.process-3>span>div:after {
    left: auto;
    right: 0;
}

.process-3>span>div:last-child:after {
    display: none;
}

.why-implant-content {
    font-size: 22px;
    max-width: 800px;
    margin: 10px auto 0 !important;
    float: none !important;
    font-weight: 300;
    color: #82b65a;
    font-family: 'Proxima Nova Lt';
}

#why-implant .implant-column:last-child {
    border: 0;
}

.operational-header h2 {
    font-size: 26px;
    text-transform: uppercase;
    color: #82b65a;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Proxima Nova Rg';
}

.flexibility-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto !important;
    float: none !important;
}

.flexibility-header h2 {
    font-weight: 900;
    text-transform: none;
    font-size: 2.5rem;
    letter-spacing: 0px;
    line-height: 1.3;
    color: #333;
    font-family: 'Proxima Nova Th';
    margin: 0;
}

.flexibility-content {
    color: #82b65a;
    max-width: 800px;
    margin: 10px auto 40px !important;
    font-weight: 300;
    font-size: 22px;
    font-family: 'Proxima Nova Lt';
    float: none !important;
    text-align: center;
}

.left-content {
    width: 50%;
    float: left;
    padding-right: 32px;
    box-sizing: border-box;
}

.resp-tab-content {
    overflow: hidden;
}

.right-content {
    width: 50%;
    float: right;
    padding: 60px 0 0 80px;
    box-sizing: border-box;
    text-align: right;
}

.right-content h4 {
    text-align: center;
    font-size: 18px;
    color: #444;
    margin: 0 0 30px 0;
}

.heading-block h3 {
    font-size: 26px;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
    font-family: 'Proxima Nova Rg';
    margin: 0;
}

.left-content h3 {
    margin-bottom: 30px;
}

.left-content p {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 30px;
}

.left-content p span {
    display: block;
    font-size: 1rem;
    padding: 30px 0 0;
    font-family: 'Proxima Nova Rg';
    font-weight: normal;
}

.left-content li i, .privacy-policy-sec li i {
    width: 16px;
    margin-right: 5px;
    color: #82b65a;
}

.left-content li, .privacy-policy-sec li {
    margin: 4px 0;
    position: relative;
    font-size: 16px;
    list-style: none;
}

.right-content canvas {
    margin-bottom: 50px;
}

.testimonial-box {
    position: relative;
    padding: 20px;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    background-color: #175b72;
    max-width: 465px;
    box-sizing: border-box;
}

.testimonial-box .testi-image {
    float: left;
    margin-right: 15px;
    max-width: 64px;
    height: auto;
}

.testimonial-box .testi-content {
    position: relative;
    overflow: hidden;
    text-align: left;
}

.testimonial-box .testi-content p, .testimonial-box .testi-content .testi-meta {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    font-family: 'Proxima Nova Lt';
}

.testimonial-box .testi-content p::before, .testimonial-box .testi-content p::after {
    content: '"';
}

.testimonial-box .testi-content .testi-meta {
    font-style: normal;
    text-transform: uppercase;
    margin-top: 10px;
}

.testimonial-box .testi-content .testi-meta span {
    text-transform: none;
    display: block;
    padding-left: 8px;
}

.tab-image {
    margin-bottom: 50px;
}

.tab-image img {
    height: auto;
}

.inventory-row.demand-top-row .growth-chart-main {
    margin-top: 80px;
}

.inventory-row.demand-top-row {
    margin: 0-;
    padding: 0;
    margin: 0;
    border: 0;
}

/***** sales operatioanl*****/

.text-center {
    text-align: center;
}

.stream-header {
    padding-bottom: 60px;
    max-width: 800px;
    margin: 0 auto !important;
    float: none !important;
}

.heading-block h2+p {
    font-size: 22px;
    display: block;
    font-weight: 300;
    color: #777;
    font-family: 'Proxima Nova Lt';
    max-width: 800px;
    margin: 10px auto 0;
}

.streamline-section {
    padding: 60px 0;
}

.section-new {
    background-color: #F9F9F9;
}

.streamline-mod .image-section img {
    max-width: 65px;
    height: auto;
}

.streamline-mod .image-section-text {
    position: relative;
    overflow: hidden;
    padding-left: 20px;
}

.streamline-mod .image-section {
    width: auto;
    float: left;
}

.tabbing-section.sales-tabbing h2 {
    margin: 0;
}

.center {
    text-align: center;
}

.sales-tabbing .tabbing-header {
    margin-bottom: 50px;
}

.sales-tabbing .right-content {
    padding: 0 0 0 20px;
}

.process-steps a {
    display: inline-block;
    max-width: 65px;
    height: auto;
}

.process-steps .process-main {
    text-align: center;
}

.process-steps a img {
    height: auto;
}

#instrument-sec {
    background: -moz-linear-gradient(top, rgba(225, 236, 237, 1) 0%, rgba(238, 244, 245, 0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(225, 236, 237, 1) 0%, rgba(238, 244, 245, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(225, 236, 237, 1) 0%, rgba(238, 244, 245, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1eced', endColorstr='#80eef4f5', GradientType=0);
    padding: 60px 0;
}

.comp-features-section.section-new {
    padding: 60px 0;
}

.feature-box.fbox-small .fbox-icon a {
    width: 28px;
    height: auto !important;
    position: absolute;
    left: 0;
    top: 0;
    border: 0 !important;
}

.feature-box.fbox-small .fbox-icon a i {
    color: #82b65a;
}

.feature-box.fbox-small .fbox-icon i {
    line-height: normal;
}

.feature-box.fbox-small .fbox-icon {
    width: 30px;
    height: 30px;
}

.feature-box.fbox-small h3 {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 10px;
}

.feature-box.fbox-small .feature-content {
    padding-left: 40px;
}

.comp-features-mod>span>div {
    width: 30.63%;
    float: left;
    margin-right: 4%;
    margin-bottom: 50px;
}

.comp-features-mod>span>div:nth-child(3n) {
    margin-right: 0;
}

.comp-features-header.heading-block.center {
    margin-bottom: 50px;
}

.streamline-img {
    padding: 60px 40px 60px 40px;
}

/****performance analysis****/

.why-implant .implant-main {
    margin: 0;
}

.opportunities-sec {
    padding: 60px 0;
}

#data-gather-sec {
    padding: 0 0 60px;
}

#data-gather-sec .feature-box.fbox-small .feature-content {
    padding-left: 0;
}

#data-gather-sec .data-left-col {
    width: 30.6%;
}

#data-gather-sec .data-right-col {
    padding-left: 15PX;
    width: 66.8%;
}

.data-right-col .feature-box.fbox-small.fbox-plain {
    margin-bottom: 50px;
}

.data-right-col .row-fluid-wrapper:last-child .feature-box {
    margin-bottom: 0;
}

.data-right-col .span6 .row-fluid-wrapper .feature-box {
    margin-bottom: 50px;
}

/***Affiliates page***/

.implant-head h2 {
    color: #000;
    font-size: 25px;
    line-height: 25px;
    margin: 0 !important;
    text-transform: uppercase;
}

.implant-head span {
    padding: 10px 0 20px;
    color: #666;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Proxima Nova Lt';
    font-weight: 300;
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
}

.implant-head span:after {
    background: #84ba62 none repeat scroll 0 0;
    bottom: 0;
    content: " ";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    width: 48px;
}

.implant-content>p {
    font-size: 15px;
    margin: 20px 0 29px;
    line-height: 22px;
    color: #666666;
}

.implant-content>ul {
    padding: 0;
}

.implant-content>ul li {
    color: #666666;
    display: block;
    font-size: 14px;
    margin: 0 7px 23px 0;
    padding-left: 30px;
    position: relative;
    vertical-align: middle;
    line-height: normal;
    font-weight: 600;
    font-family: 'Proxima Nova Lt';
}

.implant-content>ul li::before {
    content: "\f00c";
    color: #8ad733;
    font-family: 'Font Awesome 5 Free';
    left: 0;
    position: absolute;
    font-size: 21px;
    top: -2px;
}

.image-text-section .alternate-sections>span>div {
    border-bottom: 1px solid #ededed;
    float: left;
    margin-bottom: 88px;
    padding: 0 0 88px;
    position: relative;
}

.image-text-section .alternate-sections>span>div:last-child {
    border-bottom: 0;
    margin: 0;
    padding: 0;
}

.image-text-section .alternate-sections>span>div::before, .image-text-section .alternate-sections>span>div::after {
    background: #e5e5e5 none repeat scroll 0 0;
    bottom: 2px;
    content: " ";
    height: 1px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
}

.image-text-section .alternate-sections>span>div::after {
    bottom: -4px;
}

.image-text-section .alternate-sections>span>div:last-child::before, .image-text-section .alternate-sections>span>div:last-child::after {
    display: none;
}

.implant-content ul+p, .implant-content p:last-child {
    margin-bottom: 0;
}

.implant-content p:first-child {
    margin-bottom: 29px;
}

/***contact page****/

.paper-section {
    background: rgb(126, 126, 126);
    padding: 59px 0 79px;
}

.paper-section .paper-text {
    width: 63%;
    padding-left: 10px;
}

.paper-section .paper-image {
    overflow: hidden;
    width: 34%;
}

.paper-image img {
    border-radius: 50%;
}

.paper-text h2 {
    font-size: 36px;
    color: #Fff;
    font-family: 'Proxima Nova Lt';
    font-weight: 300;
}

.paper-text ul li {
    color: #fff;
    font-size: 20px;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    font-style: italic;
    line-height: 35px;
    margin: 0;
    list-style: none;
}

.paper-text p {
    font-size: 34px;
    font-family: 'Proxima Nova Lt';
    font-weight: 300;
    font-style: italic;
    color: #fff;
    display: block;
    margin-top: 24px;
    margin-bottom: 24px;
}

.paper-text a {
    display: inline-block;
    font-size: 15px;
    margin-right: 0;
    padding: 18px 25px;
    text-transform: uppercase;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
    background: #82b65a;
    border: 2px solid #82b65a;
    border-radius: 5px;
    box-shadow: none;
    line-height: normal;
    height: auto;
    color: #fff;
    font-style: normal;
    text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
}

.paper-text a:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.contact-form .page-center {
    background: #f3f3f3 none repeat scroll 0 0;
    border: 1px solid #dedbdb;
    padding: 48px;
}

.contact-form h2 {
    text-align: center;
    font-size: 28px;
    line-height: normal;
    color: #4b4b4b;
    margin: 0 auto;
    font-family: 'Proxima Nova Lt';
    font-weight: 600;
}

.contact-form {
    padding: 100px 0;
}

.contact-form form .form-columns-2>div.hs-form-field {
    margin-bottom: 22px;
    width: 48.5%;
    margin-right: 3%;
}

.contact-form form div.hs-form-field>label {
    display: none;
}

.contact-form form .form-columns-2>div.hs-form-field:last-child, .contact-form form div.hs-form-field .input {
    margin-right: 0;
}

fieldset {
    max-width: inherit !important;
}

body input[type="text"], body input[type="password"], body input[type="datetime"], body input[type="datetime-local"], body input[type="date"], body input[type="month"], body input[type="time"], body input[type="week"], body input[type="number"], body input[type="email"], body input[type="url"], body input[type="search"], body input[type="tel"], body input[type="color"], body input[type="file"], body textarea, body select {
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #dedbdb !important;
    font-size: 13px !important;
    margin-bottom: 15px;
    padding: 20px 0 !important;
    text-indent: 20px;
    font-family: 'Proxima Nova Rg';
}

.hs-error-msgs li {
    list-style: none;
}

.contact-form form textarea {
    min-height: 140px;
    overflow: auto;
    width: 100% !important;
}

.hs-error-msgs li label {
    color: red;
    font-size: 13px;
}

.contact-form .hs_submit input {
    border-radius: 2px !important;
    font-size: 16px !important;
    margin-top: 15px;
    text-indent: 0;
    width: 100% !important;
    transition: all ease 1s;
    font-family: 'Proxima Nova Rg';
    font-weight: bold;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    line-height: 1.42857143;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #82b65a;
    color: #fff;
    padding: 20px 0;
    text-transform: uppercase;
    box-shadow: none !important;
    border: 2px solid #82b65a;
    cursor: pointer;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
}

.contact-form .hs_submit input:hover {
    background: transparent;
    color: #82b65a;
}

.hs_error_rollup {
    display: none;
}

.footer-script {
    min-height: 0;
}

.features-section .comp-features-mod>span>div {
    min-height: inherit;
}

#vidBox {
    opacity: 0;
    visibility: hidden;
}

#vidBox.video-pop {
    opacity: 1;
    visibility: visible;
}

.banner-mod-main .promo.promo-dark p:last-child {
    float: none;
}

.banner-mod-main .footer-stick p {
    max-width: 790px;
}

.banner-mod-main {
    position: relative;
}

.asessment-form-sec {
    position: absolute;
    z-index: 10;
    top: auto;
    left: auto;
    right: 0;
    top: 30px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 3px 3px 0 0;
    max-width: 360px;
}

.banner-mod-main .banner-section .page-center {
    position: relative;
}

.banner-mod-main .banner-section {
    height: 500px;
    padding: 0;
}

.assessment-header h2, .assessment-header.heading-block h2+p {
    color: #fff;
}

.asessment-form-sec {
    padding: 30px 15px;
}

.assessment-form form .hs-form-field>label {
    display: none;
}

body .assessment-form input[type="text"], body .assessment-form input[type="password"], body .assessment-form input[type="datetime"], body .assessment-form input[type="datetime-local"], body .assessment-form input[type="date"], body .assessment-form input[type="month"], body .assessment-form input[type="time"], body .assessment-form input[type="week"], body .assessment-form input[type="number"], body .assessment-form input[type="email"], body .assessment-form input[type="url"], body .assessment-form input[type="search"], body .assessment-form input[type="tel"], body .assessment-form input[type="color"], body .assessment-form input[type="file"], body .assessment-form textarea, body .assessment-form select {
    height: 38px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    font-size: 1rem !important;
    padding: 0.375rem 0.75rem !important;
    text-indent: 0;
    margin-bottom: 25px;
}

body .assessment-form .hs_submit .hs-button {
    color: #fff;
    background-color: #dc3545;
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    display: block;
    width: 100%;
    text-align: center;
    border: 0;
    text-transform: uppercase;
    cursor: pointer;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
}

body .assessment-form .hs_submit .hs-button:hover {
    background-color: #c82333;
    border-color: #bd2130;
}

.assessment-form {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 20px;
}

.assessment-form form>.hs-form-field .hs-error-msgs.inputs-list {
    position: absolute;
    bottom: 4px;
    left: 0;
}

.assessment-form form>.hs-form-field {
    position: relative;
}

.assessment-form form>.hs-form-field .hs-error-msgs.inputs-list label {
    color: #fff;
}
.block {
	display: block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a
{
    white-space: inherit !important;
text-overflow: inherit !important;
}
img {
	height: auto;
}
.growth-chart-main {
    text-align: center;
}
.row-fluid [class*="span"]
{
    min-height: 0;
}
.row-fluid [class*="span"].spacer {
    min-height: 28px;
}
.privacy-policy-sec p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 0;
}
.privacy-policy-sec {
    padding: 60px 0;
}
.privacy-policy-sec a
{
    color:#82b65a;
    text-decoration:none;
}
.privacy-policy-sec h2
{
    margin-bottom: 10px;
    margin-top: 25px;
}
a
{
      text-decoration:none;
}
.feature-box h3 a
{
    color: #333;
     text-decoration:none;
}
.testi-content p::before, .testi-content p::after {
	content: '"';
}
.social-icon.si-small:last-child
{
    margin-right:0;
}
.process-steps.process-5.process-6 > span > div
{
    width: 20%;
}
.process-steps.process-5.process-6 > span > div::after {
	left: auto;
	right: 0;
	margin: 0 -20px 0 0;
}
.process-steps.process-5.process-6 > span > div::before {
	margin-left: -20px;
}
.process-steps.process-5 > span > div::after, .process-steps.process-5 > span > div::before
{
    width: 46%;
}
.process-steps.process-5.process-6 > span > div::after, .process-steps.process-5.process-6 > span > div::before
{
    width: 43%;
}
.swiper-wrapper .swiper-slide
{
    background-position: right 0;
}
.story-sec p {
	margin-bottom: 30px;
	font-size: 16px;
}
.story-sec {
    padding: 60px 0;
}
.story-sec .heading-block h2 + p
{
    margin-bottom: 30px;
    font-weight: 400;
font-size: 16px;
line-height: 1.5;
color: #555;
font-family: 'Proxima Nova Rg';
max-width: inherit;
}
.process-main.feature-box .fbox-icon
{
    position: static;
    max-width: 64px;
    margin: 0 auto;
    width:auto;
}
.process-6.process-steps a
{
    max-width: inherit;
}
.process-steps .process-main
{
    margin: 0;
}
.process-steps a
{
    max-width: inherit;
}
.implant-content > p a
{
    color:#84ba62;
}
.swiper-wrapper .swiper-slide.slides-for-mob {
	display: none !important;
}

/***blog page**/
.detail-banner-main:after{display:none;}
.detail-banner-main{background-position: center;}
.post-img img {
	height: 70px;
	object-fit: cover;
}
.controls li {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}
.controls li a span:hover, .controls li a span.active{
    background:#6f9e4c;
}
.controls li a
{
    color:#fff;
 display: inline-block;
 outline: none;
 font-size: 18px;
}
.controls li a span{
padding: 17px 20px;
line-height: 57px;
	transition:all ease-in-out .5s;
-webkit-transition:all ease-in-out .5s;
-ms-transition:all ease-in-out .5s;
-o-transition:all ease-in-out .5s;
}
.controls ul {
	text-align: center;
}
.cat-filter-sec {
    background: #81b65a;
}
.filter-col .controls
{
    background: transparent;
    font-size: 16px;
}
.category-filter-section-wrapper{
  background-color:#81b65a;
}
.category-filter-section-wrapper .filter-top-section .controls li a span{
  text-transform:capitalize;
}
.filter-col fieldset
{
    border:0;
    padding:0;
}
#portfoliolist .portfolio{
    width: 100%;
}
.full-width-post-item .feature-link {
	width: 100%;
	display: inline-block;
}
.full-width-post-item .feature-link img {
	width: 100%;
}
.full-width-post-item .post-topic-label {
	position: absolute;
	top: 0;
	left: 0;
	background: #175b72;
	color: #fff;
	padding: 8px 15px;
	font-size: 18px;
}
.full-width-post-item .post-head {
	position: relative;
}
.full-width-post-item .post-date-auth {
	background: rgba(129,182,90,.9);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 8px 30px;
}
.full-width-post-item .right-post-auth {
	float: right;
	color:#fff;
	font-size: 17px;
	font-family: 'Proxima Nova Lt';
	font-weight:600;
}
.full-width-post-item .right-post-auth *, .full-width-post-item .left-post-date *, .full-width-post-item .post-topic-label *
{
    color:#fff;
}
.full-width-post-item .left-post-date {
float: left;
font-size: 17px;
color: #fff;
font-family: 'Proxima Nova Lt';
font-weight:600;
}
.full-width-post-item .post-body-box h2 {
	font-size: 34px;
	line-height: 26px;
	margin-bottom: 15px;
		font-weight: bold;
	font-family: 'Proxima Nova Rg';
		color: #333;
}
.post-right-column h2 {
	font-size: 32px;
	color: #333;
	font-weight: bold;
	font-family: 'Proxima Nova Rg';
	margin-bottom: 10px;
}
.full-width-post-item .post-body-box h2 a, .post-right-column h2 a
{
    color: #333;
    display: inline-block;
    line-height: 38px;
font-weight: bold;
font-family: 'Proxima Nova Rg';
}
.post-right-column h2 a {
	line-height: 35px;
}
.main-blog-sec {
    padding: 70px 0;
}
.blog-right-col {
    padding-left: 35px;
}
.full-width-post-item {
	padding: 20px;
	box-shadow: 0 1px 8px 0 rgba(0,0,0,.15);
	margin-bottom: 50px;
}  
.full-width-post-item .post-body-box {
	padding: 20px 0 10px;
}
.post-body p {
	font-size: 17px;
	font-weight: 300;
	font-family: 'Proxima Nova Lt';
	color: #555555;
}
.post-btm-box {
	margin-top: 20px;
}
.full-width-post-item .left-btn a {
	color: #fff;
	padding: 13px 20px;
	line-height: normal;
	display: inline-block;
	background: #81b65a;
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	font-family: 'Proxima Nova Lt';
	border: 2px solid #81b65a;
	transition:all ease-in-out .5s;
-webkit-transition:all ease-in-out .5s;
-ms-transition:all ease-in-out .5s;
-o-transition:all ease-in-out .5s;
}
.full-width-post-item .left-btn a:hover{
    background:transparent;
    color:#81b65a;
}
.left-btn {
    display: inline-block;
    vertical-align: middle;
}
.bloglisting-social {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}
.full-width-post-item .bloglisting-social
{
    margin-left: 35px;
}
.bloglisting-twitter i {
	color: #29c5f6;
}
.bloglisting-facebook i {
	color: #3b5998;
}
.bloglisting-social a {
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
}
.bloglisting-pinterest i {
	color: #c61118;
}
.bloglisting-linkedin i {
	color: #006dc0;
}
.bloglisting-social i {
	font-size: 30px;
}
.post-items {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 50px;
	padding-bottom: 50px;
}
.post-items h2{
    	font-size: 32px;
line-height: 26px;
margin-bottom: 15px;
font-weight: bold;
font-family: 'Proxima Nova Rg';
color: #333;
}
.post-items h2 a{
    color: #333;
display: inline-block;
line-height: 38px;
font-weight: bold;
font-family: 'Proxima Nova Rg';
}
.divider {
	margin: 0 5px;
}
.post-right-column {
	display: inline-block;
	vertical-align: middle;
	width: 60%;
	padding-left: 25px;
	box-sizing: border-box;
}
.post-left-column {
	width: 39%;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.post-date-box * {
	font-size: 15px;
	font-weight: 600;
	font-family: 'Proxima Nova Lt';
	color: #333333;
}
.post-date, .post-date-box #hubspot-author_data {
	display: inline-block;
	vertical-align: middle;
}
.post-right-column .post-body {
	margin-top: 15px;
}
.post-right-column .post-body p {
	font-size: 16px;
	font-weight: 300;
	color: #848484;
	font-family: 'Proxima Nova Lt';
}
.post-right-column .left-btn a {
	color: #4bbd9e;
	font-weight: 600;
	font-family: 'Proxima Nova Lt';
	font-size: 14px;
	background: transparent;
	padding: 0;
	transition:all ease-in-out .5s;
-webkit-transition:all ease-in-out .5s;
-ms-transition:all ease-in-out .5s;
-o-transition:all ease-in-out .5s;
}
.post-right-column .left-btn a:hover, .recent-box .more-link:hover{
    color:#000;
}
.post-right-column .bloglisting-social {
	margin-left: 20px;
}
.post-right-column .bloglisting-social i {
	font-size: 25px;
}
.post-left-column .post-topic-label * {
	color: #fff;
	font-size: 15px;
}
.post-left-column .post-topic-label {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #175b72;
	padding: 5px 10px;
}
.blog-right-col .blog-subscribe {
	background: #175b72;
	color: #fff;
	padding: 30px 20px;
	margin-bottom:50px;
}
.blog-right-col .blog-subscribe *{
    color:#fff;
}
.blog-subscribe h3, .blog-articles-outer h3 {
	margin-bottom: 10px;
}
.blog-articles-outer h3 
{
    	background:#333333;
	color:#fff;
	text-transform:uppercase;
	padding:10px 20px;
	margin: 0;
	font-size: 22px;
font-weight: 600;
font-family: 'Proxima Nova Lt';
}
.recent-btm-box {
	padding: 30px 20px;
	border: 1px solid #f2f2f2;
}
.recent-box {
	overflow: hidden;
	margin-bottom: 30px;
}
.recent-left {
	width: 35%;
	float: left;
	padding-right: 20px;
	box-sizing: border-box;
}
.recent-right {
	width: 65%;
	float: right;
}
.recent-articles-main {
	background: #f8f8f8;
}
.recent-box .post-title {
	font-size: 14px;
	color: #81b65a;
	font-weight: 600;
	font-family: 'Proxima Nova Lt';
	line-height: normal;
	margin: 0;
}
.recent-box .post-date {
	font-size: 11px;
	font-weight: 300;
	font-family: 'Proxima Nova Lt';
	color: #666666;
}
.recent-box .more-link {
	font-size: 11px;
	color: #175b72;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: underline;
	display: block;
max-width: 65px;
margin-top: 8px;
transition:all ease-in-out .5s;
-webkit-transition:all ease-in-out .5s;
-ms-transition:all ease-in-out .5s;
-o-transition:all ease-in-out .5s;
}
.post-txt p {
	font-size: 13px;
	color: #828282;
	font-weight: 300;
	font-family: 'Proxima Nova Lt';
	line-height: normal;
}
.recent-box:last-child {
	margin-bottom: 0;
}
.hs-blog-listing .detail-banner-main {
	display: none;
}
.mixitup-page-list button{
    background: transparent;
border: 0;
color: #605f5f;
font-size: 20px;
font-weight: bold;
font-family: 'Proxima Nova Rg';
padding: 10px 5px;
cursor:pointer;
transition:all ease-in-out .5s;
-webkit-transition:all ease-in-out .5s;
-ms-transition:all ease-in-out .5s;
-o-transition:all ease-in-out .5s;
}
.mixitup-page-list button:hover{
    color: #81b65a;
}
.mixitup-page-list button.mixitup-control-prev, .mixitup-page-list button.mixitup-control-next{
	background: #81b65a;
	padding:10px 20px;
	color:#fff;
}
.mixitup-page-list button.mixitup-control-prev:hover, .mixitup-page-list button.mixitup-control-next:hover{
    color:#fff;
}
.blog-subscribe h3 {
	font-size: 23px;
	font-weight: bold;
	font-family: 'Proxima Nova Rg';
	text-transform: uppercase;
}
.blog-subscribe form .hs-form-field > label {
	display: none;
}
.blog-subscribe form .hs-form-field input[type="email"] {
	padding: 0 10px !important;
	height: 45px;
	border-radius: 0;
	color: #000;
	text-indent: 0;
	margin: 0;
}
.blog-subscribe form .hs-form-field{
    margin-bottom: 10px;
}
.blog-subscribe form .hs-button.primary.large, .post-footer form .hs-button.primary {
	background: #81b65a;
	border: 2px solid #81b65a;
	padding: 10px 30px;
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Proxima Nova Lt';
	margin-top: 5px;
	cursor: pointer;
	transition:all ease-in-out .5s;
-webkit-transition:all ease-in-out .5s;
-ms-transition:all ease-in-out .5s;
-o-transition:all ease-in-out .5s;
}
.post-footer form .hs-button.primary
{
    border:2px solid #81b65a;
    padding:8px 30px;
    color:#fff;
}
.blog-subscribe form .hs-button.primary.large:hover{
    background: transparent;
    color:#fff;
    border:2px solid #fff;
}
.post-footer form .hs-button.primary:hover
{
     background:transparent;
    color:#81b65a;
}
.hs-blog-post .banner-section, .hs-blog-post .cat-filter-sec {
	display: none;
}
.detail-banner-main {
	min-height: 342px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 0;
	color: #fff;
}
.detail-banner-main::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: -1;
}
.detail-banner-main h1 {
	color: #fff;
	margin: 0;
line-height: normal;
font-family: 'Proxima Nova Lt';
font-weight:300;
}
.blog-section .post-body.section h3 {
	margin-bottom: 10px;
	margin-top: 10px;
}
.blog-section .post-body.section ul {
	padding-left: 0;
}
.blog-section .post-body.section li {
	list-style: none;
	padding-left: 20px;
	position: relative;
	font-size:16px;
	margin: 4px 0;
	color: #555555;
}
.blog-section .post-body.section li::before {
	font-family: 'font-icons';
	content: "\e659";
	position: absolute;
	left: 0;
	top: -3px;
	font-size: 16px;
	color:#81b65a;
}
.hs-blog-post .blog-section {
	margin-bottom: 30px;
}
.hs-blog-post .blog-section #hubspot-topic_data a
{
    color:#81b65a;
}
.post-footer form .hs-form-field > label{
    display:none;
}
.post-footer form input {
	height: 45px;
	text-indent:0;
	padding:10px 15px !important;
	margin: 0;
}
.post-footer fieldset.form-columns-2 .input,  .post-footer fieldset.form-columns-1 .input {
    margin-right: 0 !important;
}
.post-footer fieldset.form-columns-1 .hs-input {
    width: 100% !important;
   padding: 10px 15px !important;
text-indent: 0;
 }
body .post-footer .form-columns-2 > div {
	width: 49% !important;
	margin-right: 15px;
}
body .post-footer .form-columns-2 > div:last-child {
	margin-right: 0;
}
body .post-footer textarea {
    min-height: 120px;
height: auto;
margin: 0;
}
body .post-footer fieldset
{
    margin-bottom: 15px !important;
}
.advertisement-img img {
    width: 100%;
}
.blog-right-col .blog-articles-outer {
	margin-bottom: 35px;
}

/*=============================================*/
/*----------------Blog page css --------------*/
/*=============================================*/

.full-width-post-item .post-image img {
	height: 445px;
	object-fit: cover;
}
.blog-section h1 {
	/* font-size: 34px; */
	line-height: 40px;
	margin-bottom: 0px;
	font-weight: bold;
	font-family: 'Proxima Nova Rg';
	color: #333;
}
.blog-section .post-date {
	margin-bottom: 25px;
	color: #81B65A;
	font-size: 18px;
	font-weight: 600;
}
.single-topic-social {
	display: block;
	overflow: hidden;
	padding: 6px;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	margin-top: 25px;
}
.single-topic-social .topic-bar {
	display: inline-block;
	padding: 6px 0;
}
.single-topic-social .bloglisting-social {
	float: right;
}

/********404 page*******/
.error-template .main-content {
  text-align: center;
  padding: 60px 0 70px;
}
.error-template .main-content h1 {
	color: #82b65a;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 100;
  line-height: 36px;
}
.error-template .main-content h2 {
	margin-bottom: 20px;
  font-weight: 100;
}
.back-btn {
  margin-top: 20px;
}
.error-template .main-content .back-btn a{
  font-weight: 500;
font-family: 'Futura PT';
line-height: 41px;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
border: 2px solid #82b65a;
background-color: #82b65a;
border-radius: 3px;
display: inline-block;
position: relative;
cursor: pointer;
outline: none;
white-space: nowrap;
margin: 5px;
padding: 0 22px;
font-size: 14px;
height: 40px;
color: #FFF;
text-transform: uppercase;
letter-spacing: 2px;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
text-decoration: none;
color: #fff;
}
.error-template .main-content .back-btn a:hover {
	color: #82b65a;
  background: transparent;
}

/**** responsive start***/

@media (max-width:1440px) {
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:last-child ul {
        left: -30px !important;
    }
    .transform-txt .heading-block {
        margin-bottom: 0;
    }
    .transform-txt p {
        margin-bottom: 15px;
        font-size: 20px;
    }
    .transform-txt {
        padding: 28px 60px;
    }
    .process-steps.process-5 h4 {
        min-height: 54px;
    }
    .transform-txt .heading-block > span:not(.before-heading)
    {
        margin-bottom: 0;
    }
}

@media (min-width:1441px) and (max-width:1695px) {
    .transform-txt .heading-block {
        margin-bottom: 0;
    }
    .transform-txt p {
        font-size: 20px;
    }
    .transform-txt p {
        margin-bottom: 20px;
    }
}

@media (min-width:1231px) and (max-width:1330px) {
    .transform-txt .heading-block h3 {
        font-size: 22px;
    }
    .transform-txt .heading-block>span:not(.before-heading) {
        margin-top: 0;
    }
    .transform-txt p a {
        padding: 18px 34px;
    }
}

@media (max-width:1230px) {
    .page-center {
        max-width: 970px;
    }
  .post-items h2
  {
      font-size: 24px;
line-height: 26px;
  }
  .post-items h2 a
  {
      line-height: 26px;
  }
  .full-width-post-item .post-body-box h2
  {
      font-size: 26px;
  }
  .full-width-post-item .post-body-box h2 a
  {
      line-height: 28px;
  }
    .blog-right-col {
	padding-left: 0;
}
    .asessment-form-sec {
        right: 20px;
    }
    .banner-mod-main .footer-stick p {
        max-width: 60%;
    }
    #data-gather-sec .data-right-col {
        width: 66%;
    }
    .resp-tab-content {
        padding: 40px 0 0;
    }
    .comp-features-mod>span>div {
        min-height: 180px;
    }
    .comp-features-section.section-new {
        padding: 60px 0 0;
    }
    .growth-content h2 {
        font-size: 36px;
        line-height: normal;
        margin-bottom: 20px;
    }
    .growth-chart-main {
        margin-top: 30px;
    }
    .left-content h3 {
        margin-bottom: 20px;
        line-height: 35px;
    }
    .flexibility-header h2 {
        line-height: 40px;
        font-size: 36px;
    }
    .flexibility-content {
        font-size: 20px;
    }
    .inventory-row .growth-chart-main {
        margin-top: 0;
    }
    .growth-content p {
        font-size: 20px;
        line-height: 30px;
    }
    .member-caption p {
        padding: 0 50px;
    }
    .solution-columns .page-center>span>div {
        width: 31%;
        margin-right: 32px;
    }
    .solution-content {
        padding: 20px 18px 25px;
    }
    .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
        padding: 10px 19px;
    }
    #why-implant .implant-column {
        padding: 60px 30px;
    }
    #why-implant .implant-column {
        padding: 40px;
    }
    .transform-txt p a {
        padding: 12px 20px;
        font-size: 18px;
    }
    .transform-txt p {
        font-size: 14px;
    }
    .transform-txt .heading-block>span:not(.before-heading) {
        margin-top: 0;
        font-size: 17px;
    }
    .transform-txt .heading-block h3 {
        margin-bottom: 0;
        font-size: 22px;
    }
    .transform-txt {
        padding: 24px 60px;
    }
    .slider-caption h1 {
        font-size: 70px;
    }
    .slider-caption a.button-border {
        line-height: 37px;
    }
    .sticky-header .header-logo {
        padding-left: 10px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li {
        margin-right: 0;
    }
    .sticky-header .header-menu.custom-menu-primary.js-enabled {
        padding-right: 15px;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:last-child ul {
        left: auto !important;
        right: 0;
    }
    .back-to-top {
        bottom: 160px;
    }
    .solution-image img {
        height: auto;
    }
    .process-steps h4 {
        margin: 20px auto 0;
    }
      body .post-footer .form-columns-2 > div
    {
        margin-right: 12px;
    }
}

@media (max-width:991px) {
    body{
        overflow-x:hidden;
    }
    .detail-banner-main h1
    {
        font-size: 30px;
    }
    body .post-footer .form-columns-2 > div {
	margin-right: 9px;
}
    .page-center {
        max-width: 750px;
    }
    .full-width-post-item .post-body-box h2
    {
        font-size: 26px;
    }
    .full-width-post-item .post-body-box h2 a
    {
        line-height: 26px;
    }
    .post-left-column
    {
        width: auto;
        display: block;
    }
    .post-right-column
    {
        display: block;
        width: auto;
        padding: 20px 0 0;
    }
    .blog-subscribe h3, .blog-articles-outer h3
    {
        font-size: 18px;
        line-height: normal;
    }
    .post-items h2
    {
        font-size: 26px;
        line-height: 26px;
    }
    .post-image a {
	display: inline-block;
	width: 100%;
}
.post-image img {
	width: 100%;
}
.post-items {
	padding: 20px;
	box-shadow: 0 1px 8px 0 rgba(0,0,0,.15);
}
    .post-items h2 a
    {
        line-height: 26px;
    }
    .process-main.feature-box.fbox-rounded {
	margin-top: 0;
}
.process-steps.process-5 h4
{
    line-height: 22px;
}
    .process-steps.process-5.process-6 > span > div::after, .process-steps.process-5.process-6 > span > div::before {
	width: 40%;
}
    .banner-mod-main .footer-stick p {
        max-width: 48%;
    }
    .row-fluid [class*="span"].header-menu {
	float: right;
}
    .banner-mod-main .promo.footer-stick {
        text-align: left;
    }
    #horizontalTab ul.resp-tabs-list li {
        padding: 0 10px;
    }
    .data-right-col .span6 .row-fluid-wrapper .feature-box, .data-right-col .feature-box.fbox-small.fbox-plain {
        margin-bottom: 30px;
    }
    ul.resp-tabs-list li:first-child {
        margin-left: 0;
    }
    .comp-features-mod>span>div {
        width: 48%;
        min-height: 130px;
    }
    .comp-features-mod>span>div:nth-child(2n) {
        margin-right: 0;
    }
    .growth-content h2 {
        font-size: 30px;
    }
    .slider-caption h1 {
        font-size: 60px;
    }
    .growth-content p {
        font-size: 18px;
    }
    .growth-chart-main {
        padding-left: 0;
    }
    .left-content p {
        font-size: 18px;
        line-height: 24px;
    }
    .left-content h3 {
        margin-bottom: 10px;
        line-height: 28px;
        font-size: 22px;
    }
    .right-content {
        padding: 0px 0 0 20px;
    }
    .flexibility-header h2 {
        line-height: 36px;
        font-size: 30px;
    }
    .tabbing-section h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .operational-header h2 {
        margin: 0;
    }
    .contact-form {
        padding: 60px 0;
    }
    .implant-head span {
        font-size: 15px;
    }
    .process-steps.process-5>span>div::after, .process-steps.process-5>span>div::before {
        width: 44%;
    }
    .paper-text h2 {
        font-size: 32px;
        margin: 0;
    }
    .paper-text ul li {
        font-size: 18px;
        line-height: 30px;
    }
    .capabilities-header h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .content-main h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .paper-text p {
        font-size: 26px;
    }
    .promo.promo-dark h3 {
        font-size: 30px;
    }
    .column-6 h2 {
        font-size: 22px;
    }
    .feature-box.fbox-rounded {
        margin-top: 35px;
    }
    .content-main p {
        font-size: 20px;
    }
    .banner-section h1 {
        font-size: 40px;
    }
    .banner-section p {
        font-size: 20px;
    }
    .content-main h2 {
        margin: 0;
    }
    .solution-columns .page-center>span>div {
        margin-right: 25px;
    }
    .slider-caption p {
        font-size: 18px;
    }
    .inner-box {
        left: 20px;
        right: 20px;
        width: auto;
    }
    .logo.header-logo, .header-menu.custom-menu-primary.js-enabled {
        width: auto;
    }
    #why-implant .implant-column {
        padding: 20px;
    }
    .counter {
        margin-top: 10px;
        font-size: 30px;
    }
    .footer-bottom-row .col_half {
        width: auto;
    }
    .col_last.tright {
        float: right;
    }
    .promo.footer-stick {
        text-align: center;
        padding: 40px 0 60px;
    }
    .promo.promo-dark p {
        float: none;
        width: auto;
    }
    .promo.promo-dark p:last-child {
        float: none;
        width: auto;
        display: inline-block;
    }
    .promo.promo-dark a.cta_button {
        margin-top: 20px;
    }
    .header-logo img {
        height: 60px;
        max-width: 160px;
    }
    .header-menu.custom-menu-primary.js-enabled {
        margin-top: 5px;
    }
    #header {
        height: 60px;
    }
    .header-section {
        height: 100px;
    }
    .testi-content p, .testi-meta {
        font-size: 21px;
    }
    .heading-block h2 {
        font-size: 34px;
    }
    .heading-block h2+span {
        font-size: 20px;
    }
    .process-steps {
        margin: 50px 0;
    }
    #revolutionize {
        padding: 60px 0;
    }
    .alternate-section .row.clearfix.common-height {
        display: block;
    }
    .transform-right-col, .transform-left-col {
        width: auto;
    }
    .transform-txt {
        padding: 50px 60px;
    }
    .transform-txt .heading-block {
        margin-bottom: 15px;
    }
    .transform-txt p {
        font-size: 18px;
    }
    .transform-txt p a {
        padding: 15px 25px;
        font-size: 20px;
    }
    #why-implant .implant-column {
        border-bottom: 1px solid rgb(24, 92, 114);
    }
    #why-implant .implant-column:nth-child(3) {
        border-bottom: 0;
    }
    #why-implant .implant-column:nth-child(2) {
        border-right: 0;
    }
    #why-implant .implant-column {
        width: 50% !important;
        padding: 40px;
        height: auto;
    }
}

@media screen and (min-width:768px) {
    .custom-menu-primary .hs-menu-wrapper {
        display: block !important;
        background: transparent !important;
    }
    
}

@media (max-width: 767px) {
  /**event page**/  
    .page-center {
	max-width: 540px;
}
.events-left-col {
	float: none;
	width: 100%;
margin: 0 0 20px 0;
}

.events-left-col .entry-image img {
	width: 100%;
}
/**end**/

    .header-container-wrapper .container-fluid .row-fluid [class*="span"] {
        display: block;
        float: none !important;
        width: auto !important;
        margin-left: 0 !important;
    }
    .advertisement-img img {
	width: auto;
}
.advertisement-img {
    text-align: center;
}
    body .post-footer .form-columns-2 > div
    {
        margin-right: 12px;
    }
    .controls li a
    {
        font-size: 15px;
    }
    .full-width-post-item .post-date-auth
    {
        padding: 8px 20px;
    }
    .blog-right-col {
    margin-top: 50px;
}
.blog-right-col .blog-articles-outer {
	margin-bottom: 35px;
}
.blog-subscribe h3, .blog-articles-outer h3 {
    font-size: 22px;
}
    .controls li a span
    {
        line-height: 53px;
        padding: 17px 15px;
    }
    .process-steps.process-5 h4 br {
	display: none;
}
    .column-6
    {
        border-left: 0;
    }
    .tabbing-section h2 {
	display: block;
}
    .swiper-wrapper .swiper-slide
    {
        display: none !important;
    }
    .swiper-wrapper .swiper-slide.slides-for-mob {
        display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
    }
    .process-steps.process-5.process-6 > span > div {
	width: auto;
}
    .privacy-policy-sec h2
    {
        font-size: 25px;
    }
    .privacy-policy-sec p {
    font-size: 16px;
    }
    .growth-content {
    padding: 0 15px;
}
    #data-gather-sec .feature-box.fbox-small .feature-content {
	text-align: center;
}
    .feature-box.fbox-small .feature-content
    {
        text-align: left;
    }
    .promo.footer-stick
    {
        padding: 40px 0;
    }
    .image-right .implant-text {
	padding-right: 0;
}
    .asessment-form-sec {
        position: static;
        margin: 0 auto !important;
        float: none !important;
    }
    .fbox-text {
        text-align: left;
    }
    .capabilities-header {
        text-align: center;
    }
    .banner-mod-main .promo.footer-stick {
        text-align: center;
    }
    .banner-mod-main .footer-stick p {
        max-width: inherit;
    }
    .promo.promo-dark p:last-child {
        display: block;
    }
    .banner-mod-main .banner-section {
        padding: 30px 0;
        height: auto;
    }
    .inner-box {
        height: 338px !important;
    }
    .heading-block h2 {
        line-height: normal;
    }
    body .spacer {
        display: none !important;
    }
    .heading-block h2+p {
        font-size: 20px;
    }
    #why-implant.why-implant {
        padding: 0;
    }
    .opportunities-sec {
        padding: 60px 0 30px;
    }
    #data-gather-sec {
        padding: 0 0 30px;
    }
    #data-gather-sec .data-left-col {
        width: auto;
        text-align: center;
    }
    #data-gather-sec .data-right-col {
        width: auto;
        padding: 0;
        margin-top: 30px;
        text-align: center;
    }
    .feature-box {
        text-align: center;
    }
    .data-right-col .feature-box.fbox-small.fbox-plain, .data-right-col .row-fluid-wrapper:last-child .feature-box {
        margin-bottom: 30px;
    }
    .comp-features-mod>span>div {
        min-height: 180px;
    }
    .comp-features-mod>span>div:nth-child(3n) {
        margin-right: 4%;
    }
    .comp-features-mod>span>div:nth-child(even) {
        margin-right: 0;
    }
    .stream-header {
        padding-bottom: 0;
    }
    .streamline-img {
        padding: 40px;
    }
    .sales-tabbing .right-content {
        padding: 0;
    }
    .inventory-row .growth-content {
        margin-top: 0;
    }
    .inventory-row.demand-top-row .growth-chart-main {
        margin-top: 40px;
    }
    .resp-tab-content {
        border-top: 0;
    }
    .process-3>span>div {
        width: auto;
        float: none;
        margin-bottom: 50px;
    }
    .process-3>span>div:last-child {
        margin-bottom: 0;
    }
    .process-3>span>div::before, .process-3>span>div::after {
        display: none;
    }
    .resp-tab-content {
        padding: 20px 0 0;
    }
    .left-content {
        width: auto;
        float: none;
        padding-right: 0;
    }
    .right-content {
        padding: 0;
        margin-top: 30px;
        width: auto;
        float: none;
    }
    .operational-header h2 {
        font-size: 23px;
    }
    .testimonial-box {
        margin: 0 auto 50px;
    }
    .flexibility-content {
        margin: 10px auto 0px !important;
    }
    ul.resp-tabs-list {
        display: none;
    }
    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }
    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display: none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
    .heading-block h2.resp-accordion {
        display: block;
        font-size: 20px;
        font-weight: normal;
        text-align: left;
        border-top: 1px solid #c1c1c1;
        margin-bottom: 10px;
        font-family: 'Proxima Nova Rg';
        font-weight: normal;
    }
    .growth-content {
        text-align: center;
    }
    .growth-chart-main {
        margin-top: 50px;
    }
    .contact-form {
        padding: 0;
    }
    .paper-section {
        padding: 60px 0 40px;
        text-align: center;
    }
    .paper-section .paper-text {
        width: auto;
        padding-left: 0;
    }
    .paper-section .paper-image {
        width: auto;
        max-width: 300px;
        margin: 0 auto 30px !important;
    }
    .image-text-section {
        padding: 60px 0;
    }
    .contact-form form .form-columns-2>div.hs-form-field {
        width: auto;
        margin-right: 0;
        float: none;
    }
    .image-left .implant-image, .image-right .implant-text, .image-left .implant-text, .image-right .implant-image {
        float: none;
        text-align: left;
    }
    .implant-image, .implant-text {
        width: auto;
    }
    .implant-image {
        margin-bottom: 30px;
    }
    .resource-text {
        margin-top: 15px;
    }
    #testimonial-slider h2 {
        font-size: 35px;
    }
    .process-steps.process-5>span>div::after, .process-steps.process-5>span>div::before {
        display: none;
    }
    .process-steps.process-5>span>div {
        width: auto;
        margin: 0 auto 40px;
        float: none;
    }
    .process-steps.process-5>span>div:last-child {
        margin: 0 auto;
    }
    .process-steps h4 {
        max-width: inherit;
    }
    .capabilities-header {
        margin-bottom: 0;
    }
    .column-6.first-column {
        padding-right: 0;
        border-right: 0;
    }
    .process-steps.process-5 h4 {
        min-height: inherit;
    }
    .column-6.first-column .fbox-text {
        padding-left: 20px;
        overflow: hidden;
        position: relative;
        padding-right: 0;
        text-align: left;
    }
    .feature-box.left-text .fbox-icon {
        padding-left: 0;
        position: static;
        float: left;
    }
    .column-6 {
        padding-left: 0;
        margin: 40px 0 0 0 !important;
    }
    .banner-section h1, .content-main h2 {
        font-size: 40px;
    }
    .banner-section p {
        font-size: 18px;
    }
    .content-main p {
        font-size: 20px;
    }
    .solution-columns .page-center>span>div {
        margin-right: 0;
        max-width: 290px;
        margin: 0 auto 40px !important;
        width: auto;
        float: none;
    }
    .solution-columns .page-center>span>div:last-child {
        margin-bottom: 0 !important;
    }
    .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;
    }
    .mobile-trigger {
        display: inline-block !important;
        /* Hide button on Desktop */
        cursor: pointer;
        /* Mouse pointer type on hover */
        position: absolute;
        /*******************************************/
        top: 90px;
        /* Position Button at top right of screen  */
        right: 0;
        /*******************************************/
        width: auto;
        /* Button width */
        height: auto;
        /* Button height */
        padding: 6px 12px;
        margin-top: -16px;
        z-index: 99999999999;
        /* Z-index to keep button on top of other layers */
        font-size: 16px;
        text-align: center;
        font-weight: normal;
        text-align: left;
        text-transform: uppercase;
    }
    .mobile-trigger:hover {
        text-decoration: none;
        /* Removes link text underline on button */
    }
    .mobile-trigger span {
        background: #000;
        margin-bottom: 3px;
        width: 26px;
        height: 3px;
        display: block;
    }
    .mobile-trigger span:last-child {
        margin-bottom: 0;
    }
    /* Change button when menu is open */
    .mobile-open .mobile-trigger {}
    /* Toggle Button Icon & Animations
     ========================================================================== */
    .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: 50px !important;
        padding: 0 !important;
        border-left: 1px dotted rgba(255, 255, 255, .30);
        line-height: 0px;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
        background: transparent;
    }
    .child-trigger:hover {
        text-decoration: none;
    }
    .child-trigger i {
        position: relative;
        top: 50%;
        /* Centers icon inside button */
        margin: 0 auto !important;
        color: #000;
    }
    .child-trigger i:after {
        position: absolute;
        content: '';
    }
    .child-trigger i, .child-trigger i:after {
        width: 8px;
        /* Icon line width */
        display: block;
    }
    .child-trigger i:after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .child-trigger.child-open i:after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .child-trigger.child-open i {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    /* Menu Styles on Mobile Devices
     ========================================================================== */
    /* 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 {
        /**************************************************************/
        top: 0;
        /* Positions the menu to drop from the very top of the screen */
        left: 0px;
        /**************************************************************/
        width: 100%;
        background: #fff;
        line-height: 0;
    }
    .custom-menu-primary .hs-menu-wrapper {
        padding: 0 0 0 0;
        width: 100%;
        /* Full screen width */
        z-index: 8888;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li {
        position: relative;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li a {
        font-size: 18px;
        line-height: 30px;
        overflow: visible;
        display: block;
    }
    /* Level 1 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper>ul li {
        border-top: 1px dotted rgba(255, 255, 255, .35);
        /* Adds transparent dark highlights to top of top level list items */
    }
    .custom-menu-primary .hs-menu-wrapper>ul li a {
        padding: 0 10px;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a:after {
        display: none;
    }
    /* Level 2 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper>ul ul {
        background: transparent;
        border: 0px;
        padding: 0px;
    }
    .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 */
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after {
        display: none;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li>ul:before {
        display: none;
    }
    /* Level 3 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper>ul ul ul li a {
        text-indent: 30px;
        /* Indent Child lists */
    }
    .custom-menu-primary .hs-menu-wrapper>ul ul ul ul li a {
        text-indent: 50px;
        /* Indent Child lists */
    }
    .header-container-wrapper .container-fluid .row-fluid [class*="span"].header-logo {
        float: left !important;
        padding-left: 15px;
    }
    .header-container-wrapper .container-fluid .row-fluid [class*="span"].contact-info, .header-container-wrapper .container-fluid .row-fluid [class*="span"].grey-btn, .header-container-wrapper .container-fluid .row-fluid [class*="span"].green-btn {
        display: inline-block;
    }
    .header-container-wrapper .container-fluid .row-fluid [class*="span"].header-section .page-center {
        padding: 0;
    }
    .top-left-col {
        text-align: center;
    }
    .header-container-wrapper .container-fluid .row-fluid [class*="span"].spacer {
        display: none;
    }
    .sticky-header .mobile-trigger {
        top: 34px;
    }
    .sticky-header .header-menu.custom-menu-primary.js-enabled {
        padding-right: 0;
        min-height: 0;
        margin-top: 0;
    }
    .header-logo {
        margin-top: 0;
    }
    .slider-caption p {
        font-size: 15px;
        margin-top: 10px;
    }
    .slider-caption h1 {
        font-size: 50px;
    }
    .slider-caption a {
        margin: 0;
        margin-right: 10px;
    }
    .slider-caption a.button-border {
        margin-right: 0;
    }
    .process-steps div.perform-col {
        width: auto;
        float: none;
        margin-bottom: 50px;
    }
    .process-steps div.perform-col::after, .process-steps div.perform-col::before {
        display: none;
    }
    .process-steps div.perform-col:last-child {
        margin-bottom: 0;
    }
    .header-menu.custom-menu-primary.js-enabled {
        margin-top: 50px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul ul {
        width: 100%;
    }
    .sticky-header .header-container-wrapper .container-fluid .row-fluid [class*="span"].header-logo {
        margin-top: 15px;
    }
    .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
        display: block !important;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -ms-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
        letter-spacing: 0;
    }
    .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a:hover {
        background: #82b65a !important;
        color: #fff !important;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover i {
        color: #fff;
    }
    #why-implant .implant-column {
        border-right: 0;
        width: auto !important;
    }
    .implant-main {
        margin-top: 0;
    }
    #why-implant .implant-column:nth-child(3) {
        border-bottom: 1px solid rgb(24, 92, 114);
    }
    #why-implant {
        padding: 60px 0 20px;
    }
    #footer {
        padding: 60px 0 40px;
        text-align: center;
    }
    .footer-bottom-row .col_half {
        text-align: center;
    }
    .col_last.tright {
        float: none;
    }
    .swiper-wrapper .swiper-slide {
        height: 380px;
    }
    .slider-caption a {
        line-height: 37px;
        padding: 0 18px;
        letter-spacing: 0;
        height: 37px;
    }
    .slider-caption a.button-border {
        line-height: 34px;
    }
    .slider-caption {
        width: 70%;
    }
    .top-left-col {
        margin-bottom: 15px;
    }
    .header-section {
        height: 108px;
    }
    .column-6.first-column h2 {
        text-align: left;
    }
    .image-left .implant-text {
        padding-left: 0;
    }
    .image-text-section .alternate-sections>span>div {
        margin-bottom: 60px;
        padding: 0 0 60px;
    }
}

@media (max-width:639px) {
    .slider-caption h1 {
        font-size: 35px;
        font-weight: 400;
    }
    body .post-footer fieldset {
	margin-bottom: 0 !important;
}
body .post-footer .form-columns-2 > div
{
    margin-bottom: 15px;
}
 body .post-footer .hs_submit.hs-submit {
	margin-top: 10px;
}
    .detail-banner-main h1 {
	font-size: 26px;
	text-align: center;
	line-height: 36px;
}
.detail-banner-main
{
    min-height: inherit;
    padding: 120px 0;
}
    body .post-footer form input
    {
        padding: 10px 15px !important;
    }
    body .post-footer .form-columns-2 > div {
	width: 100% !important;
	margin-right: 0;
}
    .main-blog-sec {
	padding: 50px 0;
    }
    .full-width-post-item .post-topic-label
    {
        font-size: 15px;
    }
    .heading-block h3
    {
        font-size: 20px;
    }
    .banner-section
    {
        text-align: center;
    }
    .header-container-wrapper .container-fluid .row-fluid [class*="span"].header-menu
    {
        float: left !important;
        width: 100% !important;
    }
    .header-menu.custom-menu-primary.js-enabled, .sticky-header .header-menu.custom-menu-primary.js-enabled {
	margin-top: 0;
}
    .feature-box .fbox-icon {
        top: -4px;
    }
    .privacy-policy-sec h2
    {
        line-height: normal;
    }
    .block {
	display: inline;
}
    .left-content h3
    {
        font-size: 20px;
    }
    .left-content p {
    font-size: 16px;
    }
    body input[type="text"], body input[type="password"], body input[type="datetime"], body input[type="datetime-local"], body input[type="date"], body input[type="month"], body input[type="time"], body input[type="week"], body input[type="number"], 
    body input[type="email"], body input[type="url"], body input[type="search"], body input[type="tel"], body input[type="color"], body input[type="file"], body textarea, body select
    {
        width: 100% !important;
        padding: 10px 0 !important;
        margin-bottom: 0;
    }
    .inner-box {
        height: 248px !important;
    }
    .comp-features-mod>span>div {
        width: 100%;
        min-height: inherit;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .comp-features-section.section-new {
        padding: 60px 0 30px;
    }
    .promo.footer-stick {
        padding: 40px 0;
    }
    .sales-tabbing .tabbing-header {
        margin-bottom: 30px;
    }
    .heading-block h2+p {
        font-size: 18px;
    }
    .why-implant-content {
        font-size: 20px;
    }
    .growth-content h2 {
        font-size: 28px;
    }
    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 {
        width: 100%;
        height: 48px;
        line-height: normal;
    }
    .heading-block h2.resp-accordion {
        font-size: 20px;
    }
    .member-caption {
        font-size: 18px;
        margin: 20px auto 0;
    }
    .member-caption p {
        margin-bottom: 20px;
    }
    .partner-logos-section .section>span>div img {
        width: 85% !important;
        margin: 0 auto;
    }
    .heading-block h2, .promo.promo-dark h3, .capabilities-header h2, .content-main h2 {
        font-size: 28px;
        line-height: normal;
    }
    .promo-full.promo.promo-dark a.cta_button {
        font-size: 20px;
    }
    .process-steps h4 {
        max-width: inherit;
        margin: 20px auto 0;
    }
    #performance-section .green-btn a {
        padding: 20px 20px;
        font-size: 19px;
    }
    .heading-block h2+span, .content-main p {
        font-size: 18px;
    }
    .transform-txt p a {
        font-size: 19px;
    }
    .team-member-image {
        width: auto;
        float: none;
        text-align: center;
    }
    .member-text {
        float: none;
        width: auto;
    }
    .team-member-image img {
        max-width: 140px;
    }
    .member-text {
        text-align: center;
        margin-top: 10px;
    }
    .member-text h3 {
        font-size: 20px;
        margin-bottom: 0;
        line-height: normal;
    }
    .social-icons {
        margin-top: 10px;
    }
}
@media (max-width:575px){
    .page-center{width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box;
}
  .header-container-wrapper .container-fluid .row-fluid [class*="span"].header-logo
  {
    padding-left: 0;
  }
}
@media (max-width:568px) {
    .footer-container-wrapper .hs-menu-wrapper, .footer-container-wrapper .hs-menu-wrapper * {
        display: inline-block !important;
        width: auto;
    }
    .copyright-links li::after, .col_last.tright .copyright-links li::after {
        right: -3px;
    }
    .copyrights-menu li:last-child a {
        margin: 0 0 0 7px;
    }
    #footer {
        padding: 40px 0 20px;
    }
}

@media (max-width:479px) {
    .single-topic-social .topic-bar
    {
        display:block;
    }
    .single-topic-social .bloglisting-social 
    {
    	float: none;
    	margin-left: 0;
    }
    .detail-banner-main
    {
       padding: 80px 0;
    }
    .full-width-post-item .left-btn a
    {
       padding: 8px 15px;
    }
    .bloglisting-social i {
	     font-size: 26px;
    }
    .full-width-post-item .left-post-date, .full-width-post-item .right-post-auth
    {
       float: none;
       font-size: 14px;
    }
    .full-width-post-item .bloglisting-social {
      margin-left: 9px;
    }
    .blog-section .post-body.section li, .full-width-post-item .post-topic-label 
    {
       font-size: 14px;
    }
    .detail-banner-main h1
    {
       font-size: 22px;
       line-height: 30px;
    }
    .blog-subscribe h3, .blog-articles-outer h3
    {
       font-size: 20px; 
    }
    .post-body p
    {
       font-size: 15px;
    }
    .post-items h2, .full-width-post-item .post-body-box h2
    {
       font-size: 22px;     
    }
    .header-container-wrapper .container-fluid .row-fluid [class*="span"].green-btn {
       display: none;
    }
    .blog-subscribe form .hs-button.primary.large, .post-footer form .hs-button.primary
    {
       padding: 8px 20px;
       font-size: 15px;
    }
    .story-sec {
	    padding: 50px 0;
    }
        .heading-block h2.resp-accordion {
      font-size: 18px;
    }
    .privacy-policy-sec h2 {
        font-size: 22px;
    }
    .left-content h3
    {
        line-height: normal;
        font-size: 16px;
        margin-bottom: 5px;
    }
    .contact-form .hs_submit input{
        padding: 12px 0;
        line-height: normal;
    }
    .column-6.first-column h2 {
        text-align: center;
    }
    body .assessment-form .hs_submit .hs-button {
        font-size: 18px;
    }
    .inner-box {
        height: 158px !important;
    }
    .heading-block h2+p {
        font-size: 16px;
    }
    .tabbing-section h2
    {
         font-size: 28px;
        line-height: normal;
    }
     .flexibility-header h2 {
        font-size: 28px;
        line-height: normal;
        display: inline-block;
    }
    .download-section {
        padding: 40px 0;
    }
    .download-section h2 {
        font-size: 22px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li a {
        font-size: 16px;
    }
    .slider-caption h1 {
        font-size: 28px;
    }
    .partner-logos-section .slick-slide {
        border-right: 0;
    }
    .partner-logos-section .section>span>div img {
        width: 75% !important;
    }
    .slick-arrow {
        left: 10px;
    }
    .slick-next.slick-arrow {
        right: 10px;
    }
    .slider-caption {
        width: 100%;
    }
    .slider-caption a.button-border {
        background: #95979a;
        color: #fff;
    }
    .testi-content p, .testi-meta {
        font-size: 18px;
    }
    .testimonial-full .testi-meta {
        font-size: 16px;
    }
    .heading-block h2, .promo.promo-dark h3 {
        font-size: 26px;
    }
    .heading-block h2+span {
        font-size: 16px;
    }
    #performance-section .green-btn a {
        padding: 20px 7px;
        font-size: 16px;
        line-height: normal;
    }
    #performance-section .green-btn a span {
        margin-top: 0;
    }
    .transform-txt {
        padding: 50px 15px;
    }
    .transform-txt p {
        font-size: 16px;
    }
    .transform-txt .heading-block h3 {
        letter-spacing: 0;
    }
    .transform-txt p a {
        font-size: 16px;
        padding: 15px 22px;
    }
    .transform-txt p a span {
        font-size: 13px;
    }
    .back-to-top {
        bottom: 20px;
        right: 10px;
    }
    .banner-section {
        padding: 80px 0;
    }
    .banner-section h1, .capabilities-header h2 {
        font-size: 34px;
    }
    .banner-section p {
        font-size: 16px;
    }
    .content-main h2 {
        font-size: 28px;
        line-height: normal;
    }
    .content-main h2 {
        font-size: 24px;
        line-height: normal;
    }
    .heading-block h2+span, .content-main p {
        font-size: 16px;
    }
    .column-6 h2 {
        text-align: center;
    }
    .column-6 h2 {
        font-size: 20px;
    }
    .feature-box p {
        line-height: 23px;
        margin: 0;
    }
    .promo-full.promo.promo-dark a.cta_button {
        padding: 20px 15px;
        font-size: 15px;
    }
    .promo-full.promo.promo-dark a.cta_button span {
        font-size: 13px;
    }
    .download-section p {
        font-size: 14px;
    }
    .member-caption p {
        padding: 0 50px;
    }
    #testimonial-slider .slick-arrow {
        left: 0;
    }
    #testimonial-slider .slick-next.slick-arrow {
        right: 0;
        left: auto;
    }
    .member-caption {
        font-size: 16px;
        line-height: 24px;
    }
    #testimonial-slider h2 {
        font-size: 28px;
    }
    .implant-head h2 {
        font-size: 20px;
        line-height: normal;
    }
    .implant-head span {
        font-size: 14px;
    }
    .implant-content>p {
        font-size: 14px;
    }
    .contact-form .page-center {
        padding: 50px 15px;
    }
    .contact-form h2 {
        font-size: 22px;
    }
    .tabbing-section h2, .flexibility-header h2 {
        font-size: 24px;
    }
    .operational-header h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .growth-content h2 {
        font-size: 26px;
    }
    .capabilities-header h2 {
      font-size: 28px;
      margin: 0;
    }
  
}