/* @import url('http://example.com/example_style.css'); */
@import url("https://use.typekit.net/hww5dlf.css");

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

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

/* Colors */
  
  
  
  
    /*  */
    /*  */
    /*  */

/* Typography */
            
           
           
                         
                         


 



*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
html { min-height:100%; position:relative; }
body {-webkit-tap-highlight-color: rgba(255, 255, 255, 0); background: #fff; color: #323232; font-family: motiva-sans, sans-serif; font-weight: 300; font-size: 18px; line-height: 26px; padding:0; margin:0; overflow-x:hidden; opacity:0; -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;  }
body.show { opacity:1; }
.body-container-wrapper { overflow-x:hidden; }

a { outline:none; text-decoration:none; color:#47bdad; -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease; }
a:hover { color:#00927e; }

ul { padding-left:0; }
li { list-style:none; }
 
iframe { border:none; }
.img-responsive, img { max-width:100%; height:auto; }
.clear { clear:both; }
input,button,textarea { border:none; outline:none; }
input[type=submit] { cursor:pointer; background-image:url(//cdn2.hubspot.net/hubfs/383029/espark_images/blank.png) !important;  }


h1 { color:#323232; font-family: motiva-sans, sans-serif; font-size:48px; margin:0; line-height:58px; font-weight:300;}
h2 { color:#323232; font-family: motiva-sans, sans-serif; font-size:36px; margin:0; line-height:46px; font-weight:300;}
h3 { color:#323232; font-family: motiva-sans, sans-serif; font-size:26px; margin:0; line-height:36px; font-weight:300;}
h4 { color:#323232; font-family: motiva-sans, sans-serif; font-size:20px; margin:0; line-height:24px; font-weight:500;}
h5 { color:#231F20; font-family: motiva-sans, sans-serif; font-size:18px; margin:0; line-height:22px; font-weight:300;}
h6 { color:#231f20; font-family: motiva-sans, sans-serif; font-size:14px; margin:0; line-height:20px; font-weight:300;}


.row-fluid .center-text { text-align:center; }
.row-fluid .uppercase-text { text-transform:uppercase; }
.row-fluid .right-text{ text-align:right; }

.row-fluid [class*="span"]{ min-height:0;}
body .row-fluid [class*="span"].widget-type-space { min-height:1px; }
.row-fluid .back-img { background-size:cover; background-position:center center; background-repeat:no-repeat; }
.row-fluid .front-img { display:none; }
.row-fluid .wrapper,.row-fluid .page-wrapper { margin:0 auto !important; float:none; max-width:100%; }
.row-fluid p { margin:10px 0 20px; }
.row-fluid .hs-error-msgs { padding:0; margin:10px 0px; }
.row-fluid .hs-error-msgs li { font-size:16px; display:inline-block; }
a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

/* Override max width on menu links */
.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, .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {  overflow: hidden !important; max-width: none !important;  width: auto !important;  white-space:normal !important; }
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,.hs-menu-wrapper.hs-menu-flow-vertical > ul li a { white-space:normal; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }

.row-fluid .cta-btn a { background:#47bdad; font-size:12px; line-height:16px; padding:7px 19px; color:#fff; border-radius:25px; display:inline-block;  }
.row-fluid .cta-btn a:hover { background:#00927e; }

.row-fluid .cta-btn.bordercta-btn a { background:transparent; font-size:12px; line-height:16px; padding:7px 25px; color:#47bdad; border-radius:25px; display:inline-block; border:1px solid #47bdad; }
.row-fluid .cta-btn.bordercta-btn a:hover { background:#00927e; color:#fff; }


/* Form Globle */
.row-fluid .field > label { margin-bottom:3px; display:inline-block; color:#434344; font-size:12px; line-height:18px; font-weight:300; font-family: motiva-sans, sans-serif; text-transform:uppercase; }
.row-fluid .hs-form fieldset {max-width:none}
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 { font-weight:300; color:#323232; font-family: motiva-sans, sans-serif; font-size:14px; background:#fff; height:33px !important; padding:0 10px; border-radius:0; border:1px solid #EFEEEF; }
.row-fluid select { color:#323232;  -webkit-appearance: none; -moz-appearance: none; appearance: none;  background-image: url(''); background-repeat:no-repeat; background-position: right center;  background-color:#fff; height:33px; padding:0 45px 0 10px; font-size:14px; -webkit-border-radius:0px;
    -moz-border-radius: 0px; border-radius:0px; font-weight:300; font-family: motiva-sans, sans-serif; border:1px solid #d7d7d7; }
.row-fluid select:focus { outline:none; }
.row-fluid textarea { background:#fff; border:1px solid #EFEEEF; font-weight:300; font-family: motiva-sans, sans-serif; color:#323232; padding:10px 10px; font-size:14px; height:110px; resize:none;  width:100%;  }
.row-fluid .hs-form .input { margin-right:0; }
.row-fluid .hs-form .field { padding:0 0 22px 0; }
.row-fluid .hs-form .form-columns-2 .field:first-child { padding:0 12.5px 22px 0}
.row-fluid .hs-form .input { margin-right:0}
.row-fluid .hs-form .form-columns-2 .field { padding:0 0 22px 12.5px}
.row-fluid .hs-form .form-columns-2 .field:first-child+.field { padding:0 0 22px 12.5px}
.row-fluid .hs-form fieldset.form-columns-1 .input,.row-fluid .hs-form fieldset.form-columns-2 .input { margin-right:0; }
.row-fluid .hs-form fieldset.form-columns-1 .hs-input { width:100%; }
    body input[type="submit"],a.hs-button, body input[type="button"] { white-space:normal; font-family: motiva-sans, sans-serif; min-width:140px; font-weight:300;  padding:1px 20px 0 20px; min-height:30px; text-transform:uppercase; display:inline-block; background-color:transparent; border:1px solid #47bdad; color:#47bdad; line-height:24px; font-size:14px;  text-align:center; 
        -webkit-border-radius:20px; -moz-border-radius: 20px; border-radius:20px; -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease; }
body input[type="submit"]:hover, body input[type="button"]:hover,a.hs-button:hover { background-color:#47bdad; color:#fff; }
a.hs-button { padding-top:2px; }

.row-fluid .hs-form input[type=checkbox] { visibility:hidden; display:none;  }
.row-fluid .hs-form input[type=checkbox] + span { position:relative; padding-left:30px; cursor:pointer; display:inline-block; color:#434344; font-size:17px; line-height:20px; font-weight:700; font-family: motiva-sans, sans-serif; padding-top:10px; display:inline-block; }
.row-fluid .hs-form input[type=checkbox] + span:before { content:''; width:20px; height:20px; background:url() no-repeat; display:inline-block; position:absolute; left:0px; top:10px; }
.row-fluid .hs-form input[type=checkbox]:checked + span:before { background:url() no-repeat; }


.row-fluid .top-space { margin-top:65px; }
.row-fluid .gray-bg { background:#f9f9fa;}
.row-fluid .green-bg { background:#47bdad;}

.BLOG-CTA .span6 { width: 43%!important;}

/* Slider */
.slick-slider { position: relative; display: block; -moz-box-sizing: border-box; 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,.slick-slide: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; }
.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; }
.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; }

/* Dots */
.slick-slider { padding-bottom: 50px; }
.slick-dots {  position: absolute;  bottom: 0px; display: block; width: 100%; padding: 0; list-style: none; text-align: center; }
.slick-dots li { position: relative; display: inline-block; width: 12px; height: 12px; margin: 0 8px; padding: 0; cursor: pointer; }
.slick-dots li button {  font-size: 0; line-height: 0; display: block; width: 12px; height: 12px; padding: 5px; cursor: pointer; color: transparent; border: 0;
    outline: none; background: transparent; border:1px solid #716e6f; border-radius:100%; }
.slick-dots li button:hover,.slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { font-size: 10px; line-height: 10px; position: absolute; top: 0; left: 0; width: 12px; height: 12px; content: ''; text-align: center; color: black; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button { opacity: 1; background: #716e6f;  }
 
/* Arrows */
.slick-prev, .slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%;
 display: block; width: 30px; height: 30px; transform:translateY(-50%); -moz-transform:translateY(-50%); -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); padding: 0; cursor: pointer;
color: transparent; border: none; outline: none; background: transparent; z-index:9; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: transparent; outline: none; background: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {  }
.slick-prev:before, .slick-next:before { font-size: 20px; line-height: 1; color: white; -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale; font-family: 'FontAwesome'; }
.slick-prev { left: 0px; }
.slick-prev:before { content: ""; background:url() no-repeat;  width:30px; height:30px; display:inline-block; background-size:100%; }
.slick-next { right: 0px; }
.slick-next:before { content: ""; background:url() no-repeat; width:30px; height:30px; display:inline-block;  background-size:100%; }


/* Header */
.row-fluid .header { padding-left:40px; padding-right:33px; position:fixed; z-index:99; left:0; right:0; background:#fff;padding-top: 50px; }
.header-announce-bar-wrap { font-size: 16px; }
.row-fluid .header .logo { padding:15px 0; }
.row-fluid .right-header { text-align:right; padding-top:20px; }
.row-fluid .right-header .top-loginlink { padding-right:20px; opacity:0; visibility:hidden; }
.row-fluid .right-header .top-loginlink a { display:inline-block; font-size:12px; line-height:16px; text-transform:uppercase; margin-bottom:5px; }
.row-fluid .right-header .cta-btn a { margin-bottom:10px; }
.row-fluid .nav-menu,.row-fluid .right-header .cta-btn { width:auto; float:none; display:inline-block; margin:0; }
.row-fluid .nav-menu .hs-menu-wrapper > ul > li > a { font-size:12px; text-transform:uppercase; line-height:16px; color:#716e6f; padding:2px 20px 15px; position:relative; }
.row-fluid .nav-menu .hs-menu-wrapper > ul li a:hover { color:#47bdad; }
.row-fluid .nav-menu .hs-menu-wrapper > ul > li .hs-menu-children-wrapper { border-top:2px solid #47bdad; background:rgba(255,255,255,1); text-align:left; min-width:200px; }
.row-fluid .nav-menu .hs-menu-wrapper > ul > li .hs-menu-children-wrapper li a { font-size:12px; color:#716e6f;  }
.row-fluid .nav-menu .hs-menu-wrapper > ul > li .hs-menu-children-wrapper li a:hover, .row-fluid .nav-menu li a:hover { color:#47bdad;}
.row-fluid .nav-menu .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:100%; top:-5px; }
.header-announce-bar-main-wrap { position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    text-align: center;}


.CTA-BG{
  background: url("https://cdn2.hubspot.net/hubfs/4006992/homepage/Main-BG.jpg");
  
}

.ffields{
text-align:center;
}

.ffields input[type="email"]{
width:300px;
  margin-top: 65px;
  text-align: center;
}

.ffields input[type="submit"] {
padding: 0px 110px;
    background: #001A4B;
    border: none;
    color: #fff;
}
.CTA-BG H2{
    font-size: 32px;
    color: #fff;
    padding-top: 30px;
}
.CTA-BG P{

COLOR: #FFF;
}

/* Footer */
.row-fluid .footer { background:#F9F9FA; padding:35px 0 30px; font-size:12px; line-height:16px; position: absolute; left:0; right:0; width:100%; bottom:-200px; }
.row-fluid .footer .ftsocial-links ul li { display:inline-block; padding-right:15px; }
.row-fluid .footer .ftsocial-links ul li a { display:inline-block; font-size:35px; line-height:35px; color:#011b4b; } 
.row-fluid .footer .ftsocial-links ul li a:hover { color:#47bdad; }
.row-fluid .footer .right-footer { padding-top:18px; }
.row-fluid .footer .ftleft-address { padding-top:22px; }
.row-fluid .footer .footer-menu {/* width:30%; margin:0;*/ padding-left:15px; padding-right:15px; border-right:1px solid #716e6f; }
/*.row-fluid .footer .footer-menu.footer-midmenu { width:40%; }*/
.row-fluid .footer .footer-menu:last-child { border-right:none; }
.row-fluid .footer .footer-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper { opacity:1; visibility:visible; position:relative; left:0; }
.row-fluid .footer .footer-menu .hs-menu-wrapper > ul { margin:0 auto; display:table; }
.row-fluid .footer .footer-menu .hs-menu-wrapper > ul ul li:last-child a,.row-fluid .footer .footer-menu .hs-menu-wrapper > ul ul li:last-child { padding-bottom:0;  }
.row-fluid .footer .footer-menu ul li.hs-menu-depth-1 > a { color:#011b4b; padding-bottom:8px; }
.row-fluid .footer .footer-menu ul li.hs-menu-depth-1 > a:hover { color:#47bdad;}
.row-fluid .footer .footer-menu.lastfooter-menu ul li.hs-menu-depth-1 > a { padding-bottom:10px; }
.row-fluid .footer .footer-menu ul li.hs-menu-depth-1:first-child a { padding-top:0; }

.row-fluid .footer .footer-menu ul li a { color:#716e6f; padding:3px 0; }
.row-fluid .footer .footer-menu ul li a:hover { color:#011b4b; }
.row-fluid .footer .footer-menu ul li { padding-bottom:5px; }
.row-fluid .footer .footer-menu.ftabout-menu ul li.hs-menu-depth-1 { padding-bottom:20px; }
.row-fluid .footer .footer-menu.ftabout-menu ul li.hs-menu-depth-1:last-child { padding-bottom:0; }

/* Hero Section */
.row-fluid .hero-section { position:relative; z-index:1; padding:142px 0 130px; background-size: cover !important; background-position: center !important;} 
.row-fluid .hero-section.homehero-section { padding:153px 0 152px; }
.row-fluid .hero-section:before { content:""; width:100%; height:100%; left:0; top:0; position:absolute; z-index:-1; background:rgba(255,255,255,0.8); }
.row-fluid .hero-section .hero-content { max-width:665px; float:none; font-size:24px; line-height:32px; margin:37px auto 0; }
.row-fluid .hero-section h1 { color:#011b4b; }

.row-fluid .hero-section.abouthero-section { padding:139px 0 138px; }

/* History Strip */
.row-fluid .history-striprow { background-color:#47bdad ; background-image: url(https://cdn2.hubspot.net/hubfs/4006992/Onemodel_2018/Images/left-bubble-pettern.png), url(https://cdn2.hubspot.net/hubfs/4006992/Onemodel_2018/Images/right-bubble-pettern.png);
  background-position: 125px bottom, calc(100% - 125px) top; padding:34px 0; background-repeat:no-repeat !important ;  }
.row-fluid .history-striprow h4 { color:#fff; }


/*History-section*/
.row-fluid .history-section { background-size:auto !important; background-position:left center !important; padding:75px 0; }
.row-fluid .history-innercontent { max-width:670px; float:right; }
.row-fluid .history-innercontent h2 { padding-bottom:22px; color:#011b4b; }
.row-fluid .history-subcircle { margin:0 auto 40px !important; float:none !important; width:420px; height:290px; text-align:center; display:flex; align-items:center; color:#47bdad; font-size:20px; line-height:32px;  padding:20px 85px; }

/*Leadership-section*/
.row-fluid .leadership-section { background:#47bdad; padding:40px 0 68px; color:#fff; }
.row-fluid .leadership-section h2 { text-align:center; color:#fff;  }

.row-fluid .leadership-listing { margin-top:25px; }
.row-fluid .leadership-listing .hs_cos_wrapper_type_custom_widget { width:33.33%; float:left; padding-left:15px; padding-right:15px; }
.row-fluid .leadership-listing .leader-headshot { border-radius:100%; border:1.5px solid #fff; width:180px; height:180px; overflow:hidden; display:inline-block; margin-bottom:20px; }
.row-fluid .leadership-listing .leader-headshot img { height:180px; width:180px !important; object-fit:cover; -moz-object-fit:cover; max-width:none; }
.row-fluid .leadership-listing .leader-topinfo h5 { color:#fff; }
.row-fluid .leadership-listing .leader-topinfo .social-bar { display:inline-block; margin:0 0 5px; }
.row-fluid .leadership-listing .leader-topinfo .social-bar a { display:inline-block; color:#fff; padding:12px 5px 15px; font-size:24px; }
.row-fluid .leadership-listing .leader-topinfo .social-bar a:hover { color:#00927e; }
.row-fluid .leader-innerbox { max-width:325px; margin:0 auto; }

.row-fluid .team-section { padding:60px 0 30px; }
.row-fluid .team-section h2 { text-align:center; color:#011b4b; }
.row-fluid .team-listing { margin-top:60px; }
.row-fluid .team-listing > span { display:block; margin-left:-15px; margin-right:-15px; }
.row-fluid .team-listing .hs_cos_wrapper_type_custom_widget { width:50%; float:left; padding-left:15px; padding-right:15px; }
.row-fluid .team-listing .hs_cos_wrapper_type_custom_widget:nth-child(2n) { clear:right; }
.row-fluid .team-listing .hs_cos_wrapper_type_custom_widget:nth-child(2n+1) { clear:left; }
.row-fluid .team-listing .team-box { position:relative; margin-bottom:50px; }
.row-fluid .team-listing .team-box .team-infowrap { padding-left:185px; }
.row-fluid .team-listing .team-box .team-infowrap h5 { color:#47bdad; margin-bottom:8px; padding-top:3px; }
.row-fluid .team-listing .team-box .team-infowrap h5 strong { font-weight:500; }
.row-fluid .team-listing .team-headshot { border-radius:100%; width:160px; height:160px; overflow:hidden; display:inline-block; margin-bottom:20px; position:absolute; left:0; }
.row-fluid .team-listing .team-headshot img { height:160px; width:160px !important; object-fit:cover; -moz-object-fit:cover; max-width:none; }
.row-fluid .team-listing .team-infowrap .social-bar { display:inline-block; margin:0 0 5px; }
.row-fluid .team-listing .team-infowrap .social-bar a { display:inline-block; padding:17px 5px 15px; font-size:24px; }

.row-fluid .request-demosection { margin-bottom:120px; background-size:1200px auto !important; }
.row-fluid .request-formwrap { background:#fff; box-shadow:0 0 45px rgba(0,0,0,0.05); padding:70px 40px; }
.row-fluid .request-contentwrap h2 { margin-bottom:25px; color:#011b4b; }
.row-fluid .request-contentwrap { margin-bottom:40px; }
.row-fluid .request-form { max-width:780px; margin:0 auto !important; float:none !important; }
.row-fluid .request-form .actions { text-align:center; }
.row-fluid .request-form .actions input[type="submit"] { margin-top:15px; }


.row-fluid .hero-slick > span { margin-bottom:0; padding-bottom:0; }
.row-fluid .hero-slider { position:relative; z-index:1; padding:158px 0 60px; background-size:cover !important; }
.row-fluid .hero-slider:before { content:""; width:100%; height:100%; left:0; top:0; background:rgba(255,255,255,0.6); position:absolute; z-index:-1; } 
.row-fluid .hero-slider .hero-caption { max-width:725px; display:inline-block; }
.row-fluid .hero-slider .hero-caption h2 { color:#323232; }
.row-fluid .hero-slider .hero-caption .client-name { font-size:16px; line-height:24px; text-transform:uppercase; margin:20px 0; }
.row-fluid .hero-slider .hero-caption .play-btn { padding-left:5px; width:60px; height:60px; background:#fff; border-radius:100%; display:flex; align-items:center; margin-top:33px; }
.row-fluid .hero-slider .hero-caption .play-btn i { margin-left:auto; margin-right:auto; }
.row-fluid .hero-slider .hero-caption .homeplay-btn { margin-top:33px; display:inline-block; margin-bottom:25px; }
.row-fluid .testi-logoslick { margin-bottom:0; margin-top:-35px; }
.row-fluid .testi-logoslick .testiclient-logo { width:70px !important; height:70px; border:1px solid #fff; display:flex !important; align-items:center; border-radius:100%; margin:0 auto; background:#47bdad; cursor:pointer; }
.row-fluid .testi-logoslick .testiclient-logo img { max-width:55px; margin:0 auto; }
.row-fluid .maintesti-logoslick .wrapper { max-width:800px; }


.row-fluid .customer-circlelisting .hs_cos_wrapper_type_custom_widget { width:33.33%; float:left; text-align:center; }
.row-fluid .client-circlesection { padding:58px 0 50px; }
.row-fluid .client-circlesection h2 { text-align:center; margin-bottom:60px;  }
.row-fluid .client-circletext { background:#fff; border:1px solid #47bdad; color:#47bdad; font-size:20px; line-height:28px; width:300px; height:300px; display:flex; align-items:center; text-align:center; border-radius:100%; padding:30px; margin:0 auto; }
.row-fluid .client-circlemain { display:inline-block; position:relative; z-index:1; padding-bottom:70px;  }
.row-fluid .customer-circlelisting .hs_cos_wrapper_type_custom_widget:first-child .client-circlemain:after { content:""; width:250px; height:250px; background:url(https://cdn2.hubspot.net/hubfs/4006992/Onemodel_2018/Images/testi-firstbg.png) no-repeat; position:absolute; bottom:0; left:-40px; z-index:-1; }
.row-fluid .customer-circlelisting .hs_cos_wrapper_type_custom_widget:nth-child(2) .client-circlemain:after { content:""; width:332px; height:250px; background:url(https://cdn2.hubspot.net/hubfs/4006992/Onemodel_2018/Images/testi-secondbg.png) no-repeat; position:absolute; bottom:70px; left:-40px; z-index:-1; }
.row-fluid .customer-circlelisting .hs_cos_wrapper_type_custom_widget:nth-child(3) .client-circlemain:after { content:""; width:221px; height:221px; background:url(https://cdn2.hubspot.net/hubfs/4006992/Onemodel_2018/Images/testi-thirdbg.png) no-repeat; position:absolute; top:0px; right:-45px; z-index:-1; }

.row-fluid .client-circlehover { opacity:0; visibility:hidden; -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;  position:absolute; top:0; left:0; width:300px; height:300px; border-radius:100%; background:#47bdad; display:flex; align-items:center; color:#fff; text-align:center; padding:20px;}
.row-fluid .client-circlemain:hover .client-circlehover { opacity:1; visibility:visible; }
.row-fluid .client-circlehover h4 { color:#fff; margin:22px 0; font-weight:300;  }
.row-fluid .client-circlehover .link-style { color:#fff; text-transform:uppercase; font-size:16px; line-height:24px; display:inline-block; margin-top:17px; }

.row-fluid .ctastrip-section { background:#47bdad; padding:50px 0 60px; }
.row-fluid .ctastrip-section h1,.row-fluid .ctastrip-section h2 { color:#fff; }
.row-fluid .ctastrip-section .cta-btn a { margin-top:30px; min-width:204px; color:#fff; border-color:#fff; }


.row-fluid .worldwide-section .wrapper { border-top:1px solid #E6E6E6; padding:70px 0 50px; }
.row-fluid .worldwide-section h2 { text-align:center; padding-bottom:20px; }
.row-fluid .world-counter { font-size:91px; line-height:91px; letter-spacing:20px; margin-bottom:2px; }
.row-fluid .world-leftwrap,.row-fluid .world-rightwrap { float:none; display:inline-block; vertical-align:middle; text-align:center; color:#011b4b; margin-right:-3px; }

.row-fluid .wwsub-title { letter-spacing:5px; font-size:24px; line-height:28px; margin-top:2px; }


.row-fluid .videohero-section { overflow:hidden; padding:160px 0 153px; }
.row-fluid .videohero-section:before { z-index:1; background:rgba(255,255,255,0.75); }
.row-fluid .videohero-section .wrapper { position:relative; z-index:1; }
.row-fluid .videohero-section .hero-content h2 { color:#323232;}
.row-fluid .hero-videobg { position:absolute; width:100%; height:100%; top:50%; left:50%; -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%); z-index:-1; }
.row-fluid .hero-videobg > div,.row-fluid .hero-videobg > div span { display:inline-block; height:100%; }
.row-fluid .hero-videobg video { height:auto; width:100%; object-fit:cover; position:absolute; left:50%; top:50%; -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%); }

.row-fluid .whatonemodel-section { padding:70px 0; color:#47bdad; font-size:20px; line-height:28px;  }
.row-fluid .whatonemodel-section h2 { padding-bottom:30px;  }

.row-fluid .om-about-leftwrap,.row-fluid .om-about-rightwrap { float:none; display:inline-block; vertical-align:middle; margin-right:-3px; } 
.row-fluid .om-about-leftwrap .slick-slider { padding-bottom:60px; }
.row-fluid .om-about-rightwrap .cta-btn a { margin-top:35px; }
.row-fluid .om-about-rightwrap { padding-bottom:60px;  }

.row-fluid .about-videobox .cta-btn a { margin-top:24px;  }
.row-fluid .about-videobox .cta-btn,.row-fluid .about-videobox .cta-btn > div { text-align:center; width:100% !important; }
.row-fluid .om-about-section { padding:25px 0 65px 0; }
.row-fluid .om-about-section .wrapper { position:relative; } 
.row-fluid .om-about-section .wrapper:before { content:""; width:298px; height:228px; background:url(https://cdn2.hubspot.net/hubfs/4006992/Onemodel_2018/Images/video-petternbg.png) no-repeat; position:absolute; right: calc(100% - 130px); top: -75px; }

.row-fluid .hrprofessional-section { padding:65px 0 96px; } 
.row-fluid .hrprofessional-section h2 { text-align:center; margin-bottom:80px; }
.row-fluid .om-services-column > span { display:block; margin-left:-15px; margin-right:-15px; text-align:center; }
.row-fluid .om-services-column .hs_cos_wrapper_type_custom_widget { float:left; width:14.28%; padding:15px; }
.row-fluid .om-services-column .hs_cos_wrapper_type_custom_widget .service-iconwrap { display:flex; background:#011b4b; width:75px; height:75px; align-items:center; border-radius:100%; margin:0 auto 25px; }
.row-fluid .om-services-column .hs_cos_wrapper_type_custom_widget .service-iconwrap img { margin-left:auto; margin-right:auto; max-width:60px; max-height:60px; }
.row-fluid .om-services-column .hs_cos_wrapper_type_custom_widget .service-name { font-size:14px; line-height:22px; font-weight:500; text-transform:uppercase; }

.row-fluid .integrated-section { padding:100px 0 120px; }
.row-fluid .integrated-section h2 { margin-bottom:86px; text-align:center; }
.row-fluid .ingread-rightwrap h4 { color:#47bdad; margin-bottom:25px; }


.row-fluid .corecapability-section .wrapper { padding-top:90px; padding-bottom:90px; border-top:2px solid #E6E6E6; } 
.row-fluid .corecapability-section h2 { margin-bottom:35px; text-align:center; }

.row-fluid .list-style li { position:relative; padding-left:25px; display:inline-block; margin:3px 0; width:100%; }
.row-fluid .list-style li:before { content:"\f00c"; font-family: 'FontAwesome'; position: absolute; left: 0; color:#47bdad; }

.row-fluid .algocalcu-wrap { border-right:2px solid #E6E6E6; }
.row-fluid .algocalcu-wrap h4,.row-fluid .algocalcu-wrap ul li:before { color:#47bdad; }
.row-fluid .algocalcu-wrap ul,.row-fluid .dataexte-wrap ul { float:left; width:50%; margin:12px 0 0; }
.row-fluid .dataexte-wrap h4,.row-fluid .dataexte-wrap ul li:before { color:#2a679b; }

.row-fluid .machinelearn-section .wrapper { padding-top:70px; padding-bottom:58px; border-bottom:2px solid #E6E6E6; } 
.row-fluid .machinelearn-section h2 { text-align:center; margin-bottom:60px;  }
.row-fluid .machine-contentwrap ul { display:inline-block; width:25%; margin:0 -3px; text-align:left; vertical-align:top; }

.row-fluid .automated-section { padding:60px 0 40px;}
.row-fluid .automated-section h2 { margin-bottom:70px; }
.row-fluid .machine-column { width:33.33%; }
.row-fluid .machine-column .hs_cos_wrapper_type_widget_container { padding:25px; display:inline-block; }
.row-fluid .machine-column .hs_cos_wrapper_type_custom_widget { display:inline-block; width:100%;  }
.row-fluid .machine-column .hs_cos_wrapper_type_custom_widget:last-child .autolearn-box:after { display:none; }
.row-fluid .machine-column .hs_cos_wrapper_type_custom_widget .autolearn-box { padding:20px 15px; border-radius:15px; display:flex; align-items:center; }
.row-fluid .machine-column .hs_cos_wrapper_type_custom_widget .autolearn-innerbox { margin-left:auto; margin-right:auto; }
.row-fluid .machine-column .hs_cos_wrapper_type_custom_widget .autolearn-box:after { content:""; width:8px; height:30px; position:absolute; bottom:-30px; left:0; right:0; margin-left:auto; margin-right:auto; }
.row-fluid .machine-column .hs_cos_wrapper_type_custom_widget .autolearn-box { background:#fff; font-size:16px; line-height:26px; margin-bottom:45px; position:relative; }
.row-fluid .automachine-turquoise .hs_cos_wrapper_type_custom_widget .autolearn-box { border:1.7px solid #47bdad; color:#47bdad; }
.row-fluid .automachine-turquoise .hs_cos_wrapper_type_custom_widget .autolearn-box:after { background:url(https://cdn2.hubspot.net/hubfs/4006992/Onemodel_2018/Images/turquoise-arrow.png); }
.row-fluid .automachine-turquoise .hs_cos_wrapper_type_custom_widget .autolearn-box h4 { color:#47bdad; margin-bottom:5px; }
.row-fluid .automachine-blue .hs_cos_wrapper_type_custom_widget .autolearn-box h4 { color:#2a679b; margin-bottom:5px; }
.row-fluid .automachine-blue .hs_cos_wrapper_type_custom_widget .autolearn-box:after { background:url(https://cdn2.hubspot.net/hubfs/4006992/Onemodel_2018/Images/blue-arrow.png); }
.row-fluid .automachine-blue .hs_cos_wrapper_type_custom_widget .autolearn-box { border:1.7px solid #2a679b; color:#2a679b; }
.row-fluid .automachine-blue { background:#fff; }
.row-fluid .automachine-navy .hs_cos_wrapper_type_custom_widget .autolearn-box h4 { color:#011b4b; margin-bottom:5px; }
.row-fluid .automachine-navy .hs_cos_wrapper_type_custom_widget .autolearn-box:after { background:url(https://cdn2.hubspot.net/hubfs/4006992/Onemodel_2018/Images/navy-arrow.png); }
.row-fluid .automachine-navy .hs_cos_wrapper_type_custom_widget .autolearn-box { border:1.7px solid #011b4b; color:#011b4b; }

.row-fluid .autoright-columnwrap { margin:0; width:66.67%; position:relative; }
.row-fluid .autoright-columnwrap .machine-column { width:50%; margin:0; }
.row-fluid .autoright-columnwrap .machine-column > span { padding-bottom:78px; }
.row-fluid .automachine-navy .hs_cos_wrapper_type_custom_widget:first-child { position:relative; }

.row-fluid .autoright-columnwrap .retarining-title { position:absolute; bottom:25px; width:auto; left:0; right:0; }
.row-fluid .autoright-columnwrap .retarining-title h4 { padding:13px 25px; border-radius:10px; background:#fff; border:1.7px solid #011b4b; display:inline-block; min-width:260px; position:relative; }
.row-fluid .autoright-columnwrap .retarining-title h4:before { content:""; width:76px; height:70px; background:url(https://cdn2.hubspot.net/hubfs/4006992/Onemodel_2018/Images/retabtn-leftarrow.png) no-repeat; right:100%; bottom:22px; position:absolute; }
.row-fluid .autoright-columnwrap .retarining-title h4:after { content:""; width:76px; height:70px; background:url(https://cdn2.hubspot.net/hubfs/4006992/Onemodel_2018/Images/retabtn-rightarrow.png) no-repeat; left:100%; bottom:22px; position:absolute; }

.row-fluid .topic-row { padding:20px 0 15px 0; }
.row-fluid .topic-row ul { margin:0; }
.row-fluid .topic-row ul li { display:inline-block; padding:5px 10px 5px; }
.row-fluid .topic-row ul li:first-child { padding-left:0; }
.row-fluid .topic-row ul li a { display:inline-block; font-size:12px; line-height:18px; text-transform:uppercase; }
.row-fluid .topic-row .filter-link-count { display:none; }
.hs-blog-listing .row-fluid .topic-row { text-align:center; }


.row-fluid .bloghero-section h1 a { color:#011b4b; }
.row-fluid .bloghero-section .hero-content { max-width:1024px; margin-bottom:38px; font-size:26px; line-height:38px;  }
.row-fluid .bloghero-section .bordercta-btn a { color:#011b4b;  border-color:#011b4b; min-width:140px; text-transform:uppercase; }
.row-fluid .bloghero-section .bordercta-btn a:hover { background-color:#011b4b; }

.row-fluid .bloghero-postsection.hero-section .hero-content { margin-top:16px; }
.row-fluid .bloghero-postsection.hero-section { padding-bottom:50px; background-size:cover !important; background-position:center !important;  }


.row-fluid .subscribe-section { padding:30px 0; color:#fff;  }
.row-fluid .subscribe-section h3 { color:#fff; font-size:18px; line-height:24px; margin-bottom:15px; }
.row-fluid .subscribe-section .hs-form-required { display:none; }
.row-fluid .subscribe-section .wrapper { max-width:570px; }
.row-fluid .subscribe-section form .field > label { display:none; }
.row-fluid .subscribe-section form { padding-left:10px; padding-right:10px; }
.row-fluid .subscribe-section input[type="submit"] { border-color:#fff; color:#fff; height:33px; }
.row-fluid .subscribe-section input[type="submit"]:hover { background:#00927e; }
.row-fluid .subscribe-section input[type="text"],.row-fluid .subscribe-section input[type="email"] { text-align:center; border-radius:25px; }
.row-fluid .subscribe-section .field.hs_email { width:65%; }
.row-fluid .subscribe-section .field { padding-bottom:0; }
.row-fluid .subscribe-section .field,.row-fluid .subscribe-section .hs_submit  { display:inline-block; margin-right:-3px; vertical-align:top; padding-left:15px; padding-right:15px; }
.row-fluid .subscribe-section .hs_submit { width:35%; }
.row-fluid .subscribe-section .hs-error-msgs { font-size:14px; }

.hs-blog-listing .row-fluid .blog-rightwrap { width:100%; }
.hs-blog-listing .row-fluid .blogpage-wrap .wrapper { width:100%; }

body:not(.hs-blog-listing) .row-fluid .blogpage-wrap { padding:10px 0 0px; }

.row-fluid .blog-rightwrap .post-item { float:left; width:33.33%; padding:20px 15px 20px 15px; text-align:center; display:none; }
/*.row-fluid .blog-rightwrap .post-item:nth-child(3n) { clear:right; }
.row-fluid .blog-rightwrap .post-item:nth-child(3n+1) { clear:left; }*/
.row-fluid .blog-rightwrap .post-item .blog-featimg { height:222px; background-size:cover !important; background-position:center !important;  }
.row-fluid .blog-rightwrap .post-item .post-header { margin-bottom:20px; }
.row-fluid .blog-rightwrap .post-item h3 { margin-bottom:5px; }
.row-fluid .blog-rightwrap .post-item h3 a { color:#011b4b; }
.row-fluid .blog-rightwrap .post-item .post-body { padding-left:5px; padding-right:5px;  }
.row-fluid .blog-rightwrap .loadmore-btnwrap { width:100%; float:left; text-align:center; margin-top:30px; margin-bottom:50px; }
.row-fluid .topic-list { line-height:0; display:inline-block; width:100%; margin:0px 0 16px;  }
.row-fluid .topic-link { text-transform:uppercase; font-size:12px; line-height:18px; display:inline-block; }

.row-fluid .feat-postwrap { float:left; width:100%; margin:40px 0; background-size:cover !important; background-position:center !important; }
.row-fluid .feat-postwrap h2 a { color:#011b4b; }
.row-fluid .feat-postwrap .rec_posts { margin-top:25px; color:#353535; font-size:26px; line-height:34px; max-width:1020px; margin-left:auto; margin-right:auto; }
.row-fluid .feat-postwrap .bordercta-btn a { color:#011b4b;  border-color:#011b4b; min-width:140px; margin-top:35px; text-transform:uppercase; }
.row-fluid .feat-postwrap .bordercta-btn a:hover { background-color:#011b4b; }

.hs-blog-post .row-fluid .topic-row { padding-top:25px;  }

.row-fluid .subscribe-box { padding:35px 25px 45px; color:#fff; }
.row-fluid .subscribe-box h3 { font-size:18px; line-height:28px; color:#fff; }
.row-fluid .subscribe-box .hs-form-required { display:none; }
.row-fluid .subscribe-box input[type="text"],.row-fluid .subscribe-box input[type="email"]  { text-align:center; border-radius:25px; }
.row-fluid .subscribe-box input[type="submit"] { width:100%; border-color:#fff; color:#fff; height:33px; text-transform:none; }
.row-fluid .subscribe-box input[type="submit"]:hover { background:#00927e; }
.row-fluid .subscribe-box .hs-form .field { padding-bottom:15px; }


.row-fluid .postsocial-sharing { padding:40px 0; text-align:center; }
.row-fluid .postsocial-sharing h6,.row-fluid .related-postwrap h6 { font-size:14px; line-height:20px; color:#716e6f; margin-bottom:17px; }
.row-fluid .social-sharing { border-bottom:2px solid #DBDBDB; margin-bottom:25px; }
.row-fluid .social-sharing ul { margin:25px 0;  padding:0; }
.row-fluid .social-sharing ul li { display:inline-block; vertical-align:middle; padding:0 10px; font-size:14px; text-transform:uppercase;  color:#011b4b; }
.row-fluid .social-sharing ul li a { color:#011b4b; font-size:20px; }
.row-fluid .social-sharing ul li a:hover { color:#47bdad; }
.row-fluid .social-sharing ul li:first-child { padding-left:0; }
.row-fluid .social-sharing ul li:last-child { padding-right:0; }

.row-fluid .related-postwrap { background:#F9F9FA; padding:25px 20px; text-align:center; margin-top:30px; }
.row-fluid .related-postwrap .related-title a { font-size:26px; line-height:32px; color:#716e6f; display:inline-block; margin-top:10px;  }
.row-fluid .related-postwrap .related-title a:hover { color:#47bdad; }
.row-fluid .related-postwrap .related-post-item { margin-bottom:15px; }
.row-fluid .related-postwrap .related-post-item:last-child { margin-bottom:0; }
.row-fluid .related-postwrap h6 { margin-bottom:24px; }
.row-fluid .blog-post-wrapper h1 { color:#011b4b; }
.row-fluid .blog-post-wrapper .post-body p img { padding:0px 0 0; }
.row-fluid .blog-post-wrapper .post-body ol li { list-style: decimal; }
.row-fluid .blog-post-wrapper .post-body ul { padding-left:40px; }
.row-fluid .blog-post-wrapper .post-body ul li { list-style: disc; }

.row-fluid .posttopic-links { font-size:12px; text-transform:uppercase; color:#716e6f; margin-top:10px; }
.row-fluid .posttopic-links a { padding:0 15px; color:#716e6f; }
.row-fluid .posttopic-links a:hover { color:#47bdad; }

.row-fluid .post-pagination { /*border-top:1px solid #716e6f; */padding:10px 0; font-size:12px; line-height:20px; float:left; width:100%; /*margin-top:10px;  */}
.row-fluid .post-pagination a.next-link { float:right; }

.hs-blog-post .row-fluid .blogpage-wrap { padding-bottom:70px !important; }
.hs-blog-post .row-fluid .blog-rightwrap h2 { color:#47bdad; font-size:26px; line-height:32px; padding:10px 0; } 
.hs-blog-post .row-fluid .blog-rightwrap h3 { color:#2a679b; font-size:20px; line-height:26px; padding:10px 0; } 

.hs_error_rollup { display:none; }


.row-fluid .partner-herosection .partner-herotitle { position:absolute; top:221px; z-index:9; text-align:center; left:0; right:0; }
.row-fluid .partner-herosection .partner-herotitle h1 { color:#011b4b; }
.row-fluid .partner-herosection .testiclient-logo { display:none !important;  }
.row-fluid .partner-herosection .testi-logoslick { padding-bottom:0; }
.row-fluid .partner-herosection .slick-dots li.slick-active button { background:#323232; }

.row-fluid .partner-logosection { padding:40px 0 40px; }
.row-fluid .partner-logoslick .slick-slider { padding-bottom:0; }
.row-fluid .partner-logoslick .slick-slide { display:inline-block; float:none; vertical-align:middle; }
.row-fluid .partner-logoslick .slick-slide > div { text-align:center; padding:0 10px; } 
.row-fluid .partner-logoslick .slick-slide img { display:inline-block; max-width:110px; }

.row-fluid .sub-title { color:#47bdad; text-transform:uppercase; display:inline-block; width:100%; font-size:20px; line-height:28px; margin:25px 0; }
.row-fluid .whypartner-section { padding:90px 0 0px; position:relative; }
.row-fluid .whypartner-section:before { content:""; width:310px; height:215px; background:url('https://cdn2.hubspot.net/hubfs/4006992/Onemodel_2018/Images/wp-content-pettern.png') no-repeat; position:absolute; top:0; right:60px; z-index:-1; }
/*.row-fluid .whypartner-content { max-width:350px; }*/
.row-fluid .whypartner-imgwrap { text-align:right; }
.row-fluid .whypartner-imgwrap img { box-shadow:0 0 15px rgba(0,0,0,0.8); }

.row-fluid .partner-sercollisting { padding:40px 0; float:left; width:100%; }
.row-fluid .partner-sercollisting .hs_cos_wrapper_type_widget_container { display:block; margin-left:-15px; margin-right:-15px; }
.row-fluid .partner-sercollisting .hs_cos_wrapper_type_custom_widget { float:left; width:20%; padding:15px; text-align:center; }
.row-fluid .partner-sercollisting .hs_cos_wrapper_type_custom_widget .service-iconwrap { background:#47bdad; }
.row-fluid .partner-sercollisting .hs_cos_wrapper_type_custom_widget .service-name { color:#47bdad; font-size:20px; line-height:28px; font-weight:300; text-transform:none; }


.row-fluid .partner-testsection { color:#fff; padding:60px 0; }
.row-fluid .partner-testsection .slick-slider { padding-bottom:0; }
.row-fluid .part-testislide { position:relative; }
.row-fluid .part-testislide .pttesti-logo { position:absolute; left:0; width:265px; top:0; bottom:25px; text-align:center; /*display:flex; align-items:center;*/ }
.row-fluid .part-testislide .pttesti-logo img { display:inline-block; margin:0 auto; }
.row-fluid .part-testislide .pttesti-contentwrap { padding-left:285px; } 
.row-fluid .pttesti-contentwrap h4 { color:#fff; font-weight:300; text-transform:uppercase; }
.row-fluid .pttesti-contentwrap .pttesti-content { margin-bottom:25px; }
.row-fluid .partner-testislick .slick-dots { width:265px; margin:0; line-height:0; bottom:5px; }
.row-fluid .partner-testislick .slick-dots li.slick-active button { background:#fff; border-color:#fff; }
.row-fluid .partner-testislick .slick-dots li button { border-color:#fff; }
.row-fluid .partner-testislick .slick-dots li { margin:2px 5px;}

.row-fluid .pricingbox-listingwrap { position:relative; margin-top:-120px; padding-bottom:60px; z-index:9; }
.row-fluid .pricingbox-listingwrap .hs_cos_wrapper_type_custom_widget { width:33.33%; float:left; background:#fff; border-radius:15px; }
.row-fluid .pricingbox-listingwrap .hs_cos_wrapper_type_custom_widget:nth-child(2) { position:relative; z-index:9; margin-top:-35px; /*transform:scale(1.1); -moz-transform:scale(1.1); -webkit-transform:scale(1.1); -ms-transform:scale(1.1);*/ box-shadow:0 0 13px rgba(0,0,0,0.3);}
.row-fluid .pricingbox-listingwrap .hs_cos_wrapper_type_custom_widget:nth-child(2) .pricing-boxwrap { box-shadow:none; }
.row-fluid .pricingbox-listingwrap .hs_cos_wrapper_type_custom_widget:nth-child(2) .pricing-benefits ul li:last-child { border-bottom:none; }
.row-fluid .pricingbox-listingwrap .hs_cos_wrapper_type_custom_widget:nth-child(2) .pricing-boxwrap { margin-bottom:35px; }
.row-fluid .pricingbox-listingwrap .hs_cos_wrapper_type_custom_widget:first-child .pricing-boxwrap,.row-fluid .pricingbox-listingwrap .hs_cos_wrapper_type_custom_widget:first-child { border-radius:15px 0 0 15px; }
.row-fluid .pricingbox-listingwrap .hs_cos_wrapper_type_custom_widget:last-child .pricing-boxwrap,.row-fluid .pricingbox-listingwrap .hs_cos_wrapper_type_custom_widget:last-child { border-radius:0 15px 15px 0; }
.row-fluid .pricingbox-listingwrap .pricing-benefits { display:inline-block; padding-top:10px; width:100%; }
.row-fluid .pricingbox-listingwrap .pricing-benefits ul { margin:0; padding:20px 30px; }
.row-fluid .pricingbox-listingwrap .pricing-benefits ul li { display:inline-block; width:100%; font-size:22px; line-height:30px; border-bottom:1px solid #EFECEA; padding:15px 0; }
.row-fluid .pricingbox-listingwrap .pricing-boxwrap { box-shadow:0 0 13px rgba(0,0,0,0.3); border-radius:15px; float:left; width:100%; }
.row-fluid .pricingbox-listingwrap .pricing-boxwrap .pricing-innerboxwrap {  padding:40px 45px 30px; float:left; width:100%;  }
.row-fluid .pricingbox-listingwrap .pricing-boxwrap h2 { color:#011b4b; margin-bottom:15px; text-transform:uppercase; }
.row-fluid .pricingbox-listingwrap .pricing-boxwrap .cta-btn a { text-transform:uppercase; }
.row-fluid .pricingbox-listingwrap .pricing-box { margin:25px 0; display:inline-block; width:100%; }
.row-fluid .pricingbox-listingwrap .pricing-box h3 { font-size:45px; line-height:50px; }
.row-fluid .pricingbox-listingwrap .pricing-box,.row-fluid .pricingbox-listingwrap .pricing-box h3 { color:#011b4b; }
.row-fluid .pricingbox-listingwrap .pricing-box .pricing-plan { text-transform:uppercase; margin-top:10px; font-size:16px;  }
.row-fluid .pricingbox-listingwrap .pricing-box .pricing-plan p:last-child { margin-bottom:0; }

.row-fluid .pricinghero-section.hero-section { padding-bottom:240px; }

.row-fluid .every-planincludes { padding-bottom:60px; }
.row-fluid .every-planincludes h2 { margin-bottom:25px; }
.row-fluid .every-planincludes li { font-size:22px; margin:17px 0; padding-left:30px; }
.row-fluid .every-planincludes .machine-contentwrap ul { width:50%; }
.row-fluid .every-planincludes .wrapper { padding-top:0; border-bottom:none; padding-bottom:30px;  }

.row-fluid .procontent-wrap .cta-btn a { margin-top:40px; text-transform:uppercase; font-size:14px; line-height:20px; }

.row-fluid .prohero-section .cta-btn a { margin-top:40px; text-transform:uppercase; font-size:14px; line-height:20px; padding-left:30px; padding-right:30px; }

.row-fluid .roione-modelsection { padding:90px 0 60px; }
.row-fluid .roione-modelsection .note { font-size:11px; line-height:16px; margin-top:80px; padding-bottom:15px; }
.row-fluid .roione-modelsection .roicontent-wrap { float:right; }
.row-fluid .roione-modelsection .roicontent-wrap h2 { margin-bottom:30px; }

.row-fluid .bar-animation,.row-fluid .roicontent-wrap { display:inline-block; vertical-align:bottom; margin-right:-3px;  float:none !important; }
.row-fluid .bar-animation { position:relative; }
.row-fluid .bar-animation:after { content:""; width:297px; height:154px; background:url(https://cdn2.hubspot.net/hubfs/4006992/Onemodel_2018/Images/var-anicircle-pettern.png) no-repeat; position:absolute; bottom:0; right:0; }
.row-fluid .bar-animation ul li { width:33.33%; float:left; text-align:center; color:#47BDAD; position:relative; height:340px; }
.row-fluid .bar-animation ul li .bar { overflow: visible !important; display: block; left: 7px; right: 7px;  position: absolute; bottom: 0; margin:0 auto; }
.row-fluid .bar-animation ul li .bar:after { content:""; width:3px; background: #47bdad; position:absolute; left:0; right:0; margin:0 auto; bottom:0; height:100%; }
.row-fluid .bar-animation ul li .bar span { opacity:0; visibility:hidden; -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;; position:absolute; bottom:100%; left:0; right:0; font-size:21px; line-height:26px; }
.row-fluid .bar-animation ul li .bar span:after { content:""; width:10px; height:10px; border-radius:100%; background: #47bdad; position:absolute; bottom:0; left:0; right:0; margin:0 auto; }
.row-fluid .bar-animation ul li .bar span strong { width:100%; display:inline-block; font-size:28px; line-height:35px; font-weight:300; margin-bottom:25px; }
.row-fluid .bar-animation ul li .bar span.show { opacity:1; visibility:visible; }

.row-fluid .why-logowrap img { max-width:125px; }
/*.row-fluid .why-logowrap { animation:float1; animation-duration:7s; animation-iteration-count:infinite; animation-fill-mode:both; }
.row-fluid .why-logowrap.float-2 { animation-duration:7s; animation-iteration-count:infinite; animation-delay:2s }*/

.row-fluid .post-heroimg img { width:100% !important; height:330px; object-fit:cover; }

.hs-blog-post .post-header h1{font-size:35px;}

.row-fluid .about-author-sec { border-top:2px solid #DBDBDB; border-bottom:2px solid #DBDBDB; padding:60px 0; margin-top:22px; }
.hs-blog-listing .row-fluid .about-author-sec { margin-top:0; margin-bottom:25px; border-top:none; }
.row-fluid .post-authorimg { border-radius:100%; overflow:hidden; }
.row-fluid .post-authorimg img { width:100%; }
.row-fluid .postauthor-content { padding-left:15px; }
.row-fluid .postauthor-content .viewall-link { font-size:14px; text-transform:uppercase; }
.row-fluid .postauthor-content h3 { text-transform:uppercase; padding-top:0 !important;  }

.row-fluid .blog-authorwrap { display:inline-block; width:100%; }
.row-fluid .blog-authorwrap h3 { padding-left:15px; padding-right:15px; }

.row-fluid .oneai-row { padding:60px 0 60px; }
.row-fluid .oneai-row .procontent-wrap .sub-title { margin-top:40px; }

.row-fluid .proimg-wrap,.row-fluid .procontent-wrap { float:none; display:inline-block; margin-right:-3px; vertical-align:middle; }

.row-fluid .proimg-wrap img { max-height:480px; width:auto !important;  }
.row-fluid .customize-dashrow { padding-bottom:60px; }

.row-fluid .proscreen-img img { box-shadow:0 0 15px rgba(0,0,0,0.5); }

.row-fluid .proscreen-img.right-text span { float:right; position:relative; }
.row-fluid .proscreen-img.right-text span:before { content:""; width:82px; height:314px; position:absolute; right:100%; bottom:35px; background:url('https://cdn2.hubspot.net/hubfs/4006992/Onemodel_2018/Images/screen-circlepettern.png') no-repeat; }

.row-fluid .getthe-metricrow { padding-bottom:60px; }

.row-fluid .alldata-onemodelwrap { text-align:center; padding:130px 0; background:url(https://cdn2.hubspot.net/hubfs/4006992/Onemodel_2018/Images/analytics-petternbgn.png) repeat-x; background-position:bottom center;  }
.row-fluid .alldata-onemodelwrap .alldata-content { max-width:600px; float:none; margin-left:auto !important; margin-right:auto; }
.row-fluid .alldata-onemodelwrap h2 { margin-bottom:30px; }


.row-fluid .suppsource-section { padding:60px 0 72px; }
.row-fluid .suppsource-section h2 { text-align:center; margin-bottom:50px; }
.row-fluid .suppsource-section .suppsour-content h5 { color:#47bdad; margin-bottom:10px; font-weight:500; }
.row-fluid .suppsource-section .suppsour-content ul { margin:0 0 10px 0; }
.row-fluid .suppsource-section .suppsour-content ul + p { margin-top:0; }
.row-fluid .suppsource-section .suppsour-content p strong { font-size:14px; line-height:20px; font-weight:normal;  }
.row-fluid .suppsource-section .cta-btn { text-align:center; margin-top:25px; }

.row-fluid .video-popup { display:none; }


.row-fluid .hero-section .ctabtn-group .cta-btn a { margin-top:45px; text-transform:uppercase; font-size:14px; line-height:20px; min-width:140px; }
.row-fluid .ctabtn-group { text-align:center; }
.row-fluid .ctabtn-group .cta-btn { width:auto; float:none; display:inline-block; vertical-align:middle; margin:0; padding:0 10px; }
.row-fluid .ctabtn-group .cta-btn .wistia_click_to_play { width:auto !important; height:auto !important; }

.row-fluid .needhelp-section { background:#40BFAE; padding:30px 0 40px 0; position:relative; z-index:1; }
.row-fluid .needhelp-section:before { content:""; width:293px; height:255px; background:url(https://cdn2.hubspot.net/hubfs/4006992/Onemodel_2018/Images/needhelp-left-pettern.png) no-repeat; position:absolute; top:-60px; left:-70px; }
.row-fluid .needhelp-section .wrapper { position:relative; /*overflow:hidden;*/ }
.row-fluid .needhelp-section .wrapper:after { content:""; width:293px; height:255px; background:url(https://cdn2.hubspot.net/hubfs/4006992/Onemodel_2018/Images/needhelp-right-pettern.png) no-repeat; position:absolute; bottom:-100px; right:-260px; }
.row-fluid .needhelp-section h2 { color:#fff; margin-bottom:25px; text-align:center;  }
.row-fluid .needhelp-section .help-ctabox { background:#fff; border-radius:15px; }
.row-fluid .needhelp-section .help-ctabox a { display:inline-block; padding:18px 25px 18px 120px; position:relative; color:#353535; }
.row-fluid .needhelp-section .help-ctabox a:hover { color:#47bdad; }
.row-fluid .needhelp-section .help-ctabox a:before { content:""; width:80px; height:100%; top:0; position:absolute; left:25px; background:url(https://cdn2.hubspot.net/hubfs/4006992/Onemodel_2018/Images/ctabtn-icon1.png); background-repeat:no-repeat; background-position:center center; }
.row-fluid .needhelp-section .help-ctabox.organize-ctalink a:before { background:url(https://cdn2.hubspot.net/hubfs/4006992/Onemodel_2018/Images/ctabtn-icon2.png); background-repeat:no-repeat; background-position:center center; }
.row-fluid .needhelp-section .wrapper { max-width:750px; }


.row-fluid .knowing-section { text-align:center; }
.row-fluid .knowing-section .wrapper { border-bottom:1px solid #E6E6E6; padding-top:40px; padding-bottom:50px; }
.row-fluid .knowing-section h2 { margin-bottom:50px; }
.row-fluid .knowing-section .dataproblem-subtitle h2 { color:#011b4b; margin-bottom:0; margin-top:60px; }

.row-fluid .homeservice-row { padding-top:80px; }
.row-fluid .homeservice-row .procontent-wrap h2 { margin-bottom:30px; }
.row-fluid .particle-img { position:absolute; right:calc(100% - 48px); top:35px; width:250px; }
.row-fluid .homeservice-row .proimg-wrap { position:relative; }
.row-fluid .homeservice-row .proimg-wrap img { max-height:500px; }
.row-fluid .enough-servrow:before { top:35px;  } 


.row-fluid .circle-progress path { stroke-miterlimit: 10; stroke-dasharray: 5,5; }
.row-fluid .circle-progress .circles-integer { color:#47bdad; }
.row-fluid .circle-progress .circles-integer:after { content:"%";}
.row-fluid .circle-progress .circles-text { font-size:88px !important; line-height:normal !important; margin-top:26px; opacity:0; }
.row-fluid .circle-progresswrap { position:relative; }
.row-fluid .circle-progresswrap .progress-text { position:absolute; top:105px; left:0; right:0; margin:0 auto; max-width:300px; float:none; padding:15px 33px; font-size:26px; line-height:31px; opacity:0; }
.row-fluid .circle-progresswrap .progress-text p span { font-size:20px; line-height:24px;  }

.row-fluid .accurate-row { padding-bottom:40px; }
.row-fluid .accurate-row .procontent-wrap h2 { margin-bottom:30px; }
.row-fluid .accurate-row .proscreen-img.right-text span:before { width:200px; right:calc(100% - 70px); z-index:-1; bottom:-40px; }

.row-fluid .contentcome-ctarow.homeservice-row { padding-top:30px; }
.row-fluid .contentcome-ctarow .wrapper { border-bottom:1px solid #E6E6E6; padding-bottom:50px; }

.row-fluid .analytics-logowrap { position:relative; min-height:520px; max-width:950px; float:none; margin:0 auto !important; left:0 !important; right:0 !important; }
.row-fluid .analytics-logo { position:absolute; width:auto; }
.row-fluid .analytics-logo.one { top:-28px; left:50px; }
.row-fluid .analytics-logo.two { top:120px; left:0; }
.row-fluid .analytics-logo.three { top:280px; left:40px; }
.row-fluid .analytics-logo.four { top:420px; left:180px; }
.row-fluid .analytics-logo.five { bottom:150px; left:50%; -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
.row-fluid .analytics-logo.six { top:420px; right:180px;  }
.row-fluid .analytics-logo.seven { top:280px; right:40px; }
.row-fluid .analytics-logo.eight { top:120px; right:0; }
.row-fluid .analytics-logo.nine { top:-28px; right:50px; }
.row-fluid .analytics-circleimg { margin-top:120px;  position:relative; z-index:9; animation-duration:0s !important; }
.row-fluid .analytics-circleimg.rotate-draw { -webkit-animation:spin 5s linear infinite; -moz-animation:spin 5s linear infinite; animation:spin 5s linear infinite; animation-duration:5s !important; }
.row-fluid .analytics-iconwrap { position:relative; min-height:420px; margin-top:110px; }
.row-fluid .analytics-icon { text-align:center; position:absolute; top:-60%; left:35%; }
/*.row-fluid .analytics-icon.one { left:10%; }
.row-fluid .analytics-icon.two { left:33.33%; }
.row-fluid .analytics-icon.three { right:8%; }
.row-fluid .analytics-icon.four,.row-fluid .analytics-icon.five,.row-fluid .analytics-icon.six,.row-fluid .analytics-icon.seven { top:110px; }
.row-fluid .analytics-icon.eight,.row-fluid .analytics-icon.nine,.row-fluid .analytics-icon.ten { top:220px; }
.row-fluid .analytics-icon.five { left:25%; }
.row-fluid .analytics-icon.six { left:50%; }
.row-fluid .analytics-icon.seven { right:0; }
.row-fluid .analytics-icon.eight { left:10%; }
.row-fluid .analytics-icon.nine { left:33.33%; }
.row-fluid .analytics-icon.ten { right:8%; }*/
.row-fluid .analytics-icon.eleven,.row-fluid .analytics-icon.twelve { left:25%; }
.row-fluid .analytics-icon img { max-width:110px; max-height:110px; width:auto !important; }


.row-fluid .title-background { background:#f5f5f5; /*padding:40px 0;*/ text-align:center; }
.row-fluid .middlepage-wrap { padding:60px 0; }
.row-fluid .middlepage-wrap input[type="submit"],.row-fluid .middlepage-wrap a.hs-button { margin-top:10px; cursor:pointer; }

.row-fluid .errorinner-pagewrap { max-width:600px; float:none; margin-left:auto !important; margin-right:auto; }
.row-fluid .errorinner-pagewrap p.header { position:relative !important; }

.row-fluid .errorhero-section { padding:90px 0; }
.row-fluid .custom_error_message { margin-bottom:30px; }

.row-fluid .graph-circleimg { text-align:center; margin-top:100px; margin-bottom:0px; }
.row-fluid .bar-graph,.row-fluid .stik-graph { position:relative; overflow:hidden; margin-top:50px; }
.row-fluid .pie-graph { top:-250px;  position:relative; opacity:0;  }
.row-fluid .pie-graph.circle-draw:before { content:""; width:22px; height:22px; position:absolute; top:73px; border:1px solid #716E6F; right:calc(50% - 55px); border-radius:100%; }

/* .row-fluid .leaderlogo-listings .leader-logo { width:20%; margin:0; padding-left:5px; padding-right:5px; float:left; } */


@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

@keyframes float1{
    0%{
        animation-timing-function:ease-in-out;
        transform:translate3d(0,0,0)
    }
    50%{
        animation-timing-function:ease-in-out;
        transform:translate3d(0,2vh,0)
    }
    100%{
        animation-timing-function:ease-in-out;
        transform:translate3d(0,0,0)
    }
}

/* Update Pages */
.row-fluid .blog-newwrap { padding-top:10px; }
.row-fluid .blog-newwrap .post-item { padding:10px 15px 35px 15px; text-align:left; position:relative; } 
.row-fluid .blog-newwrap .post-item:after { content:''; border-bottom:1px solid #011B4B; position:absolute; bottom:0; left:15px; right:15px; }
.row-fluid .blog-newwrap .post-body .topic-link { padding:0 0 10px; color:#47bdad; }
.hs-blog-listing .row-fluid .blog-newwrap .wrapper { width:1170px; }
.row-fluid .blog-newwrap .blog-rightwrap .loadmore-btnwrap { margin-top:60px; margin-bottom:70px; }

.row-fluid .blog-newwrap .post-body a.more-link { margin-top:10px; display:block; }


.row-fluid .hero-slick .slick-dots { position:relative; }
.row-fluid .hero-slick .slick-dots .slick-dots li button { border:1px solid #716e6f; }
.row-fluid .hero-slick .slick-dots li.slick-active button { background: #323232; }


/* SD Style  */

.row-fluid .hero-section.no-overlay:before {
    display:none;
}

@media (max-width: 1199px) {
.source-library .row-fluid .wrapper, .row-fluid .page-wrapper {
    width: 1024px;
}
.source-bottom-tab {width: 485px;} 
.source-tab {
    width: calc(100% / 3);
}
.source-tab:nth-child(4n+1) {
    clear: none;
}
.source-tab:nth-child(3n+1) {
    clear: left;
}
/*.source-bottom-tab {
    padding: 0 30px;
}*/
  
}

@media (max-width: 991px) {
  .source-library .row-fluid .wrapper, .row-fluid .page-wrapper {padding:0 30px;}
  .source-bottom-tab {margin-bottom:30px;}
.accordion-area .accordion {
    font-size: 18px;
}
.accordion-area .panel ul li {
    font-size: 16px;
}
.source-bottom-tab {
    width: 100%;
    /*padding: 20px 0px;*/
}
.source-bottom-tab-row {
    padding: 40px 0px 40px;
    -ms-flex-direction: column;
    flex-direction: column;
}

}



@media (min-width: 1600px) {
    .row-fluid .world-rightwrap { margin-right:-250px; width:calc(48.717948718% + 240px); }
}

@media (min-width: 1200px) {
    .row-fluid .wrapper,.row-fluid .page-wrapper {  width:1170px; } 
    .row-fluid .footer .ftleft-address { padding-left:45px; }
    .row-fluid .history-innercontent { padding-right:120px; }    
    
    .row-fluid .request-demosection .wrapper { padding-left:80px; padding-right:80px; }
    .row-fluid .whatonemodel-section .wrapper { padding-left:120px; padding-right:120px; }

    .row-fluid .om-about-rightwrap { padding-left:30px; }  
    
    .row-fluid .corecapability-section .wrapper { padding-left:50px; padding-right:50px; }
    .row-fluid .dataexte-wrap { padding-left:25px; }
    
    .row-fluid .blog-sidebar {  margin-top:-45px; }
    
    .row-fluid .hero-section.bloghero-section { padding-top:111px; padding-bottom:110px; }
    .row-fluid .hero-section.feat-postwrap { padding-top:190px; padding-bottom:150px;  }
    
    .row-fluid .blog-post-wrapper .post-body p img { padding-left:0px; padding-right:0px; }
    .row-fluid .every-planincludes .machine-contentwrap { padding-left:120px; padding-right:120px; }
    
    .row-fluid .prohero-section { padding-top:163px; padding-bottom:205px;  }
    
    .row-fluid .bar-animation { padding-right:40px; }
    .row-fluid .roione-modelsection .roicontent-wrap { padding-right:35px; }
    
    /*.row-fluid .pro-content { max-width:370px; }*/
    
    .row-fluid .alldata-onemodelwrap h2 { font-size:48px; line-height:54px; }
    
    .row-fluid .contentcome-ctarow .procontent-wrap { padding-left:40px; }
    
    .row-fluid .blog-sidebar { width:25%; margin:0; }
    .row-fluid .blog-rightwrap { width:75%; padding-right:60px; }
    .hs-blog-listing .row-fluid .blog-rightwrap { padding-right:0; }
    
    .leaderlogo-listings > div { max-width: 1000px;  margin: 0 auto; }
}

@media (min-width: 992px) and (max-width: 1199px){
    .row-fluid .wrapper,.row-fluid .page-wrapper {  width:920px; } 
    .hs-blog-listing .row-fluid .blog-newwrap .wrapper { width:920px; }
    
    .row-fluid .nav-menu .hs-menu-wrapper > ul > li > a { padding-left:10px; padding-right:10px; }
    .row-fluid .nav-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after { right:0 !important; }
    
    .row-fluid .om-services-column .hs_cos_wrapper_type_custom_widget { width:25%; }
}

@media (min-width: 768px) and (max-width: 991px){
	.row-fluid .wrapper,.row-fluid .page-wrapper {  width:720px; }
	.hs-blog-listing .row-fluid .blog-newwrap .wrapper { width:720px; }
	
	.row-fluid .hero-slider { padding:160px 0 70px; }
	
	.row-fluid .client-circlehover { width:230px; height:230px; }
	.row-fluid .client-circletext { width:230px; height:230px; font-size:16px; line-height:24px; padding:15px; }
	.row-fluid .client-circlehover h4 { font-size:16px; line-height:24px; margin:10px 0; }
	.row-fluid .client-circlehover .link-style { margin-top:5px; }
	.row-fluid .customer-circlelisting .hs_cos_wrapper_type_custom_widget:nth-child(3) .client-circlemain:after { right:-15px; }
	.row-fluid .customer-circlelisting .hs_cos_wrapper_type_custom_widget:nth-child(2) .client-circlemain:after { bottom:50px; left:-20px; }
	.row-fluid .customer-circlelisting .hs_cos_wrapper_type_custom_widget:first-child .client-circlemain:after { left:-15px; }
	
	.row-fluid .world-counter { font-size:70px; line-height:70px;  }
	
	.row-fluid .machine-contentwrap ul { width:50%; }
	
	.row-fluid .om-services-column .hs_cos_wrapper_type_custom_widget { width:33.33%; }
	
	.row-fluid .blog-rightwrap .post-item { width:50%; }
	
	.row-fluid .partner-sercollisting .hs_cos_wrapper_type_custom_widget  { width:33.33%; }
	.row-fluid .whypartner-section { padding:60px 0;  }
	
	.row-fluid .pricingbox-listingwrap .pricing-boxwrap .pricing-innerboxwrap { padding-left:15px; padding-right:15px; }
    .row-fluid .pricingbox-listingwrap .pricing-benefits ul { padding-left:15px; padding-right:15px; }
	.row-fluid .pricingbox-listingwrap .pricing-benefits ul li { font-size:18px; line-height:26px; }
	
	.row-fluid .particle-img { display:none; }
	
	.row-fluid .analytics-logowrap { max-width:750px; }
	.row-fluid .analytics-logo.one { top:0; left:10px; }
    .row-fluid .analytics-logo.nine { top:0; right:10px; }
    .row-fluid .analytics-logo.three { top:280px; left:20px; }
    .row-fluid .analytics-logo.seven { top:280px; right:20px; }
    .row-fluid .analytics-logo.four { top:420px; left:50px; }
    .row-fluid .analytics-logo.six { top:420px; right:50px; }
    .row-fluid .analytics-logo img { max-width:60px; }
    
}	


@media (min-width: 992px){
    .row-fluid .child-trigger { display:none !important; }
    .row-fluid .nav-menu { display:inline-block !important; }
    .row-fluid .nav-menu .hs-menu-wrapper > ul > li { line-height:16px; }
    .row-fluid .nav-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after { content:""; width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid #716e6f; position:absolute; top:8px; right:8px; } 
    
    .row-fluid .automachine-navy .hs_cos_wrapper_type_custom_widget:first-child:before { content:""; width:26px; height:272px; background:url(https://cdn2.hubspot.net/hubfs/4006992/Onemodel_2018/Images/amated-leftarrow.png) no-repeat; position:absolute; left:-25px; top:calc(100% - 55px); }
    .row-fluid .automachine-navy .hs_cos_wrapper_type_custom_widget:first-child:after { content:""; width:26px; height:272px; background:url(https://cdn2.hubspot.net/hubfs/4006992/Onemodel_2018/Images/amated-rightarrow.png) no-repeat; position:absolute; right:-25px; top:calc(100% - 55px); }
    
    .row-fluid .matter-section .procontent-wrap { padding-left:60px; }
}


@media (max-width: 991px){
    
    .row-fluid .right-header { text-align:left; }
    .row-fluid .nav-menu { clear:both; float:left; text-align:left; padding:0; padding-right:0; z-index:99; width:100%; position:absolute; right:0; left:0; display:none; overflow-y:auto !important; top:100%; padding-top:0; margin-left:0 !important; -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
  -ms-transition: all .4s linear;
  transition: all .4s linear;; margin-top:0; background:#fff; }
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-2 > a { position:relative; font-size:14px; line-height:18px; }
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul { width:100%;}
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li { border-bottom:1px solid #191919; background:#fff; }
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:last-child { border-bottom:none; }
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li a { width:auto; display:block; padding:12px 15px 12px 15px; font-size:14px; line-height:20px; border-bottom:none; text-align:left; }
    
    .row-fluid .nav-menu .hs-menu-wrapper > ul ul > li.hs-menu-depth-2 { background:transparent; float:left; width:100%; border-bottom:1px solid #c1c1c1; }
    .row-fluid .nav-menu .hs-menu-wrapper > ul ul > li.hs-menu-depth-2:last-child { border-bottom:none; }
    .row-fluid .nav-menu .hs-menu-wrapper > ul ul > li.hs-menu-depth-2 .hs-menu-children-wrapper { padding-bottom:10px !important;}
    .row-fluid .nav-menu .hs-menu-wrapper > ul ul > li.hs-menu-depth-3 a { font-size:14px; line-height:18px; }
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children .hs-menu-children-wrapper { min-width:0; display:none; left:0 !important; padding:0; margin-left:0; border-left:none; position:relative; opacity:1; visibility:visible; }
    .row-fluid .nav-menu ul li a:after{ display:none;}
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {display:block; width:100%; padding-left:0px; padding-right:0px;}
    .row-fluid .nav-menu .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 { top:0; }
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal { float:left; width:100%;  position:relative; top:100%; left:0; right:0; z-index:9; border-top:1px solid #b7b7b7; }
    .row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:first-child{ padding-left:0;}
    .toggle { display:block; float: right; color:#4b4b4b; cursor:pointer; padding:15px 0px 14px; margin:0; position: absolute; z-index: 99; top: 15px; right: 15px; }
    a.toggle i { display: inline; position: relative; top: -5px; margin-left: 5px; -webkit-transition-duration: 0s;
 -webkit-transition-delay: .2s; -moz-transition-duration: 0s; -moz-transition-delay: .2s; transition-duration: 0s; transition-delay: .2s;margin:0;}
    a.toggle i:before, a.toggle i:after { position: absolute; content:""; }
    a.toggle i, a.toggle i:before, a.toggle i:after { width: 32px;  height: 2px;  background-color: #47bdad; display: inline-block; }
    a.toggle i:before { margin-top: -8px; -webkit-transition-property: margin, -webkit-transform; -webkit-transition-duration: .2s; -webkit-transition-delay: .2s, 0; }
    a.toggle  i:after { margin-top: 8px; -webkit-transition-property: margin, -webkit-transform; -webkit-transition-duration: .2s;      -webkit-transition-delay: .2s, 0; }
    .mobile-open a.toggle i { background-color: rgba(0,0,0,0.0); -webkit-transition-delay: .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); }
    .mobile-open a.toggle i:before { margin-top: 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition-delay: 0, .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); }
    .mobile-open a.toggle i:after { margin-top: 0; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition-delay: 0, .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); }
    .mobile-open .row-fluid .nav-menu  { right:0; }
    a.child-trigger { border-left:none !important; display: block !important; cursor: pointer; position: absolute !important;  border-bottom:1px solid #999999; top: 0px; right:0px; width: 50px !important; min-width: 50px !important; line-height:40px !important; text-align:center !important; height:42px !important; padding: 0 !important;}
    a.child-trigger span:before { font-size:25px; line-height:45px; content: "\f107"; font-family: 'FontAwesome'; }
    a.child-trigger span:after { left:-10px; -webkit-transform: rotate(-130deg); -ms-transform: rotate(-130deg);  transform: rotate(-130deg); -webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s;}
    a.child-trigger span:after { display:block !important;  content: '' !important; position: absolute; }
    a.child-trigger span { line-height:0; font-weight:normal; display:inline-block; vertical-align:middle; background-color:transparent !important; margin: 0 auto !important; -webkit-transition-duration: .2s;   -moz-transition-duration: .2s; transition-duration: .2s; }
	
	/*a.child-trigger span, a.child-trigger span:after { width: 20px; height: 4px; background-color: #fff; display: block; }
	a.child-trigger span, a.child-trigger span:before { width: 20px; height: 4px; background-color: #fff; display: block; }*/
	
	a.child-trigger.child-open span:before { content: "\f106"; font-family: 'FontAwesome';  -webkit-transition-duration: .2s; -moz-transition-duration: .2s; transition-duration: .2s;}
    .hs-menu-depth-2 a.child-trigger span:before { font-size:35px;  }

	.row-fluid .nav-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul li.child-open > a { color:#0072bc; }
	
	.row-fluid .right-header { padding-top:0; }
	
	.row-fluid .history-section { position:relative; z-index:1; }
    .row-fluid .history-section:before { content:""; width:100%; height:100%; background:rgba(255,255,255,0.8); position:absolute; left:0; top:0; z-index:-1; }
    
    .row-fluid .team-listing .hs_cos_wrapper_type_custom_widget { width:100%; }
    .row-fluid .team-listing .team-box { margin-bottom:35px; }
    .row-fluid .team-listing .hs_cos_wrapper_type_custom_widget:last-child .team-box { margin-bottom:0; }
    
    .row-fluid .right-header .cta-btn { text-align:center; width:100%; padding-left:15px; padding-right:15px; }
    .row-fluid .right-header .top-loginlink { padding-right:0; text-align:center; margin-bottom:15px; margin-left:0;  }
    
    .row-fluid .partner-logosection { padding-bottom:0; }
    
    .row-fluid .videohero-section .wrapper { overflow:hidden; }
}

@media (min-width: 768px){
    .row-fluid .ctastrip-section h1 { font-size:36px; line-height:46px; }
    .row-fluid .feat-postwrap h2 { font-size:48px; line-height:55px; }
}

@media (max-width: 767px){
    body { font-size:14px; line-height:22px; }
    
    .row-fluid .header { position:relative;}
    .body-container-wrapper { padding-top:0 !important; }
    
    .row-fluid .wrapper { padding:0 15px; }
    .hs-blog-listing .row-fluid .blog-newwrap .wrapper { width:100%; }
    
    h1 { font-size:38px; line-height:40px;}
    h2,.row-fluid .ctastrip-section h1 { font-size:30px; line-height:34px;}
    h3 { font-size:26px; line-height:28px;}
    h4 { font-size:18px; line-height:26px;}
    h5 { font-size:16px; line-height:24px;}
    h6 { font-size:12px; line-height:18px;}
    
    .hs-blog-post .post-header h1 {font-size: 25px;}
    
    .row-fluid .equal-height { height:auto !important; } 
    .row-fluid .header { padding-left:15px; padding-right:15px; }
    
    .row-fluid .hero-section,.row-fluid .hero-section.homehero-section { padding:80px 0; } 
    .row-fluid .hero-section .hero-content { margin-top:15px; }
    .row-fluid .hero-section .hero-content { font-size:18px; line-height:26px; }
    
    .row-fluid .hero-slider { background-position:center center !important; }
    
    .row-fluid .leadership-listing .hs_cos_wrapper_type_custom_widget { width:100%; }
    
    .row-fluid .leadership-listing .hs_cos_wrapper_type_custom_widget { margin-bottom:35px; text-align:center; }
    .row-fluid .leadership-listing .hs_cos_wrapper_type_custom_widget:last-child { margin-bottom:0; }
    
    
    
    .row-fluid .footer .footer-menu { display:inline-block; vertical-align:top; margin-right:-3px; }
    .row-fluid .footer .left-footer { text-align:center; }
    
    .row-fluid .history-innercontent h2 { padding-bottom:0; }
    
    .row-fluid .history-innercontent { max-width:100%; }
    
    .row-fluid .history-striprow { background-position: 25px bottom, calc(100% - 25px) top; }
    
    .row-fluid .team-listing { margin-top:25px; }
    
    .row-fluid .request-demosection { margin-bottom:60px; }
    
    .row-fluid .customer-circlelisting .hs_cos_wrapper_type_custom_widget { width:100%; }
    .row-fluid .world-leftwrap, .row-fluid .world-rightwrap { float:left; width:100%; }
    
    .row-fluid .ctastrip-section .cta-btn a { margin-top:15px; }
    
    .row-fluid .world-counter { font-size:70px; line-height:70px; letter-spacing:10px; }
    .row-fluid .wwsub-title { font-size:18px; line-height:28px;  }
    .row-fluid .world-leftwrap { margin-bottom:25px; }
    
    .row-fluid .hero-slider .hero-caption .play-btn { margin-top:0; }
    
    .row-fluid .hero-slider { padding:185px 0 70px; }
    
    .row-fluid .worldwide-section .wrapper { padding-top:40px; }
    .row-fluid .customer-circlelisting .hs_cos_wrapper_type_custom_widget:last-child .client-circlemain { padding-bottom:0; }
    
    .row-fluid .om-about-leftwrap, .row-fluid .om-about-rightwrap { width:100%; }
    
    .row-fluid .machine-column,.row-fluid .autoright-columnwrap .machine-column,.row-fluid .autoright-columnwrap,.row-fluid .machine-column .hs_cos_wrapper_type_custom_widget { width:100%; }
    .row-fluid .machine-column .hs_cos_wrapper_type_custom_widget .autolearn-box { max-width:280px; margin-left:auto; margin-right:auto; }
    .row-fluid .autoright-columnwrap .retarining-title { width:100%; min-width:0; max-width:280px; margin:0 auto; }
    .row-fluid .autoright-columnwrap .retarining-title h4:before,.row-fluid .autoright-columnwrap .retarining-title h4:after { display:none; } 
    .row-fluid .autoright-columnwrap .machine-column > span { padding-bottom:25px; }
    .row-fluid .machine-column .hs_cos_wrapper_type_custom_widget:last-child .autolearn-box { margin-bottom:0; }
    .row-fluid .machine-column .hs_cos_wrapper_type_widget_container { width:100%; padding:15px; }
    
    .row-fluid .automated-section { padding-bottom:0; }
    
    .row-fluid .algocalcu-wrap, .row-fluid .dataexte-wrap { float:left; }
    .row-fluid .dataexte-wrap { margin-top:25px; }
    .row-fluid .algocalcu-wrap { border-right:none; }
    
    .row-fluid .corecapability-section .wrapper { padding-top:60px; padding-bottom:60px; }
    .row-fluid .integrated-section,.row-fluid .whatonemodel-section { padding:60px 0; }
    .row-fluid .hrprofessional-section { padding-bottom:50px; }
    
    
    .row-fluid .fwinfography-imgwrap { text-align:center; margin-bottom:25px; }
    
    .row-fluid .integrated-section h2,.row-fluid .hrprofessional-section h2,.row-fluid .automated-section h2,
    .row-fluid .corecapability-section h2,.row-fluid .machinelearn-section h2 { margin-bottom:20px; }
    
    .row-fluid .machine-contentwrap ul { width:100%; }
    
    .row-fluid .automachine-navy.machine-column { padding-bottom:80px; }
    .row-fluid .om-services-column .hs_cos_wrapper_type_custom_widget { width:33.33%; }
    .row-fluid .whatonemodel-section { font-size:16px; line-height:24px; padding-bottom:20px;  }
    
    .row-fluid .om-about-rightwrap { padding-bottom:0; margin-top:20px; }
    .row-fluid .om-about-rightwrap .cta-btn a { margin-top:20px; }
    
    .row-fluid .blog-rightwrap .post-item { width:100%; }
    
    .row-fluid .subscribe-section .hs_submit,.row-fluid .subscribe-section .field.hs_email { width:100%; }
	.row-fluid .topic-row ul li { padding-right:8px; }
	
	.row-fluid .blog-post-wrapper .post-body p img { padding-left:0; padding-right:0; }
	
	.row-fluid .blog-sidebar { margin-top:25px; }
	
	.row-fluid .related-postwrap .related-title a { font-size:22px; line-height:30px; }
	.row-fluid .postsocial-sharing { padding:20px 0; }
	
	.hs-blog-listing .row-fluid .blogpage-wrap .wrapper { padding-left:0; padding-right:0; }
	.hs-blog-listing .row-fluid .feat-postwrap .wrapper { padding-left:15px; padding-right:15px; }
	
	.row-fluid .feat-postwrap .rec_posts { font-size:20px; line-height:26px; }
	
	.row-fluid .whypartner-imgwrap { margin-top:25px; }
	
	.row-fluid .partner-herosection .partner-herotitle { top:221px; }  
	.row-fluid .sub-title { margin:10px 0; } 
	
	.row-fluid .part-testislide .pttesti-logo,.row-fluid .partner-testislick .slick-dots { width:150px; }
	.row-fluid .part-testislide .pttesti-contentwrap { padding-left:180px; }
	
	.row-fluid .whypartner-section { padding:60px 0;  }
	
	.row-fluid .whypartner-contentwrap { padding-left:15px !important; padding-right:15px; }
	
	.row-fluid .partner-sercollisting { padding-top:0; }
	
	.row-fluid .whypartner-content { max-width:100%; }
	
	.row-fluid .pricingbox-listingwrap .hs_cos_wrapper_type_custom_widget { width:100%; margin-bottom:25px;  }
	.row-fluid .pricingbox-listingwrap .hs_cos_wrapper_type_custom_widget:first-child .pricing-boxwrap, .row-fluid .pricingbox-listingwrap .hs_cos_wrapper_type_custom_widget:first-child { border-radius:15px; }
	.row-fluid .pricingbox-listingwrap .hs_cos_wrapper_type_custom_widget:last-child .pricing-boxwrap, .row-fluid .pricingbox-listingwrap .hs_cos_wrapper_type_custom_widget:last-child { border-radius:15px; }
	.row-fluid .pricingbox-listingwrap .hs_cos_wrapper_type_custom_widget:nth-child(2) { margin-top:0; }
	
	.row-fluid .pricingbox-listingwrap .pricing-boxwrap .pricing-innerboxwrap { padding-bottom:40px; }
	.row-fluid .pricingbox-listingwrap .hs_cos_wrapper_type_custom_widget:nth-child(2) .pricing-boxwrap { margin-bottom:0; }
	.row-fluid .pricingbox-listingwrap .pricing-benefits { padding-top:0; }
	
	.row-fluid .pricingbox-listingwrap .pricing-benefits ul { padding-left:15px; padding-right:15px; }
	.row-fluid .pricingbox-listingwrap .pricing-benefits ul li { font-size:18px; line-height:26px; }
	
	.row-fluid .every-planincludes .machine-contentwrap ul { width:100%; }
	.row-fluid .every-planincludes li { font-size:18px; line-height:28px; margin:3px 0; }
	.row-fluid .every-planincludes .wrapper { padding-bottom:0; }
	.row-fluid .pricinghero-section.hero-section { padding-bottom:220px; }
	
	.row-fluid .blog-authorwrap { padding-left:15px; padding-right:15px; }
	.row-fluid .post-authorimg { margin-bottom:15px; }
	.row-fluid .postauthor-content { padding-left:0; }
	
    .row-fluid .why-logowrap { display:inline-block; margin-bottom:15px; }
    
    .row-fluid .proimg-wrap, .row-fluid .procontent-wrap,.row-fluid .bar-animation, .row-fluid .roicontent-wrap { width:100%; }
    .row-fluid .proserv-row .proimg-wrap,.row-fluid .proserv-row .proimg-wrap .right-text { text-align:center; }
    .row-fluid .proimg-wrap { margin-bottom:25px; }
    .row-fluid .procontent-wrap { padding-right:15px; padding-left:15px; }
    .row-fluid .oneai-row .procontent-wrap .sub-title { margin-top:10px; }
    .row-fluid .customize-dashrow,.row-fluid .getthe-metricrow { padding-bottom:70px; }
    
    .row-fluid .bar-animation { border-bottom:1px solid #E6E6E6; }
    .row-fluid .roione-modelsection .note { margin-top:20px; }
    .row-fluid .roione-modelsection .roicontent-wrap { margin-top:25px; }
    
    .row-fluid .roione-modelsection,.row-fluid .oneai-row { padding:60px 0; }
    .row-fluid .bar-animation ul li .bar span { font-size:12px; line-height:18px; }
    
    .row-fluid .hero-section .ctabtn-group .cta-btn a { margin-top:15px; }
    
    .row-fluid .needhelp-section .help-ctabox { margin-bottom:15px; }
    .row-fluid .needhelp-section .help-ctabox a:before { left:15px; }
    .row-fluid .needhelp-section .help-ctabox a { padding-left:100px; }
    .row-fluid .needhelp-section .help-ctabox:last-child { margin-bottom:0; }
    
    .row-fluid .particle-img { display:none; }
    
    .row-fluid .contentcome-ctarow .procontent-wrap { padding-left:0; padding-right:0; }
    
    .row-fluid .homeservice-row .procontent-wrap h2,.row-fluid .accurate-row .procontent-wrap h2 { margin-bottom:20px; }
    .row-fluid .procontent-wrap .cta-btn a { margin-top:20px; }
    
    .row-fluid .circle-progresswrap .progress-text { top:100px; }
    
    .row-fluid .main-content img { margin-bottom:25px; }
    
    .row-fluid .email-subscribe-wrap input.hs-input.email-edit { width:100% !important; }
    
    .row-fluid .analytics-logowrap { margin-top:40px !important; }
    
    .row-fluid .alldata-onemodelwrap { padding:60px 0 120px; }
    .row-fluid .analytics-icon { top:-60%; left:37%; width:auto; }
    .row-fluid .analytics-icon.eleven, .row-fluid .analytics-icon.twelve { left:37%; }
    .row-fluid .analytics-iconwrap .span4 { width:33.33%; }
    .row-fluid .analytics-iconwrap .span3 { width:25%; }
    
    
    .row-fluid .needhelp-section .help-ctabox a { padding-top:30px; padding-bottom:30px; }
    
    
    .row-fluid .analytics-logo.one { top:0; left:10px; }
    .row-fluid .analytics-logo.nine { top:0; right:10px; }
    .row-fluid .analytics-logo.three { top:280px; left:20px; }
    .row-fluid .analytics-logo.seven { top:280px; right:20px; }
    .row-fluid .analytics-logo.four { top:420px; left:50px; }
    .row-fluid .analytics-logo.six { top:420px; right:50px; }
    .row-fluid .analytics-logo img { max-width:60px; }
    
    .row-fluid .analytics-logowrap { min-height:420px; }
    
    .row-fluid .bar-graph,.row-fluid .stik-graph { width:50%; float:left; }
    .row-fluid .graph-circleimg { margin-top:0; }
    
    .row-fluid .leaderlogo-listings .leader-logo { width:100%; }
    .row-fluid .leaderlogo-listings .leader-logo img { max-width:150px; max-height:80px; width:auto !important; }
    
    /* Update */
    .row-fluid .blog-newwrap .blog-rightwrap .loadmore-btnwrap { margin-top:30px; margin-bottom:50px; }
    .row-fluid .alldata-onemodelwrap { background-size:25px 176px !important; }
  
  
  
.source-library-area {
    background: none;
}
.source-left-sidebar {
    margin-bottom: 40px;
}
.source-bottom-tab-area {
    background: none;
}
  
  
}



@media (max-width: 650px){
    
    .row-fluid .team-listing .team-headshot { position:relative; margin-bottom:10px; }
    .row-fluid .team-listing .team-box .team-infowrap { padding-left:0; }
    
    .row-fluid .part-testislide .pttesti-logo { position:relative; width:auto; margin-bottom:20px; }
    .row-fluid .part-testislide .pttesti-contentwrap { padding-left:0; }
    .row-fluid .partner-testislick .slick-dots { width:100%; bottom:-20px; }
    
    .row-fluid .partner-logosection { padding:20px 0; }
    
    .row-fluid .bar-animation ul li .bar span strong { font-size:16px; line-height:24px; }
    .row-fluid .circle-progress .circles-text { font-size:70px !important; }
    
    .row-fluid .analytics-circleimg img { max-width:100%; }
    
.source-tab {
    width: calc(100% / 2);
}
    .source-tab:nth-child(3n+1) {clear: none;}
  .source-tab:nth-child(2n+1) {clear: left;} 
}

@media (max-width:568px){
    .row-fluid .hs-form fieldset .field { padding:0 0 15px 0 !important; width:100% !important;  }
    .row-fluid .hs-form .field , .row-fluid .hs-form .field { padding:0 0 15px 0 }
    
    .row-fluid .hs-form .form-columns-2 .field { padding:0 0 15px 0 }
    .row-fluid .hs-form .form-columns-2 .field:first-child { padding:0 0 15px 0 }
    .row-fluid .hs-form .form-columns-2 .field:first-child+.field { padding:0 0 15px 0 }
   
    form.hs-form .form-columns-2 .hs-form-field .hs-input, form.hs-form .form-columns-3 .hs-form-field .hs-input{ width:100% !important;}
    .hs-form fieldset.form-columns-2 .input,.hs-form fieldset.form-columns-1 .input{ margin-right:0 !important;}
    
    .row-fluid .request-formwrap { padding:30px 15px; }
    
    .row-fluid .footer .footer-menu,.row-fluid .footer .footer-menu.footer-midmenu { width:100%; margin-right:0; border-right:none; }
    .row-fluid .footer .footer-menu { margin-bottom:25px; padding-left:0; padding-right:0; }
    .row-fluid .footer .footer-menu:last-child { margin-bottom:0; }
    .row-fluid .footer .footer-menu.ftabout-menu ul li.hs-menu-depth-1:last-child { padding-bottom:0; }
    .row-fluid .footer .footer-menu.ftabout-menu ul li.hs-menu-depth-1 { padding-bottom:5px; }
    
    .row-fluid .history-subcircle { width:300px; padding-left:15px; padding-right:15px; }
    
    .row-fluid .client-circlemain { padding-bottom:40px; }
    .row-fluid .client-circlehover { width:230px; height:230px; }
	.row-fluid .client-circletext { width:230px; height:230px; font-size:16px; line-height:24px; padding:15px; }
	.row-fluid .client-circlehover h4 { font-size:16px; line-height:24px; margin:10px 0; }
	.row-fluid .client-circlehover .link-style { margin-top:5px; }
	.row-fluid .customer-circlelisting .hs_cos_wrapper_type_custom_widget:nth-child(3) .client-circlemain:after { right:-15px; }
	.row-fluid .customer-circlelisting .hs_cos_wrapper_type_custom_widget:nth-child(2) .client-circlemain:after { bottom:50px; left:-20px; width:260px; background-size:100%; }
	.row-fluid .customer-circlelisting .hs_cos_wrapper_type_custom_widget:first-child .client-circlemain:after { left:-15px; }
	
	.row-fluid .client-circlesection h2 { margin-bottom:30px; }
	
	
    .row-fluid .om-services-column .hs_cos_wrapper_type_custom_widget { width:50%; }
    .row-fluid .algocalcu-wrap ul, .row-fluid .dataexte-wrap ul { width:100%; }
    .row-fluid .algocalcu-wrap ul:last-child, .row-fluid .dataexte-wrap ul:last-child { margin-top:0; }
    
    .row-fluid .partner-sercollisting .hs_cos_wrapper_type_custom_widget .service-name { font-size:16px; }
    
    .row-fluid .why-logowrap img { max-width:90px; }
    
    .row-fluid .analytics-icon img { max-width:70px; height:70px; }
    
    .row-fluid .circle-progresswrap .progress-text { font-size:20px; line-height:26px; }
    .row-fluid .circle-progresswrap .progress-text p span { font-size:16px; line-height:24px; }
    
    .row-fluid .circle-progress svg { width:290px; height:290px; }
}


@media (max-width:479px){
  
.source-library .hero-section h2 {
    font-size: 22px;
}
.search-box input.search-btn {
    position: inherit;
    margin-top: 20px;
    width: 100%;
}
.source-tab {
    width: calc(100% / 1);
}
.source-bottom-tab {
    -ms-flex-direction: column;
    flex-direction: column;
}
.source-bottom-tab img {
    margin-right: 0px;
    margin-bottom: 20px;
}
  
}

@media (min-width: 30px) and (max-width: 767px){
  .row-fluid .menu_right .btn_style a { display:none;}
  .header-announce-bar-main-wrap { height: 137px; z-index: 1111; margin-top: -3px;}

}