/* @import url('http://example.com/example_style.css'); */
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,100,700,900,400italic,300italic,700italic|Mr+Bedfort);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.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    */
/*****************************************/

.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.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; outline:none; }
[dir='rtl'] .slick-slide { float: right; }
.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; }

* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

body { margin:0; padding:0; font-family:'Lato', Arial, Helvetica, sans-serif; font-size:18px; line-height:28px; color:#414042; background:#fff; overflow-x:hidden }

img { border:0;  }

hr { border-color:#ccc; clear:both; margin-top:30px }
.img-responsive2 { max-width:100%; height:auto }

.clear { clear:both }

p { padding:15px 0; margin:0; }

h1 { color:#333c4e; font-family:'Lato', Arial, Helvetica, sans-serif; font-size:30px; margin:0; padding:15px 0 25px; line-height:40px; font-weight:normal; clear:both }
h2 { font-weight:normal; color:#333; font-family:'Lato', Arial, Helvetica, sans-serif; font-size:32px; line-height:40px; margin:0; padding:10px 0 10px; clear:both }
h3 { font-weight:500; color:#333; font-family:'Lato', Arial, Helvetica, sans-serif; font-size:30px; line-height:36px; margin:0; padding:10px 0 10px; clear:both }
h4 { font-weight:normal; color:#333; font-family:'Lato', Arial, Helvetica, sans-serif; font-size:28px; line-height:34px; margin:0; padding:10px 0 10px; clear:both }
h5 { font-weight:normal; color:#333; font-family:'Lato', Arial, Helvetica, sans-serif; font-size:24px; line-height:30px; margin:0; padding:10px 0 10px; clear:both; }
h6 { font-weight:400; color:#333; font-family:'Lato', Arial, Helvetica, sans-serif; font-size:22px; margin:0; padding:10px 0; line-height:26px; clear:both }


.row-fluid .post-footer input[type=text],
.row-fluid .post-footer input[type=email],
.row-fluid .post-footer input[type=tel],.row-fluid .post-footer input[type=number] { margin-bottom:0; font-family:'Lato', Arial, Helvetica, sans-serif;   font-size:14px;font-weight:400;border:1px solid #d7d7d7; background:#fff; height:39px; padding:0 15px; -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-border-radius:0px;
    -moz-border-radius: 0px; border-radius: 0px; color:#555555; }
.row-fluid .post-footer select { margin-bottom:0; border:1px solid #d7d7d7; color:#555555;  -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-border-radius:0px;
    -moz-border-radius: 0px; border-radius: 0px;  background-image: url('//cdn2.hubspot.net/hubfs/32387/Kuno-2016/image/select-droparrow.png'); background-repeat:no-repeat; background-position: 96% center;  background-color:#fff; height:39px;padding:0 20px;font-size:14px; font-family:'Lato', Arial, Helvetica, sans-serif;  }
.row-fluid .post-footer  textarea { margin-bottom:0; border:1px solid #d7d7d7; background:#fff; color:#555555; padding:15px; font-size:13px;font-weight:400; height:100px; resize:none; font-family:'Lato', Arial, Helvetica, sans-serif;   width:100%; -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-border-radius:0px;
    -moz-border-radius: 0px; border-radius: 0px; }
.row-fluid .post-footer .hs-form .input { margin-right:0}
.row-fluid .post-footer .hs-form  .field { padding:0 0 15px 0; }
.row-fluid .post-footer .hs-form .form-columns-2 .field:first-child { padding:0 0px 20px 0}
.row-fluid .post-footer .hs-form .input { margin-right:0}
.row-fluid .post-footer .hs-form .form-columns-2 .field { padding:0 0 20px 20px}
.row-fluid .post-footer .hs-form .form-columns-2 .field:first-child+.field { padding:0 0 20px 20px}
.row-fluid .post-footer .hs-form fieldset.form-columns-1 .input,.row-fluid .hs-form fieldset.form-columns-2 .input { margin-right:0; }
.row-fluid .post-footer .hs-form fieldset.form-columns-1 .hs-input { width:100%; }
.row-fluid .post-footer { padding-bottom:0; }
.row-fluid .post-footer .hs-form input[type=checkbox] { visibility:hidden; display:none; }
.row-fluid .post-footer .hs-form input[type=checkbox] + span { position:relative; padding-left:0px; margin-left:24px; cursor:pointer; font-size:13px; color:#182752;  }
.row-fluid .post-footer .hs-form input[type=checkbox] + span:before { content:''; width:15px; height:15px; background:#fff; border:1px solid #fff; box-shadow:0 0 0 1px #e1e1e1; display:inline-block; position:absolute; left:-24px; top:1px; }
.row-fluid .post-footer .hs-form input[type=checkbox]:checked + span:before { background:#818181; }

.row-fluid input[type=submit] { display:inline-block; background:#0f9fc4;  padding:18px 25px; min-width:328px;  color:#fff; font-family:'Lato', Arial, Helvetica, sans-serif;  font-weight:700; text-transform:uppercase;  text-align:center; font-size:13px; line-height:16px;  }
.row-fluid input[type=submit]:hover { background:#94c03d; color:#fff;  }


a { text-decoration:none; outline:none; color:#00658b; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
a:hover { color:#333; }

input , button , textarea { border:none; outline:none; }
input[type=submit] , button { cursor:pointer; background:url(//cdn2.hubspot.net/hubfs/32387/kunocreative-2016/images/blank.png) no-repeat left top; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all  0.4s ease-in-out; }
ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; }

.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited { max-width: none !important; text-overflow: inherit !important; vertical-align:top; }
.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 [class*="span"] { min-height:1px; }

.row-fluid .bgimg-main { background-size:cover; background-repeat:no-repeat; background-position:center center; }
.row-fluid .bg-img { display:none; }

.row-fluid .hide-section { display:none; }

.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }
 
.row-fluid .wrapper , .row-fluid .comparison-content .hs_cos_wrapper_widget_container { margin:0 auto !important; width:1130px; float:none !important; } 
.row-fluid .top { position:fixed; top:-100px; width:100%; padding:25px 0; z-index:8; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out;  }
.row-fluid .top.fixed3 { top:0; background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(255,255,255,0) 98%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.0.6) 0%,rgba(255,255,255,0) 98%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(255,255,255,0) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */ }
.row-fluid .top.fixed2 { top:-100px; }
.row-fluid .top.fixed { background:rgba(25,27,27,0.89); top:0; }
.mm-opened .row-fluid .top { left:440px; -webkit-transition: none 0.4s ease; -moz-transition: none 0.4s ease; -ms-transition: none 0.4s ease; -o-transition: none 0.4s ease; transition: none 0.4s ease; -webkit-transition-property: top, right, bottom, left, border; -moz-transition-property: top, right, bottom, left, border; -ms-transition-property: top, right, bottom, left, border; -o-transition-property: top, right, bottom, left, border; transition-property: top, right, bottom, left, border; }


.row-fluid .requestconsultation-link { padding:2px 0 0; text-align:right; }
.row-fluid .requestconsultation-link a { color:#fff; font-size:17px; font-weight:700; border:1px solid #01adaf; padding:9px 20px; border-radius:25px; display: inline-block; }
.row-fluid .requestconsultation-link a:hover { background:#01adaf; }
.row-fluid .logo { text-align:center; }
.mainmenu-link .menutext { padding:50px 80px 15px 40px; font-family: 'lato',helvetica,sans-serif !important; font-weight: 300; font-size: 17px; line-height:24px; color:#fff; }
.mainmenu-link .menutext:after , .mainmenu-link .menu-contactus:after , .mainmenu-link .menu-social:after { display:none !important; }
.mainmenu-link .menu-contactus { padding:5px 80px 15px 40px ; font-family: 'lato',helvetica,sans-serif !important; font-weight: 300; font-size: 17px; line-height:24px; color:#fff; }
.mainmenu-link .menu-contactus a { background:#119fc3; padding:15px 20px; display:block; border-radius:4px; text-align:center; color:#fff; }
.mainmenu-link .menu-contactus a:hover { background:#fff; color:#119fc3; }

.mainmenu-link .menu-social { padding:30px 80px 80px 40px; }
.mainmenu-link .menu-social h3 { font-size:21px; font-weight:700; color:#fff; padding:0 0 10px; }
.mainmenu-link .menu-social a { display:inline-block; padding:0; width:34px; height:34px; line-height:34px; background:#aadfef; border-radius:100%; color:#21464f !important; margin:12px 10px 0 0; font-size:20px; text-align:center; }
.mainmenu-link .menu-social a:hover { background: #fff; }
.mainmenu ul { display:none; }

.row-fluid .header { position:relative; background-attachment:fixed; }
.row-fluid .header-content { letter-spacing:2px; font-size:32px; line-height:40px; font-weight:700; color:#fff; text-align:center; position:relative; left:0; top:50%; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.row-fluid .header-text { padding:65px 0 0; }
.row-fluid .next-link { cursor:pointer; position:absolute; left:50%; bottom:60px; background:url(//cdn2.hubspot.net/hubfs/32387/kunocreative-2016/images/arrow-icon.png) no-repeat; width:48px; height:22px; margin:0 0 0 -24px; }
 
.row-fluid .inner-header { position:fixed; top:0; width:100%; left:0; /*background-attachment:fixed;*/ padding:220px 0 180px; }
/*.row-fluid .inner-headerbg { background-size:auto; }*/
.mm-opened .row-fluid .inner-header { left:440px; -webkit-transition: none 0.4s ease; -moz-transition: none 0.4s ease; -ms-transition: none 0.4s ease; -o-transition: none 0.4s ease; transition: none 0.4s ease; -webkit-transition-property: top, right, bottom, left, border; -moz-transition-property: top, right, bottom, left, border; -ms-transition-property: top, right, bottom, left, border; -o-transition-property: top, right, bottom, left, border; transition-property: top, right, bottom, left, border; }

.row-fluid .header-content2 { font-size:20px; line-height:28px; font-weight:400; color:#fff; position:relative; max-width:690px; }
.row-fluid .header-content3 { font-size:32px; line-height:48px; font-weight:400; color:#fff; position:relative; max-width:700px; }
.row-fluid .inner-header h2, .row-fluid .inner-header h1 { padding:0 0 5px; font-size:60px; line-height:68px; color:#fff; font-weight:700; }
.row-fluid .inner-header h3 { padding:0 0 15px; font-size:32px; font-weight:400; line-height:43px; color:#fff; }
.row-fluid .header-content2 h2, .row-fluid .header-content2 h1 {  font-size:48px; line-height:56px; }
.row-fluid .header-form { float:right; }
 
.body-container-wrapper , .footer-container-wrapper { position:relative; background:#fff; z-index:2; }


.row-fluid .whatiskuno-main { background:url(//cdn2.hubspot.net/hubfs/32387/kunocreative-2016/images/bg-img2.jpg) no-repeat center #dfdede; padding:100px 0 110px; }
.row-fluid .whatiskuno-left { padding:0 30px 0 30px; float:none; vertical-align:middle; display:inline-block; }
.row-fluid .whatiskuno-ltext { color:#04adad; font-weight:700; font-size:38px; line-height:34px; padding:0 0 0 30px; font-style:italic; }
.row-fluid .whatiskuno-ltext2 h1 { color:#053030; font-weight:700; font-size:66px; line-height:70px; }
.row-fluid .whatiskuno-ltext2 h1 span {color:#04adad;}
.row-fluid .whatiskuno-ltext2 { color:#053030; font-weight:700; font-size:66px; line-height:70px; }
.row-fluid .whatiskuno-ltext2 span span { color:#04adad; }
.row-fluid .whatiskuno-right { border-left:1px solid #04adad; padding:15px 50px 15px 50px; font-size:19px; line-height:35px; float:none; margin:0 0 0 -8px; vertical-align:middle; display:inline-block; }

.row-fluid .workingwithteam-main { color:#fff; font-size:17px; overflow:hidden; }
.row-fluid .workingwithteam-content { background:rgba(000,000,000,0.67); padding:100px 100px; position:relative; z-index:6; }
.row-fluid .workingwithteam-ctext { font-size:19px; padding:0 0 10px; }
.row-fluid .workingwithteam-main h2 { padding:0 0 15px; color:#fff; font-size:48px; line-height:60px; font-weight:700; }
.row-fluid .workingwithteam-main h2 span { color:#04adad; }
.row-fluid .workingwithteam-main .wrapper { position:relative; }
.row-fluid .kunodesignteam-paralleximage { position:absolute; right:-370px; bottom:-440px; width:auto; z-index:5; }
.row-fluid .kunodesignteam-paralleximage1 { position:absolute; right:60px; bottom:0; width:auto; z-index:4; }
.row-fluid .kunodesignteam-paralleximage2 { position:absolute; right:80px; bottom:85px; width:auto; z-index:3; }
.row-fluid .kunodesignteam-paralleximage3 { position:absolute; right:350px; bottom:340px; width:auto; z-index:2; }
.row-fluid .kunodesignteam-paralleximage4 { position:absolute; right:350px; bottom:450px; width:auto; z-index:1; }


.row-fluid .howwedo-main { padding:110px 0 90px; }
.row-fluid .titletext-main { text-align:center; padding:0 22% 80px; font-size:19px; }
.row-fluid .titletext-main h2 { color:#053030; font-size:48px; font-weight:700; color:#053030; line-height:50px; padding:0 0 25px; }

.row-fluid .howwedo-box {  background-size:auto; background-position:right bottom; color:#fff; font-size:18px; line-height:28px; }
.row-fluid .howwedo-box > a { padding:50px 8% 50px 60px; float:left; width:100%; color:#fff; height:530px; }
.row-fluid .howwedo-box:hover { opacity:0.8; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
.row-fluid .howwedo-box h3 { font-size:35px; font-weight:700; color:#fff; padding:0 0 10px; line-height:38px; }
.row-fluid .howwedo-box .widget-type-rich_text a , .row-fluid .howwedo-box .widget-type-rich_text span span { color:#fff; text-decoration:underline; font-weight:700; }
.row-fluid .howwedo-box .widget-type-rich_text a:hover { text-decoration:none; }
.row-fluid .howwedo-box p { padding:5px 0; }
.row-fluid .howwedo-box1 { background-color:#4474b6; }
.row-fluid .howwedo-box2 { background-color:#04adad; }
.row-fluid .howwedo-box3 { background-color:#7155aa; margin:40px 0 0; }
.row-fluid .howwedo-box3 > a { padding-right:65%;  }

.row-fluid .ourphilosophy-main { background:#dfdede; position:relative; overflow:hidden; border-top:10px solid #fff; }
.row-fluid .ourphilosophy-content { background:rgba(255,255,255,0.75); padding:100px 74px 100px 100px; position:relative; z-index:5; }
.row-fluid .ourphilosophy-content h2 { font-size:48px; font-weight:700; line-height:50px; padding:0 0 10px; color:#053030; }
.row-fluid .ourphilosophy-textleft { float:none; display:inline-block; vertical-align:middle; }
.row-fluid .ourphilosophy-imgright { float:none; display:inline-block; vertical-align:middle; padding:0 0 0 15px; margin:0; }
.row-fluid .casestudy-link , .row-fluid .process-link { margin-top:25px; }
.row-fluid .casestudy-link a { font-weight:700; color:#f7f7f7; font-size:17px; display:block; background:#7155aa; padding:10px 20px; text-align:center; border-radius:30px; }
.row-fluid .process-link a { font-weight:700; color:#0e5a6a; font-size:17px; display:block; background:#00ffff; padding:10px 20px; text-align:center; border-radius:30px; }
.row-fluid .casestudy-link a:hover , .row-fluid .process-link a:hover { background:#093030; color:#fff; }
/*.row-fluid .ourphilosophy-main .wrapper {  position:relative; }*/
.row-fluid .ourphilosophy-img { right:0; top:0; height:100%; position:absolute; width:auto; }
.row-fluid .ourphilosophy-img > div  { position:relative; top:50%;  -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.row-fluid .ourphilosophy-img1 { top:70px; right:100px; position:absolute; width:auto; width:auto; }
.row-fluid .ourphilosophy-img2 { top:215px; right:190px; position:absolute; width:auto; }
.row-fluid .ourphilosophy-img3 { top:590px; right:80px; position:absolute; width:auto; }


.row-fluid .modernkuno-main { background-size:auto; background-position:center; padding:175px 0 110px; text-align:center; position:relative; border-top:10px solid #fff; }
.row-fluid .modernkuno-main h3 { padding:0; font-size:55px; line-height:55px; color:#fff; font-weight:normal; font-family:'Lato', Arial, Helvetica, sans-serif; }
.row-fluid .modernkuno-vstext { color:#372b52; font-family: 'Mr Bedfort', cursive; font-size:127px; line-height:60px; padding:25px 0; }
.row-fluid .modernkuno-logoimg img { width:465px !important; }


.row-fluid .modernkuno-link { float:none; display:inline-block; width:auto; margin:0 15px; width:100%; max-width:245px; }
.row-fluid .modernkuno-logoimg { padding:0 0 70px; }

.row-fluid .modernkuno-link a { cursor:pointer; font-weight:700; color:#f7f7f7; font-size:18px; display:block; background:#906cd9; padding:10px 20px; text-align:center; border-radius:30px; } 
.row-fluid .requestconsultation-link2 a { background:#00ffff; color:#0e5a6a; }
.row-fluid .modernkuno-link a:hover , .row-fluid .requestconsultation-link2 a:hover { background:#093030; color:#fff; }
.row-fluid .comparison-content { display:none; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(22,18,48,0.9); text-align:center; font-size:22px; line-height:28px; color:#fff; }
.row-fluid .comparison-content .slick-prev:before, .row-fluid .comparison-content .slick-next:before { display:none; } 
.row-fluid .comparison-left { display:inline-block; vertical-align:middle; width:40%; padding:0 10px; }
.row-fluid .comparison-popvstext { display:inline-block; text-align:center; vertical-align:middle; width:18%; color:#15b1b2; font-family: 'Mr Bedfort', cursive; font-size:127px; line-height:60px; padding:25px 0 25px 20px; }
.row-fluid .comparison-right { display:inline-block; vertical-align:middle; width:40%; padding:0 10px; }
.row-fluid .comparison-content h4 { color:#6cc9c6; font-weight:700; padding:15px 0 15px; min-height:72px; font-size:30px; line-height:34px; }
.row-fluid .comparison-content .hs_cos_wrapper_widget_container { padding:0 100px; display:block; position:relative; top:50%; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.row-fluid .comparison-img img { width: 270px; margin: 0px auto; }
.row-fluid .comparison-content .slick-arrow { font-size:0; position:absolute; top:50%; width:39px; height:63px; margin:-31.5px 0 0; }
.row-fluid .comparison-content .slick-prev { background:url(//cdn2.hubspot.net/hubfs/32387/kunocreative-2016/images/left-arrow.png) no-repeat; left:20; }
.row-fluid .comparison-content .slick-next { background:url(//cdn2.hubspot.net/hubfs/32387/kunocreative-2016/images/right-arrow.png) no-repeat; right:20; }
.row-fluid .comparison-content .slick-arrow:hover { opacity:0.6; }
/*.row-fluid .close { cursor:pointer; background:url(//cdn2.hubspot.net/hubfs/32387/kunocreative-2016/images/close.png) no-repeat; width:39px; height:32px; position:absolute; top:20px; right:20px; }*/
/*.row-fluid .close:hover { opacity:0.6; }*/

.row-fluid .kunodesignaction-main { color:#fff; font-size:19px; padding:70px 0 140px; text-align:center; position:relative;
background: rgb(24,123,148); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(24,123,148,1) 0%, rgba(30,196,214,1) 44%, rgba(173,247,247,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(24,123,148,1) 0%,rgba(30,196,214,1) 44%,rgba(173,247,247,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(24,123,148,1) 0%,rgba(30,196,214,1) 44%,rgba(173,247,247,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#187b94', endColorstr='#adf7f7',GradientType=1 ); }
.row-fluid .kunodesignaction-main:before { content:''; position:absolute; left:0; bottom:-150px; width:100%; height:100%; background:url(https://cdn2.hubspot.net/hubfs/32387/2018/images/xkuno-pettern-bg.png) no-repeat bottom center; opacity:0.5; }
.row-fluid .kunodesignaction-main > div { position:relative; }

.row-fluid .kunodesignaction-main h2 { font-size:48px; line-height:50px; padding:0 0 25px; color:#fff; font-weight:700; }
.row-fluid .kunodesignaction-main h2 span { color:#1889a1; }
.row-fluid .designtab { padding:40px 0 70px; margin:0; list-style:none; }
.row-fluid .designtab li { display:inline-block; padding:0 8px; width:16%; }
.row-fluid .designtab li a { display:block; color:#053030; font-size:16px; background:#fff; padding:8px 10px; border-radius:25px; }
.row-fluid .designtab li a:hover , .row-fluid .designtab li a.active { background:#00ffff; }

/*.row-fluid .kunodesignaction-imagesmain .hs_cos_wrapper_widget { float:left;  padding:0 15px; width:25%; }*/

.isotope-item { z-index: 2; }
.isotope-hidden.isotope-item { pointer-events: none; z-index: 1; }
 
.isotope, .isotope .isotope-item { -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -ms-transition-duration: 0.8s; -o-transition-duration: 0.8s; transition-duration: 0.8s; }
.isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; }
.isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property:-moz-transform, opacity; -ms-transition-property:-ms-transform, opacity; -o-transition-property:-o-transform, opacity; transition-property:transform, opacity; }
.row-fluid .kunodesignaction-box a { display:block; }
.row-fluid .kunodesignaction-imagesmain .kunodesignaction-box { float:left; width:24.5%; padding:0 15px 15px; }
.row-fluid .kunodesignaction-imagesmain .kunodesignaction-box a { display:block; }
.row-fluid .kunodesignaction-imagesmain .kunodesignaction-box a img { box-shadow:0 0 18px rgba(0,0,0,0.35);}
.row-fluid .kunodesignaction-imagesmain .hs_cos_wrapper_widget_container { float:left; width:100%; }

.row-fluid .thatsus-main { padding:95px 0 30px; background:#fff; }
.row-fluid .thatsus-main h2 { font-size:48px; line-height:55px; padding:0 0 15px; color:#053030; font-weight:700; }
.row-fluid .thatsus-main h6 { font-size:19px; line-height:28px; padding:0 0 10px; color:#00aeef; font-weight:700; }
.row-fluid .thatsus-main ul { margin:0; padding:0; list-style:none; }
.row-fluid .thatsus-main ul li { padding:0 0 15px 20px; position:relative; }
.row-fluid .thatsus-main ul li:before { position:absolute; left:0; content:''; top:12px; background:#00aeef; width:8px; height:8px; border-radius:100%; }
.row-fluid .thatsus-right { padding:0 0 0 20px; }

.row-fluid .partnerto-main { padding:170px 0 75px; background:#dfdede; position:relative; text-align:center; }
/*.row-fluid .partnerto-main:before { content:''; position:absolute; top:0; left:0; width:100%; background:url(//cdn2.hubspot.net/hub/32387/hubfs/kunocreative-2016/images/Shap.jpg) no-repeat center top #fff; height:94px; }*/
.row-fluid .partnerto-img { text-align:center; background:#fff; position:absolute; left:0; top:0; width:100%; }

.row-fluid .partnerto-text { padding:0 15% 60px; color:#414040; font-size:29px; line-height:40px; position:relative; font-weight:300; }
.row-fluid .partnerto-text:before { content:''; left:50%; height:3px; background:#e546f4; width:360px; margin:0 0 0 -180px; bottom:25px; position: absolute; }
.row-fluid .partnerto-text2 { font-size:17px; font-weight:300; }
.row-fluid .partnerto-text2 strong { font-weight:400; }

.row-fluid .ebook-main { padding:105px 0 50px; }
.row-fluid .ebook-main h6 { font-size:19px; line-height:28px; padding:25px 0 20px; color:#00aeef; font-weight:700; }
.row-fluid .ebook-main ul { margin:0; padding:10px 0; list-style:none; }
.row-fluid .ebook-main ul li { padding:0 10px 15px 20px; position:relative; float:left; width:33.333%; }
.row-fluid .ebook-main ul li:before { position:absolute; left:0; content:''; top:12px; background:#00aeef; width:8px; height:8px; border-radius:100%; }
.row-fluid .ebook-main ul li:nth-child(3n) { clear:right; }
.row-fluid .ebook-main ul li:nth-child(3n+1) { clear:left; }
.row-fluid .ebook-main p { padding:0 0 20px; margin:0; }

.row-fluid .ebook-right { text-align:center; }
.row-fluid .ebook-rimg { padding:0 0 30px; }
.row-fluid .ebook-rimg img { box-shadow: 0 0 10px 3px rgba(000,000,000,0.17); border:10px solid #fff !important; }
.row-fluid .ebook-downloadlink a { position:relative; display:inline-block; width:100%; max-width:264px; line-height:26px; padding:12px 25px; color:#fff; font-size:17px; color:#fff; background:#e942fc; border-radius:100px; text-align:left; }
.row-fluid .ebook-downloadlink a:before { line-height:34px; font-family:'FontAwesome'; text-align:center; content:''; position:absolute; right:10px; top:8px; color:#fff; background:#d429e7; width:32px; height:32px; border-radius:100%;  content: "\f175"; }
.row-fluid .ebook-downloadlink a:hover { background:#d12ae4; }


.row-fluid .happyclient-main { padding:180px 0 65px; background:#00aeef; position:relative; text-align:center; }
/*.row-fluid .happyclient-main:before { content:''; position:absolute; top:0; left:0; width:100%; background:url(//cdn2.hubspot.net/hub/32387/hubfs/kunocreative-2016/images/Shap2.jpg) no-repeat center top #fff; height:94px; }*/
.row-fluid .happyclient-topimg { text-align:center; background:#fff; position:absolute; left:0; top:0; width:100%; }
.row-fluid .happyclient-main h2 { color:#fff; padding:0 0 35px; font-size:38px; font-weight:700; line-height:42px; }
.row-fluid .happyclient-logoes .hs_cos_wrapper_widget  { display:inline-block; width:24%; padding:0 15px 20px; vertical-align:middle; }

.row-fluid .requestconsultation-main , .row-fluid .requestconsultation-main2 { padding:70px 0 30px; color:#414040; font-size:17px; }
.row-fluid .requestconsultation-main h2 , .row-fluid .requestconsultation-main2 h2 { color:#053030; padding:0 0 25px; font-size:48px; font-weight:700; line-height:52px; }
.row-fluid .requestconsultation-main2 h2 { padding:0; }
.row-fluid .requestconsultation-right { padding:40px 0 0; text-align:center; }
.row-fluid .requestconsultation-right a { position:relative; display:inline-block; width:100%; max-width:264px; line-height:26px; padding:12px 25px; color:#fff; font-size:17px; color:#fff; background:#e942fc; border-radius:100px; text-align:left; }
.row-fluid .requestconsultation-right a:before { line-height:34px; font-family:'FontAwesome'; text-align:center; content:''; position:absolute; right:10px; top:8px; color:#fff; background:#d429e7; width:32px; height:32px; border-radius:100%;  content: "\f178"; }
.row-fluid .requestconsultation-right a:hover { background:#d12ae4; }
 
.row-fluid .weknow-main { padding:60px 0 160px; background-position:center bottom; background-size:auto; }
.row-fluid .weknow-main h2 { color:#053030; padding:15px 0 25px; font-size:48px; font-weight:700; line-height:52px; }

.row-fluid .weknow-left { padding:0 15px 0 0; }
.row-fluid .weknow-right { padding:0 0 0 35px; }

.row-fluid .downloadebook-main { padding:70px 0 80px; background:#00aeef; color:#fff; }
.row-fluid .downloadebook-main p { padding:0 0 20px; }
.row-fluid .downloadebook-left ul { margin:0; padding:0 0 0 21px; }
.row-fluid .downloadebook-left ul li { padding:0 0 20px; }
.row-fluid .downloadebook-main h2 { color:#015879; padding:0 0 25px; font-size:48px; font-weight:700; line-height:52px; }
.row-fluid .downloadebook-main h3 { color:#015879; padding:15px 0 15px; font-size:19px; font-weight:700; line-height:22px; }

.row-fluid .downloadebook-form  .input { margin:0; }
.row-fluid .downloadebook-form input[type=text], .row-fluid .downloadebook-form input[type=email], .row-fluid .downloadebook-form input[type=tel] { width:100% !important; text-align:left; height:40px; line-height:40px; padding:0 15px; font-family:'Lato', Arial, Helvetica, sans-serif; font-size:15px; color:#414042 }
.row-fluid .downloadebook-form select {  height:40px; line-height:40px; padding:0 15px; font-family:'Lato', Arial, Helvetica, sans-serif; font-size:15px; color:#414042; text-align:left }
.row-fluid .downloadebook-form textarea { height:124px; line-height:20px; padding:15px; font-family:'Lato', Arial, Helvetica, sans-serif; font-size:15px; color:#414042; width:100%!important; text-align:left }
.row-fluid .downloadebook-form .hs-form fieldset.form-columns-2 .input { margin-right:0 }
.row-fluid .downloadebook-form .hs-form fieldset.form-columns-1 .field { padding:0 0 10px }
.row-fluid .downloadebook-form .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 15px }
.row-fluid .downloadebook-form .hs-form fieldset.form-columns-2 .field:first-child { padding:0 15px 10px 0 }
.row-fluid .downloadebook-form input[type=submit] { width:100%; text-align: left; display:block; color:#fff; line-height:26px; padding:12px 25px;  font-size:17px; color:#fff; font-family:'Lato', Arial, Helvetica, sans-serif;   }
.row-fluid .hs-form fieldset { max-width: none; }
.row-fluid .downloadebook-form .hs_submit { padding:20px 0 0; }
.row-fluid .downloadebook-form .hs_submit .actions { overflow:hidden; position:relative; display:inline-block; width:100%; background:#097eaa; border-radius:100px; text-align:left; }
.row-fluid .downloadebook-form .hs_submit .actions:before { line-height:34px; font-family:'FontAwesome'; text-align:center; content:''; position:absolute; right:10px; top:8px; color:#fff; background:#015879; width:32px; height:32px; border-radius:100%;  content: "\f178"; }
.row-fluid .downloadebook-form .hs_submit .actions:hover { background:#067098; }
.row-fluid .downloadebook-form ul { margin:0; padding:0; font-size:12px; }

/*.row-fluid .footer { text-align:center; padding:60px 0 80px; font-size:13px; font-weight:300; }*/
/*.row-fluid .footer a { color:#009fc3; text-decoration:underline; }*/
/*.row-fluid .footer a:hover { color:#333; }*/
/*.row-fluid .footer ul { margin:0; padding:0; list-style:none; }*/
/*.row-fluid .footer ul li { display:inline-block; line-height:15px; border-left:1px solid #4c4c4c; padding:0 6px; }*/
/*.row-fluid .footer ul li:first-child { border:none; }*/
/*.row-fluid .footer-logo { padding:0 0 30px; }*/
/*.row-fluid .footer p { padding:5px 0; }*/

.row-fluid .ftsimple-menu { line-height:40px; }



/* WHY KUNO HEADER STYLE */
.why-kuno .row-fluid .top.fixed , .why-kuno .row-fluid .top.fixed3 , .top-white .row-fluid .top.fixed3 , .top-white .row-fluid .top.fixed { background:rgba(255,255,255,1) }
.why-kuno #hamburger:before, .why-kuno  #hamburger:after, .why-kuno #hamburger span , .top-white #hamburger:before,.top-white  #hamburger:after, .top-white #hamburger span { background:#053030; }
.why-kuno .body-container-wrapper {margin-top:55px;}


/* Portfolio Page CSS */

.portfolio_page .row-fluid .top.fixed ,.portfolio_page .row-fluid .top.fixed3 , .top-white .row-fluid .top.fixed3 , .top-white .row-fluid .top.fixed { background:rgba(255,255,255,1) }
.portfolio_page #hamburger:before,.portfolio_page  #hamburger:after, .portfolio_page #hamburger span , .top-white #hamburger:before,.top-white  #hamburger:after, .top-white #hamburger span { background:#053030; }
.row-fluid .requestconsultation-link.white_bg a { color:#02b9b9; border-color:#587575; }
.row-fluid .requestconsultation-link.white_bg a:hover { color:#fff; }

.portfolio_page .inner-header { background-size:400px; }
.portfolio_page .row-fluid .inner-header h2 { font-size:32px; color:#000; line-height:1; font-weight:300; padding:0; text-transform:uppercase; letter-spacing:2px; }
.portfolio_page .row-fluid .inner-header h2 span { font-weight:900; color:#02b9b9; }
.portfolio_page .row-fluid .header-content2 { max-width:100%; text-align:center;  }
.portfolio_page .row-fluid .inner-header h3 { font-weight:700; color:#4474b6; font-size:80px; line-height:1; }

.portfolio_page .porfolio_main { background:#dfdede; }
.portfolio_page .tab_links { background:#fff; }
.portfolio_page .filter_link { margin:0 auto 10px; padding:10px 0; list-style:none; display:table;  text-align:center; width:80%;  }
.portfolio_page .filter_link li { display:table-cell; padding:10px 10px 5px;  }
.portfolio_page .filter_link li a { color:#264949; font-size:17px; font-weight:700; display:inline-block; cursor:pointer; }
.portfolio_page .filter_link li a:after { background:transparent; width:80%; display:block; margin:0 auto; height:5px; content:'';  transition: all ease 0.4s; -moz-transition: all ease 0.4s; -webkit-transition: all ease 0.4s; }
.portfolio_page .filter_link li.active a:after,.portfolio_page .filter_link li a:hover:after { background:#02b9b9; }
.portfolio_page .filter_link li.active a ,.portfolio_page .filter_link li a:hover { color:#969595; }

.details_top { background:#fff; }
.details_top .top_left { background:#02b9b9; color:#fff; }
.details_top .top_right h6 { color:#fff; padding:0; letter-spacing:2px; font-weight:300; font-size:18px; }
.details_top .top_right h4 { color:#fff; padding-top:0px; padding-bottom:20px; font-weight:700; font-size:22px; line-height:1.2em;  padding-bottom:0; }
.details_top .top_left h6 { color:#fff; padding:0; letter-spacing:2px; font-size:18px; font-weight:300; }
.details_top .top_left h4 { color:#fff; padding-top:0px; padding-bottom:20px; font-weight:700; font-size:22px; line-height:1.2em; padding-bottom:0;  }
.details_top .top_left i.fa { font-size: 60px; color: #02a0a0; }

.tab_main .portfolio_img { position:relative; margin:10px 0; }
.tab_main .portfolio_img img { width:100%; height:auto; }
.tab_main .portfolio_img a { position:absolute; top:50%; left:50%; transform:translate3d(-50%,-50%,0); max-width:100%; min-width:248px; padding:20px 40px; background:rgba(17,17,17,0.37); color:#fff; border:2px solid #fff; border-radius:20px; font-size:22px; line-height:1.3;  }
.tab_main .portfolio_img a:hover { background:#fff; color:#02b9b9; }
.tab_main .portfolio_img a i { color:#02b9b9; padding-left:10px; font-size: 40px; line-height: 0; display: inline-block; vertical-align: middle; }

.tab_main .testimonials { position:relative; background:#4474b6; color:#fff; }
.tab_main .testimonials .testi_left { background-size:cover; background-position:center center; position:absolute; left:0; top:0; height:100%; width:32%; }
.tab_main .testimonials .testi_left img { opacity:0; }
.tab_main .testimonials .testi_right {  padding:60px 45px 60px 36%; font-size:23px; font-weight:300; font-style:italic; line-height:41px;  }
.tab_main .testimonials .testi_right p { padding:0 0 10px; }
.tab_main .testimonials .name_role { font-size:20px; line-height:38px; margin-top:15px; }

.tab_main .bottom_links { text-align:center; clear:both; float:none; display:block; margin:40px 0 70px; }
.tab_main .bottom_links a,.tab_main .bottom_links a + a:hover { color: #fff; font-size: 17px; margin:10px 15px; font-weight: 700; border: 1px solid transparent; padding: 9px 20px; background:#7155aa; border-radius: 25px; display: inline-block; min-width:296px; text-align:center; }
.tab_main .bottom_links a + a ,.tab_main .bottom_links a:hover { background:#fff; color:#0e5a6a; }


/* Kuno StoryTelling Page */

body.storyPage { font-family: 'Times',serif !important; font-size:20px; line-height:30px; font-weight:400; color:#000; }
body.storyPage h1 ,body.storyPage h2 ,body.storyPage h3 ,body.storyPage h4 ,body.storyPage h5 ,body.storyPage h6 { font-family: 'Times',serif; color:#000; }
body.storyPage h2 { font-size:40px; line-height:45px; }
body.storyPage h3 { font-size:31px; line-height:37px; font-style:italic; } 
body.storyPage h5 { font-size:26px; color:#62482c; font-style:italic; font-weight:700; padding-bottom:0; }
body.storyPage h5 + p { padding-top:0; }
body.storyPage .body-container-wrapper { background:#fdf9ed; }
body.storyPage .body-container-wrapper .widget-type-rich_text a { font-weight:700; font-style:italic; text-decoration:underline; }
.row-fluid .stHeader {background:url(//cdn2.hubspot.net/hubfs/32387/2016/Storybook/Images/topStrip2.png) center top repeat-x; position:fixed; top:0; left:0; margin:0; width:100%;
        background-size:auto 128%; padding: 10px 0 40px; z-index:123; }
.stHeader ul { display:none; margin:0; }
.stHeaderContent { color:#ffffff; text-align:right; font-size:17px; }
.row-fluid .stHeaderContent .span6 { width:auto; float:none; display:inline-block; }
.stlogo { padding-left:30px; }
.stHeaderContent label { font-style:italic; margin-right:5px; display: inline-block; vertical-align: middle; text-transform:uppercase;  }
.shareIcons a { color: #521e19; width: 26px; height: 26px; line-height: 27px; text-align: center; background: #965252; display: inline-block; font-size: 17px; }
.shareIcons a:hover { background:#a97272; }
.stHeaderContent .contentTable { position:relative; font-style:italic; }
.contentTable label i.fa { margin-right:6px; }
.stHeaderContent .contentTable:hover ul { display:block; width:250px; position:absolute; top:100%; left:0; text-align: left; font-size: 18px; line-height: 24px; background: #965252; }
.stHeaderContent .contentTable ul {margin:0; padding:0; list-style:none; }
.stHeaderContent .contentTable ul li a { display:block; padding:10px 15px; color:#fff; cursor:pointer; }
.stHeaderContent .contentTable ul li + li { border-top:1px solid #a97272; }
.stHeaderContent .contentTable ul li a:hover {  background:#a97272; }
.row-fluid .closeIt { display:none; }
.stBanner img { width:100% !important; }
.stIntroduction { padding:40px 0; }
.stIntroduction .sideTable { padding:10px 0 0 30px; }
.stIntroduction .contentTable { border:1px solid #acacac; background:#f4efe1; }
.stIntroduction .contentTable label { padding:15px 20px; background:#2b616c; color:#fff; display:block; font-style:italic; font-size:25px; line-height:34px; }
.stIntroduction .contentTable ul { margin:0; padding:0; list-style:none; }
.stIntroduction .contentTable ul li a { display:block; padding:15px 20px; color:#000000; cursor:pointer; font-size:22px; border-top:1px solid #cecac1;  }
.stIntroduction .contentTable ul li a:hover { background:#e4decf; }
.stTestimonials { text-align:center; }
.stTestimonials:before ,.stTestimonials:after { content:''; margin:30px 0; display:block; width:100%; height:15px; background:url(//cdn2.hubspot.net/hubfs/32387/2016/Storybook/Images/dividerBorder.png) center center no-repeat;   }
.stTestimonials h2 { font-style:italic; }
.testiClient { font-size:17px; font-weight:700; color:#2b616c; }
.act1Section { background:url(//cdn2.hubspot.net/hubfs/32387/2016/Storybook/Images/stBackground.png) center right no-repeat;  background-size: 60% auto; }
.stImage1 { margin-bottom:35px; }
.stListing { font-style:italic; font-weight:700; padding:15px 0 30px; margin-bottom:30px; background:url(//cdn2.hubspot.net/hubfs/32387/2016/Storybook/Images/borderStyle.png) center bottom no-repeat;  }
.stListing h2 ,.bottomTitle h2 { background:url(//cdn2.hubspot.net/hubfs/32387/2016/Storybook/Images/borderStyle.png) center center no-repeat; text-align:center; font-style:italic;  }
body.storyPage .bottomTitle h2 { font-size:62px; }
body.storyPage .bottomTitle h2 span { padding-bottom:10px; }
.stListing h2 span ,.bottomTitle h2 span { display:inline-block; padding:0 10px 5px; background:#FDF9ED; max-width:84%; }
.stListing ul { margin:0; padding:0; width:100%; display:block; }
.stListing ul li { display:inline-block; vertical-align:top; margin-right:-4px; width:50%; padding:10px 50px; position:relative; }
.stListing.full ul li {  width:100%; }
.stListing ul li:before { content:url(//cdn2.hubspot.net/hubfs/32387/2016/Storybook/Images/list_Icon.png); position:absolute; top:10px; left:20px;   }
@media(min-width:767px){ body .row-fluid .inline { float:none; display:inline-block; margin-right:-4px; } body .row-fluid .inline.bottom { vertical-align:bottom; } }
.actImage { margin:30px 0 25px; }
.act1Bottom { padding:20px 0; }
.contentBox { background:#850000; color:#fff; padding:30px 20px 20px ; }
.contentBox .span6 { padding:10px; }
body.storyPage .contentBox h5 { color:#fff;  }
body.storyPage .contentBox h2 { text-align:center; }
body.storyPage .contentBox h2 ,body.storyPage .contentBox a { color:#d89640; font-style:italic; }
.act2section .act2image { padding:10px 0 20px; }
.act2bottom { padding:20px 0 0; }
.act2section .contentBox { background:#471d61; margin:40px 0; }
.act3full { padding-top:20px; padding-bottom:10px; }
.bottomTitle { padding-top:20px; }
.bottomLine .wrapper { background-position: 80% bottom; background-size: 60% auto; background-repeat: no-repeat; }
.botImg { padding-top:30px; }


/* Form Overlay Style */
.importingStoryline { position:relative; }
#overlayForm { position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.85); z-index:12; }
#overlayForm.fixed { position:fixed; top:0; left:0; z-index:12; }
#overlayForm .wrapper { position:absolute; top:50%; left:50%; max-width: 980px; transform:translate3d(-50%,-50%,0); background:url(//cdn2.hubspot.net/hubfs/32387/2016/Storybook/Images/formBg.jpg) center top no-repeat; background-size:cover; padding:40px; }
#overlayForm.fixed .wrapper { margin-top:50px !important; }
#overlayForm input[type="text"] ,#overlayForm input[type="email"],#overlayForm select { background:#4a7374; color:#fff; border:1px solid #578687; font-family:'Times',serif !important; min-height:46px; padding: 10px; font-size: 18px; line-height: 24px; }
#overlayForm h3.form-title { padding-bottom:0; }
#overlayForm label { margin-top:15px; display:block; color:#fff; }
#overlayForm input[type="submit"] { font-size:26px; line-height:30px; color:#fff; font-style:italic; font-family:'Times',serif !important; background:#c59d47; padding:15px; text-align: center; display: block; width: 100%; margin: 30px 0 30px; }
#overlayForm input[type="submit"]:hover { background:#886210; }
#overlayForm .overlayText { font-style:italic; font-weight:700; font-size:46px; line-height:48px; color:#faf1d2; }

body.storyPage .row-fluid #overlayForm .closeIt { position: relative; float: right;  margin: -40px -40px 0 0; color: #9f8f8e; width: 30px; text-align: center; font-family: sans-serif; font-weight: 700; cursor: pointer; }


/*=-=-=-=-=-=-=-=-=-=-=
    Case Study Page 
=-=-=-=-=-=-=-=-=-=-=*/
.caseStudyPage , .top-white { margin-top:115px; padding-top:55px; border-top:1px solid #d2d8dd; color:#7b7c7c; font-weight:300; }
.wrapper .innerWrapper { max-width:760px; margin:0 auto !important; float:none !important; } 
.caseStudyPage h1 { font-size:56px; line-height:normal; padding:55px 0 25px; font-weight:700; }
.caseStudyPage h2 { font-size:47px; line-height:normal; padding:0; }
.caseStudyPage h3 { font-size:31px; line-height:normal; padding:0; color:#4492ef; font-weight:700; }
.caseStudyPage h4 { font-size:23px; line-height:normal; padding:; color:#05364c; }
.text-center, .backLink { text-align:center; }
.font21 { font-size:21px; line-height:1.7; }
.backLink a { display:inline-block; font-size:22px; color:#7b7c7c; }
.backLink a:before { content:url(//cdn2.hubspot.net/hubfs/32387/2016/Images/Case_Studies/arrowLeft.png); display:inline-block; vertical-align:middle; margin-right:5px; line-height:1; }
.cspTitle:after { content:''; width:380px; max-width:60%; height:4px; margin:0; display:block; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eb48fa+0,1ea0d6+71,1ec4d6+100;kuno */
background: rgb(235,72,250); background: -moz-linear-gradient(left,  rgba(235,72,250,1) 0%, rgba(30,160,214,1) 71%, rgba(30,196,214,1) 100%);
background: -webkit-linear-gradient(left,  rgba(235,72,250,1) 0%,rgba(30,160,214,1) 71%,rgba(30,196,214,1) 100%); background: linear-gradient(to right,  rgba(235,72,250,1) 0%,rgba(30,160,214,1) 71%,rgba(30,196,214,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb48fa', endColorstr='#1ec4d6',GradientType=1 ); }
.cspTitle.center { text-align:center; } 
.cspTitle.center:after { margin:0 auto 30px; }
.breakdownTitle { padding:100px 0 50px; }
.digitStyle span.hs_cos_wrapper { display:inline-block; height:70px; line-height:70px; width:70px; text-align:center; font-size:20px; color:#fff; position:relative; border-radius:50%; margin-bottom:15px;
-webkit-border-radius:50%; background: rgb(30,196,214); background: -moz-linear-gradient(top,  rgba(30,196,214,1) 0%, rgba(30,160,214,1) 29%, rgba(235,72,250,1) 100%); 
background: -webkit-linear-gradient(top,  rgba(30,196,214,1) 0%,rgba(30,160,214,1) 29%,rgba(235,72,250,1) 100%); background: linear-gradient(to bottom,  rgba(30,196,214,1) 0%,rgba(30,160,214,1) 29%,rgba(235,72,250,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ec4d6', endColorstr='#eb48fa',GradientType=0 ); }
.digitStyle span.hs_cos_wrapper:before { content:''; position:absolute; top:8px; right:8px; left:8px; bottom:8px; border:1px solid #fff; border-radius:50%; -webkit-border-radius:50%; }
.breakdownMain { padding-bottom:25px; }
.twoColWrap > div > div.row-fluid { display:table; width:100%; border:4px solid #fff; margin:35px 0; }
.twoColWrap .row-fluid .twoCol { display:table-cell; width:50%; float:none; margin:0; vertical-align:top; max-width:200px; padding:0 20px; border:4px solid #fff; font-size:19px; line-height:31px; }
.twoColWrap .row-fluid .twoCol.middle { vertical-align:middle; }
.cspSec2.twoColWrap .row-fluid .twoCol { padding:180px 100px; position:relative; }
.cspSec2 .twoCol.image { background:#313333; text-align:center; } 
.cspSec2 .twoCol.content { color:#fff; }
.cspSec2 .twoCol.content:before { content:''; position:absolute; top:0; left:0; right:0; bottom:0; z-index:1; background:#4492ef; opacity:0.8; }
.cspSec2 .twoCol > div { position:relative; z-index:2; }
.cspSec2 .csppadding { padding-top:33px; }
.twoCol.image.bg { background-position:top left; background-repeat:no-repeat; -webkit-background-repeat:no-repeat; background-size:contain; -webkit-background-size:contain; }
.twoCol.image.bg img { visibility:hidden; opacity:0; }
.content + .twoCol.image.bg { background-position:top right; }

.caseStudyPage .twoCol.content ul { padding-left:left; list-style:none; }
.caseStudyPage .twoCol.content ul li { position:relative; }
.caseStudyPage .twoCol.content ul li:before { content:''; position:absolute; top:13px; width:6px; height:6px; background:#4492ef; border-radius:50%; left:-15px; } 

.twoCol.content strong { color:#05364c; }

.cspTitle h2 { margin-bottom:40px; font-weight:700; }
.twoCol .cspTitle:after { margin-bottom:20px; } 
.row-fluid .csBlock { margin:0; width:50%; border-bottom:8px solid #fff; border-right:4px solid #fff; min-height:330px; }
.csBlock { background:#02cfb0; color:#fff; padding:80px 40px; text-align:center; font-weight:700; font-size:26px; position:relative;  }
.csBlock h4 { font-size:84px; line-height:1; font-weight:700; color:#fff; padding:0 0 15px; }
.csBlock.righttop { background:#4492ef; border-left:4px solid #fff; border-right:none; }
.csBlock.leftbottom { background:#9f67ed; position:relative; z-index:3; }
.csBlock.leftbottom:after { content:''; position:absolute; top:-50px; right:-50px; background:url(//cdn2.hubspot.net/hubfs/32387/2016/Images/Case_Studies/caseStudyIcon.png) center no-repeat; background-size:100%; width:90px; height:90px; }
.csBlock.rightbottom { background:#279bd8; border-left:4px solid #fff; border-right:none; }

.blog-page { padding-top:0 !important; }
.row-fluid .blog-topicsubscribesearch { padding:30px 0; }
.row-fluid .blog-title { width:auto; padding:0 25px 0 0; }
.row-fluid .blog-title h1 { padding:0; font-size:48px; line-height:52px; }

.row-fluid .blog-topic { width:auto; margin:0; position:relative; z-index:5; }

.row-fluid .blog-topic h3, .row-fluid .blog-topic span.topic-drop { display:block; cursor:pointer; padding:20px; font-size:22px; line-height:26px; color:#05364c; font-weight:400; margin-left:60px; position:relative; z-index:5; margin-top:5px; }
.row-fluid .blog-topic h3.active, .row-fluid .blog-topic span.topic-drop.active { -webkit-box-shadow:0 0 10px 3px rgba(0,0,0,0.1); box-shadow:0 0 10px 3px rgba(0,0,0,0.1);  }
.row-fluid .blog-topic h3:before, .row-fluid .blog-topic span.topic-drop:before { left:0; content:''; position:absolute; bottom:-12px; height:25px; width:100%; background:#fff; }
.row-fluid .blog-topic .widget-module { display:none; position:absolute; top:100%; left:0; background:#fff; width:334px; padding:12px; -webkit-box-shadow:0 0 10px 3px rgba(0,0,0,0.1); box-shadow:0 0 10px 3px rgba(0,0,0,0.1); }
/*.row-fluid .blog-topic:hover .widget-module { display:block; }*/
.row-fluid .blog-topic .widget-module ul { margin:0; padding:0; list-style:none; }
.row-fluid .blog-topic .widget-module ul li a { color:#05364c; font-size:18px; padding:12px 18px; line-height:26px; display:block; }
.row-fluid .blog-topic .widget-module ul li a:hover { background:#4cb8fd; color:#fff; }
.row-fluid .blog-topic .filter-link-count { display:none; }
 
.row-fluid .blogtop-right { float:right; margin:0; width:auto; max-width:700px;  }

.row-fluid .blog-subscribe { padding:0 20px 0 0; max-width:616px;  width:616px; }
.row-fluid .blog-subscribe > div { position:relative; }
.row-fluid .blog-subscribe .hs-form-field > label { display:none; }
.row-fluid .blog-subscribe form > div:first-child { width:100%; padding:0 228px 0 0; }
.row-fluid .blog-subscribe input[type=email] { padding:0 20px; border:1px solid #d7d7d7; border-right:none; height:64px; font-family:'Lato', Arial, Helvetica, sans-serif; font-size:22px;  }
.row-fluid .blog-subscribe h3 { display:none; }
.row-fluid .blog-subscribe input[type=submit] { position:absolute; right:0; top:0; background-color:#4cb8fd; font-size:22px; color:#fffefe; height:64px; width:228px; min-width:236px; text-align:center; font-family:'Lato', Arial, Helvetica, sans-serif;  font-weight:700; }
.row-fluid .blog-subscribe input[type=submit]:hover { background:#3898d4; }

.row-fluid .blog-search { width:auto; margin:0; }
.row-fluid .gsc-input-box {border:none !important;}
.row-fluid .gsc-input-box input[type="text"],.row-fluid .gsc-search-box input[type="text"] { font-family:'Lato', Arial, Helvetica, sans-serif !important; background:none !important; border:1px solid #e6e7e8 !important; border-radius:0 !important; font-size:16px !important; height:45px !important; padding:0 55px 0 13px !important;}
.row-fluid .gsc-search-button { position:absolute; right:0; margin:0; top:0; background:none; border:none; width:45px; height:45px; padding:0; overflow:hidden; text-align:center; }
.row-fluid .gsc-search-button:before { z-index:1; width: 100%;  top: 0; height: 100%; position:absolute; right:0; content:"\f002"; font-family:'FontAwesome'; line-height:45px; font-size:18px; color:#C3002F; }
.row-fluid .gsc-search-button input { z-index:5;  position:absolute; top:0; right:0; width:100%; height:100%; opacity:0; }
.row-fluid .gsc-control-cse { padding:0; border:none; background:none }
.row-fluid .gsib_a {padding:0; border:none;}
.row-fluid .gsc-search-box-tools .gsc-search-box .gsc-input { padding:0; width:100%; }
.row-fluid .gsc-results-wrapper-visible {margin-left:40px;}
.row-fluid a.gs-title {float:left; line-height:20px;}
.row-fluid .gsc-input-box,.gsc-input-box-focus { border:none !important;     box-shadow: none !important; }
.row-fluid form.gsc-search-box { position:relative; }
.row-fluid td.gsib_b { position:absolute; right:-30px; top:50%; margin:-7px 0 0; }
html > body .gsc-inline-block {  min-width: 110px; }

.row-fluid .search-link { text-align:center; cursor:pointer; margin:0; padding:0; width:64px; height:64px; background:#294865; display:inline-block; }
.row-fluid .search-link:before { content:"\f002"; font-family:'FontAwesome'; line-height:64px; font-size:28px; color:#fff; display:inline-block; }
.row-fluid .search-link:hover { background:#4cb8fd; }

.search-popupmain { position:fixed; top:-120%; left:0; width:100%; height:100%; background:rgba(41,72,101,0.93); z-index:9999999;  -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.search-open .search-popupmain { top:0; }
/*.row-fluid form.gsc-search-box, .search-container { width:100%; max-width:870px; padding:0 15px; position:absolute; margin-top:25px; top:50%; left:50%; -moz-transform:translateX(-50%) translateY(-50%); -webkit-transform:translateX(-50%) translateY(-50%); -o-transform:translateX(-50%) translateY(-50%); -ms-transform:translateX(-50%) translateY(-50%); transform:translateX(-50%) translateY(-50%);  }*/
.row-fluid .search-popup .gsc-search-box,  .search-popup .gsc-search-box-focus { background:none; padding-right:0 !important; width:100%; }
.row-fluid .search-popup .gsc-search-box input[type="text"] { width:100%; font-size:26px !important; color:#fff; border:none !important; border-bottom:1px solid #fff !important; height: 77px !important; }
.row-fluid .search-popup .gsc-search-button { height:77px; cursor:pointer; }
.row-fluid .search-popup .gsc-clear-button { display:none !important;}
.row-fluid .search-popup .gsc-search-button:before { color:#fff; font-size:28px; line-height:77px;  }
.row-fluid .search-popup .gsc-search-button:hover:before { color:#4cb8fd; }

.row-fluid .search-popup .gscb_a { font-size:35px; padding:17px 0 26px; }

.row-fluid .searchclose-link { margin:-60px -450px 0 0; position:absolute; top:50%; right:50%; width:40px; height:40px; cursor:pointer;  -moz-transform:translateX(-50%) translateY(-50%); -webkit-transform:translateX(-50%) translateY(-50%); -o-transform:translateX(-50%) translateY(-50%); -ms-transform:translateX(-50%) translateY(-50%); transform:translateX(-50%) translateY(-50%); }
.row-fluid .searchclose-link:before { background:#fff; position:absolute; top:-5px; left:17px; height:52px; width:3px; content:''; -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
.row-fluid .searchclose-link:after { background:#fff; position:absolute; top:-5px; left:17px; height:52px; width:3px; content:''; -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }


.row-fluid .blog-main { background:#e4e3e3; padding:40px 0; }
.row-fluid .blogpost-boxes { margin:0 -15px; }
.row-fluid .blogpost-box { padding:15px; float:left; width:24.8%; }
.row-fluid .blogpost-boxescont + .blogpost-box:nth-child(4n) { clear:right; }
.row-fluid .blogpost-boxescont .blogpost-box:nth-child(4n+1) { clear:left; }
 
.row-fluid .blogpost-b { background:#fff; padding:20px; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
.row-fluid .blogpost-b:hover { -webkit-box-shadow:0 0 10px 3px rgba(0,0,0,0.01); box-shadow:0 0 10px 3px rgba(0,0,0,0.1);  -moz-transform: translateY(-10px); -webkit-transform: translateY(-10px); -o-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); /*-moz-transform: scale(1.01); -webkit-transform: scale(1.01); -o-transform: scale(1.01); -ms-transform: scale(1.01); transform: scale(1.01);*/  }
.row-fluid .blogpost-bimg { height:200px; background-size:cover; background-position:center; display:block; }
.row-fluid .blogpost-bimg img { display:none; }
.row-fluid .blogpost-topic { font-weight:700; padding:15px 0 0; text-transform:uppercase; font-size:13px; line-height:20px; }
.row-fluid .blogpost-topic a { color:#0ea6f9; display:none; }
.row-fluid .blogpost-topic a:first-child { display:inline-block; }
.row-fluid .blogpost-topic a:hover { color:#05364c; }
.row-fluid .blogpost-box h2 { font-size:19px; line-height:28px; padding:5px 0 10px; font-weight:700; }
.row-fluid .blogpost-date { font-size:17px; color:#05364c; font-weight:400; }

.hs-blog-post .row-fluid .blog-main .wrapper { max-width:945px; }
.row-fluid .blog-detailmain { background:#fff; padding:60px 50px; }
.row-fluid .blog-share { position:absolute; left:0; top:100px; width:60px; text-align:center; padding:15px 0; border-radius:4px 0 0 4px; background:#fff; }
.row-fluid .blog-share a { margin:4px 0; display:inline-block; width:34px; height:34px; border-radius:100%; color:#fff; line-height:34px; font-size:22px; }
.row-fluid .blog-share a.blogshare-linkedin { background:#0077b5; }
.row-fluid .blog-share a.blogshare-facebook { background:#4561b0; }
.row-fluid .blog-share a.blogshare-twitter { background:#1c95e0; }
.row-fluid .blog-share a.blogshare-googleplus { background:#db4437; }
.row-fluid .blog-share a:hover { opacity:0.9; }

.row-fluid .sticky-placeholder { display:none !important; }

.row-fluid .blog-detailFeaturedimg { width:100%; max-height:463px; overflow:hidden; }
.row-fluid .blog-detailFeaturedimg img { width:100%; }
.row-fluid .blog-detailtext img { padding:50px; margin:0 auto; display:block; }

.row-fluid .blog-detailcontent img { height: auto; }
    
.row-fluid .blog-detailcontent { padding:50px 30px 100px; }
.row-fluid .blog-detailtopic { font-size:17px; font-weight:700; text-transform:uppercase; }
.row-fluid .blog-detailtopic a { color:#0ea6f9; }
.row-fluid .blog-detailtopic a:hover { color:#05364c; }
.row-fluid .blog-detailcontent > h2, .row-fluid .blog-detailcontent > h1 { font-weight:700; padding:5px 0 15px; }

.row-fluid .blog-detailbyline { color:#05364c; font-weight:700; font-size:17px; padding:0 0 20px; }
.row-fluid .blog-detailbyline a  { color:#0ea6f9; text-decoration:underline; margin:0 10px 0 0; }
.row-fluid .blog-detailbyline a:hover { color:#05364c; text-decoration:none; }

.row-fluid .blog-detailtext { color:#393939; font-weight:400; font-size:17px; }
.row-fluid .blog-detailtext h2 { color:#0ea6f9; font-size:24px; line-height:28px; font-weight:700; padding:10px 0; }
.row-fluid .blog-detailtext h3 { color:#393939; font-size:19px; line-height:25px; font-weight:700; padding:10px 0 0; }
.row-fluid .blog-detailtext h4 { color:#0877b6; font-size:19px; line-height:25px; font-weight:700; padding:10px 0 0; }
.row-fluid .blog-detailtext ul { margin:0; padding:10px 0 0; list-style:none; }
.row-fluid .blog-detailtext ul li { padding:0 0 5px 15px; position:relative; }
.row-fluid .blog-detailtext ul li:before { content:''; position:absolute; left:0; top:10px; width:7px; height:7px; background:#3db2fa; border-radius:100%; }
.row-fluid .blog-detailtext .img-caption { display:block; font-style:italic; text-align:center; }
.row-fluid .aligncenter { display:block; margin:15px auto; }

.row-fluid .blog-aboutauthor { padding:30px; background:#05364c; color:#fff; }
.row-fluid .blog-aboutauthor a { color:#0ea6f9; }
.row-fluid .blog-aboutauthor a:hover { color:#fff; }
.row-fluid .blog-aboutauthorLeft { display:inline-block; width:34%; padding:0 40px 0 0; vertical-align:top; }
.row-fluid .blog-authorimg img { width:100%; }
.row-fluid a.connect-linkedin { position:relative; display:block; padding:10px 65px 10px 20px; background:#0ea6f9; color:#0773ad; margin:10px 0 0; font-size:15px; text-transform:uppercase; font-weight:700; }
.row-fluid a.connect-linkedin i { position:absolute; right:0; top:5px; border-left:1px solid #0773ad; width:65px; text-align:center; line-height:38px; font-size:26px; }
.row-fluid a.connect-linkedin:hover { background:#03a1f7; color:#0773ad; }

.row-fluid .blog-aboutauthorRight { display:inline-block; width:65%; padding:0; vertical-align:top; }
.row-fluid .blog-aboutauthor h6 { color:#fff; font-size:14px; text-transform:uppercase; padding:0 0 5px; }
.row-fluid .blog-aboutauthor h3 { color:#0ea6f9;  font-size:24px; line-height:30px; font-weight:700; padding:0 0 10px; }
.row-fluid .morepost-author { margin:10px 0 0; font-size:15px; text-transform:uppercase; font-weight:700; display:inline-block; }

.row-fluid .blog-relatedpost { padding:50px 0 0; }
.row-fluid .blog-relatedpost h3 { text-align:center; font-size;31px; color:#05364c; font-weight:300; text-transform:uppercase; padding:0 0 35px; }
.row-fluid .relatedpost-boxes { margin:0 -8px; }

.row-fluid .relatedpost-box { padding:15px 8px; float:left; width:33.33%;  }
.row-fluid .relatedpost-b { background:#fff; padding:20px; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
.row-fluid .relatedpost-b:hover { -webkit-box-shadow:0 0 10px 3px rgba(0,0,0,0.1); box-shadow:0 0 10px 3px rgba(0,0,0,0.01); -moz-transform: scale(1.01); -webkit-transform: scale(1.01); -o-transform: scale(1.01); -ms-transform: scale(1.01); transform: scale(1.01); }
.row-fluid .relatedpost-bimg { height:210px; background-size:cover; background-position:center; display:block; }
.row-fluid .relatedpost-bimg img { display:none; }
.row-fluid .relatedpost-topic { font-weight:700; padding:15px 0 0; text-transform:uppercase; font-size:13px; line-height:18px; }
.row-fluid .relatedpost-topic a { color:#0ea6f9; }
.row-fluid .relatedpost-topic a:hover { color:#05364c; }
.row-fluid .relatedpost-box h4 { font-size:19px; line-height:26px; padding:5px 0 10px; font-weight:700; }
.row-fluid .relatedpost-box h4 a:hover { color:#0ea6f9; }
.row-fluid .relatedpost-date { font-size:15px; color:#05364c; font-weight:400; }

.blog-detailtext img.duplicate { display:none !important; }
.hastopic-page .blogpost-topic a.active { display:inline-block !important; }
.hastopic-page .blogpost-topic a { display:none !important; }

.row-fluid .load-moremain { float:left; width:100%; text-align:center; padding:20px 0 0; }
.hs-blog-listing .row-fluid .blog-relatedpost { display:none; }

.row-fluid .load-moremain span { cursor:pointer; font-weight:400; display:inline-block; color:#0d3c51; font-size:24px; line-height:30px; padding:70px 0 0; background:url(//cdn2.hubspot.net/hubfs/32387/Kuno-2016/image/arrow-down.png) no-repeat top center; }

.search-open .gsc-input-box { position:relative; }
.search-open .gsc-input-box:before { opacity:0; content:''; position:absolute; top:22px; left:7px; height:34px; width:1px; background:#fff; animation: blink 0.5s ease-in 3s 10 alternate; -webkit-animation: blink 0.5s ease-in 3s 10 alternate; -moz-animation: blink 0.5s ease-in 3s 10 alternate; -o-animation: blink 0.5s ease-in 3s 10 alternate; }
 
.post-ctafixed { /*hide the window*/ width:300px!important; position:fixed; bottom:0; right:-32px; transition: all .7s; z-index:99999;  /*add shadow*/ -moz-box-shadow: 0px 0px 15px #888;  -webkit-box-shadow: 0px 0px 15px #888; box-shadow: 0px 0px 15px #888; }

.row-fluid .post-ctafixed img { padding:0; } 

.row-fluid .lpcasestudy-section { background:#29a7f8 url(//cdn2.hubspot.net/hub/32387/hubfs/2017/lp/fortive/Case-Studies-Shap.png?t=1487865872803&width=590&name=Case-Studies-Shap.png) no-repeat; background-position:center center; padding:90px 0; }
.row-fluid .lpcasestudy-section .wrapper { padding-left:150px; padding-right:150px;}
.row-fluid .lpcasestudy-section h2 { font-weight:600; font-size:64px; line-height:60px; color:#3a3a3a; text-align:center; }
.row-fluid .case-studilist .hs_cos_wrapper_widget_container { padding:30px 0; display:block; }
.row-fluid .case-studilist .hs_cos_wrapper_type_custom_widget { width:50%; float:left; margin:25px 0; padding:0 15px; }
.row-fluid .case-studilist .hs_cos_wrapper_type_custom_widget:nth-child(2n) { clear:right; }
.row-fluid .case-studilist .hs_cos_wrapper_type_custom_widget:nth-child(2n+1) { clear:left; }
.row-fluid .case-studilist .hs_cos_wrapper_type_custom_widget .link-white { background:#fff; border:2px solid #fff; display:inline-block; margin-top:20px; padding:13px 33px; color:#3a3a3a; font-weight:700; border-radius:25px; font-size:19px; text-align:center; line-height:28px;  }
.row-fluid .case-studilist .hs_cos_wrapper_type_custom_widget .link-white:hover { background:transparent; color:#fff;   }
.row-fluid .case-studilist .hs_cos_wrapper_type_custom_widget h6 { font-size:20px; line-height:26px; color:#3a3a3a; font-weight:700; }
.row-fluid .case-studilist .hs_cos_wrapper_type_custom_widget h4 { color:#fff; padding-bottom:0; padding-top:0; font-weight:700; }

.row-fluid .accordian-list { text-align:left; margin:70px auto 0 !important; float:none !important;  }
.row-fluid .accordian-row { float:left; width:100%; margin-bottom:8px; }

.row-fluid .accordian-row .accordian-ques { cursor:pointer; background:#4cb8fd; padding:18px 140px 18px 35px; font-size:19px; line-height:26px; font-weight:700; position:relative; }
.row-fluid .accordian-row .accordian-ques.on:after { transform:rotate(180deg); -moz-transform:rotate(180deg); -webkit-transform:rotate(180deg); -ms-transform:rotate(180deg); }
.row-fluid .accordian-row .accordian-ques:after { content:""; height:100%; background:url(https://cdn2.hubspot.net/hubfs/32387/Kuno-2016/image/acor-arrow.png) no-repeat #2b99df center center ; position:absolute; bottom:0; width:77px; right:0;   }
.row-fluid .accordian-row .accordian-answ { padding:18px 140px 18px 35px;}

.row-fluid .whykuno-logo { display:inline-block; float:none !important; vertical-align:middle; margin-right:-3px; }





/* --- Show and Tell Updates --- */

.category-box h3 {
    display:none;
    color:#264949;
    font-size:23px;
    cursor:pointer;
    text-align:center;
    background:url('https://cdn2.hubspot.net/hubfs/32387/2017/images/green-arrow-down-small.png') no-repeat 80% center;
}
.category-box ul {text-align:center; padding:0;}
.category-box ul li:first-child {margin:0;}
.category-box ul li {
    display:inline-block;
    list-style:none;
    padding:0 0 10px;
    margin:0 0 0 40px;
    font-size:18px;
    color:#264949;
    font-weight:400;
    font-family:'Lato', sans-serif;
    transition:.5s all;
    border-bottom:3px solid #fff;
}
.category-box ul li a {
    font-size:18px;
    color:#264949;
    font-weight:400;
    font-family:'Lato', sans-serif;
}
.category-box ul li a:hover {
    color:#969595;
}
.category-box ul li:hover {
    color:#969595;
    border-bottom:3px solid #02b9b9;
}

.category-box1 p {
    padding:0;
    color:#264949;
    font-size:18px;
    text-align:center;
}
.category-box1 p {
    color:#4474b6;
}
.category-box1 h3 {
    display:none;
    padding:0;
    color:#264949;
    font-size:16px;
    cursor:pointer;
    text-align:center;
    background:url('https://cdn2.hubspot.net/hubfs/32387/2017/images/green-arrow-down-small.png') no-repeat 85% 10px;
}
.category-box1 ul {text-align:center; padding:0; margin-top:0;}
.category-box1 ul li:first-child {margin:0;}
.category-box1 ul li {
    display:inline-block;
    list-style:none;
    padding:0 0 10px;
    margin:0 0 0 40px;
    font-size:16px;
    color:#264949;
    font-weight:400;
    font-family:'Lato', sans-serif;
    transition:.5s all;
    border-bottom:3px solid #fff;
}
.category-box1 ul li a {
    font-size:16px;
    color:#264949;
    font-weight:400;
    font-family:'Lato', sans-serif;
}

.show-box-overlay {
    display:none;
    position:absolute;
    width:100%;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background:rgba(114, 92, 159, .7);
    color:#fff;
    font-family:'Lato', sans-serif;
    padding:50px;
}
.show-box-overlay h3 {
    padding:0;
    color:#fff;
    font-size:19px;
    font-weight:300;
    letter-spacing:2px;
}
.show-box-overlay p {
    padding:0 0 45px;
    background:url('https://cdn2.hubspot.net/hubfs/32387/2017/images/show-arrow.png') no-repeat 60% bottom;
    font-size:23px;
    font-weight:500;
    line-height:1.2em;
}
.show-box {
    position:relative;
    cursor:pointer;
    border:5px solid #fff;
    width:33.33%;
    box-sizing:border-box;
    float:left;
}
.show-box:nth-child(3n+2) {
    border-right:2.5px solid #fff;
    border-left:2.5px solid #fff;
}
.show-box:hover .show-box-overlay {
    display:block;
}
.show-main {
    padding:50px 0;
}


.row-fluid .mobile-show {display:none;}


.mfp-close-btn-in .mfp-close {color:#fff !important;}
.show-outside-wrap {margin:0 auto;}


.show-pop {
    width: 90%;
    margin:0 auto;
}
.show-pop-box {
    background:#fff;
    padding:10px;
}
.show-pop .portfolio_img { position:relative; margin:10px 0; }
.show-pop .portfolio_img a { position:absolute; top:50%; left:50%; transform:translate3d(-50%,-50%,0); max-width:100%; min-width:248px; padding:20px 40px; background:rgba(17,17,17,0.37); color:#fff; border:2px solid #fff; border-radius:20px; font-size:22px; line-height:1.3;  }
.show-pop .portfolio_img a:hover { background:#fff; color:#02b9b9; }
.show-pop .portfolio_img a i { color:#02b9b9; padding-left:10px; font-size: 40px; line-height: 0; display: inline-block; vertical-align: middle; }


.pop-testimonials {background:#ededed; padding:20px 0;}
.pop-testimonials .testi_right {margin:0 0 0 10px;}
.pop_middle {padding:30px 0;}
.testi_left { text-align:center; }
.testi_right p {
    font-style:italic;
    font-size: 21px;
    padding-bottom: 0;
    font-weight:400;
    line-height:35px;
}
.name_role {
    font-size: 17px;
    margin-top:10px;
    font-weight:300;
    color:#232323;
    font-style:italic;
}


.show-pop .bottom_links { text-align:center; clear:both; float:none; display:block; margin:10px 0 0px; }
.show-pop .bottom_links a, .tab_main .bottom_links a + a:hover { width: 250px; color: #fff; font-size: 17px; margin:10px 15px; font-weight: 700; border: 1px solid transparent; padding: 10px 0; background:#7155aa; border-radius: 20px; display: inline-block; text-align:center; }
.tab_main .bottom_links a:hover { background:#fff; color:#0e5a6a; }
.show-pop .bottom_links a + a { background:#02b9b9; color:#fff; }
.show-pop img {max-width:100%;}
.show-pop .portfolio_img img {height:150px !important;}
.show-pop .top_right {background: #029b9b url('https://cdn2.hubspot.net/hubfs/32387/Shape%208.png') no-repeat 90% 64%; color: #fff; padding:30px 20px; margin-left:10px !important; width:66.8% !important;}
.show-pop .top_right p {font-size:14px; line-height:21px; padding:0 0 15px;}
.show-pop .details_top .top_left {padding:30px 20px;}

.show-wrapper {
    background:#fff;
    border:5px solid #fff;
}

.show_bottom_cta {
    padding:60px 0 40px;
    text-align:center;
}
.bottom_cta1 {
    width:300px;
    background:#7155aa;
    color:#fff;
    font-size:18px;
    font-weight:bold;
    display:inline-block;
    border-radius:16px;
    text-align:center;
    padding:12px 0;
}
.bottom_cta2 {
    width:300px;
    background:#02b9b9;
    color:#fff;
    font-size:18px;
    font-weight:bold;
    display:inline-block;
    border-radius:16px;
    text-align:center;
    padding:12px 0;
    margin-left:20px;
}
.bottom_cta1:hover, .bottom_cta2:hover {color:#fff;}

.mobile-plus {
    display:none;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    position:absolute;
}

.middle_intro_left {
    text-align:center;
}
.middle_intro_left img {
    max-width:100%;
}
.middle_intro_left a {
    background:#01acfc;
    border-radius:22px;
    padding:10px 0;
    width:250px;
    display:inline-block;
    color:#fff;
    font-size:17px;
    margin-bottom:10px;
}
.middle_intro_left p {padding:0;}
.middle_intro_right p {
    padding-bottom:0;
    line-height:31px;
    font-size:17px;
}


.top_left-close {
    display:none;
    position:absolute;
    top:5px;
    right:10px;
    cursor:pointer;
    padding:0 !important;
}


.ex-button {
    background: rgba(17, 17, 17, 0.37) none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 20px;
    color: #fff;
    font-size: 15px;
    left: 60px;
    line-height: 1.3;
    max-width: 100%;
    padding: 20px 40px;
    position: absolute;
    top: 60px;
}
.ex-button:hover {
    background:#fff;
    color:#02b9b9;
}


.agency-price .accordian-row{ border-bottom:2px solid #d7d7d7;}
.agency-price .accordian-title{ cursor:pointer; position:relative;}
.agency-price .accordian-title h5{ 
    color: #264551;
    font-family: "lato",helvetica,sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 10px 0 15px;
    text-transform: uppercase;
}
.agency-price .accordian-title:after{ content:"+"; display:inline-block; font-size:45px; text-align:right; position:absolute; right:5px; top:15px; color:#01415a; font-weight:bold;}
.agency-price .accordian-title.active:after{ content:"_"; top:-10px; }
.agency-price .accordian-content h6{ font-family: 'proxima_nova_rgbold';  text-transform:uppercase; font-size:16px; line-height:20px; }
.agency-price .accordian-content ul{ margin:0 0 25px 0;}
.agency-price .row-fluid .urology-title h2{ color:#00557d;}
.agency-price .row-fluid .accordian-section span > div:last-child .accordian-row{ border-bottom:none;}


.inbound-icon-box {
    width:20% !important;
    margin:0 !important;
}





@-webkit-keyframes blink {
   0% { opacity: 1; } 
   100% { opacity: 0; }
}

@-moz-keyframes blink {
   0% { opacity: 1; } 
   100% { opacity: 0; }
}

@-o-keyframes blink {
   0% { opacity: 1; } 
   100% { opacity: 0; }
}

@keyframes blink {
   0% { opacity: 1; } 
   100% { opacity: 0; }
}


@media screen and (max-width:1154px) {
    .show-pop .top_right {width:100% !important; margin:10px 0 0 !important;}
    .show-pop .details_top .top_left {width:100%;}
    .middle_intro_left, .middle_intro_right {width:100% !important; margin:0 !important;}
}


@media (min-width: 1300px) {
    .blog-page .row-fluid .wrapper { width:auto; padding:0 25px; }
    .row-fluid .case-studilist .hs_cos_wrapper_type_custom_widget .link-white { min-width:343px; }
    
}
@media (min-width: 1200px) {

    .row-fluid .accordian-list { max-width:795px; }
}

@media (max-width:1260px){
    
    .row-fluid .blogpost-box { width:33.3%; }
    
}

@media screen and (max-width:1279px) {
    .ex-button {left:25px;}
}

@media (max-width:1320px){
    .breakdownTitle { padding:60px 0 40px; }
    .cspSec2.twoColWrap .row-fluid .twoCol { padding:80px 60px; }
    .twoColWrap .row-fluid .twoCol { font-size:17px; line-height:28px; }
    .csBlock { font-size:20px; padding:60px 30px; }
    .row-fluid .csBlock { min-height:275px; }
    .csBlock h4 { font-size:70px; padding-bottom:10px; }
    .caseStudyPage h2 { font-size:36px; }
    .cspTitle h2 { margin-bottom:20px; }
    
}

@media screen and (max-width:768px) {
    .ex-button {left:0px;}
    .agency-price .accordian-title h5 {padding:10px 35px 15px 0; font-size:14px;}
}
@media screen and (max-width:767px) {
    .inbound-icon-box {width:100% !important;}
    .testi_left, .middle_intro_left p {display:none !important;}
    .details_top .top_right h4, .details_top .top_left h4 {font-size:16px;}
    .middle_intro_right p {font-size:17px; padding:0 20px;}
    .show-pop {width:95%;}
    .showtell .mfp-close {right:25px;}
    .show-box:hover .show-box-overlay {display:none;}
    .mobile-plus {display:block;}
    .showtell .row-fluid .inner-header {margin-top:45px;}
    .showtell .row-fluid .inner-header h3 {font-size: 40px !important;}
    .mag-pop img {height:auto;}
    .show-box {width:50% !important;}
    .smart-cont-blue a.smart-link-white {width:100% !important;}
}

@media(min-width:768px){
    .portfolio_page .row-fluid .inner-header { padding:275px 0 275px; }
    .act3image { margin-top:-40px; }
    .stBanner { padding-top:30px; }
    .bgCenter.twoCol.image.bg { background-position:bottom left; }
    .bgCenter.twoCol.image.fadeInRight { background-position:center right; }
    
    
}




@media (min-width: 768px) and (max-width: 1200px){
    
    .row-fluid .ourphilosophy-img1 { right:60px; }
    .row-fluid .ourphilosophy-img2 { right:150px; }
    .row-fluid .ourphilosophy-img3 { right:40px; }
    .stIntroduction .sideTable { padding:10px 0 0 ; }
    #overlayForm .overlayText { font-size:30px; line-height:36px; }
    
}


@media (min-width: 768px) and (max-width: 1200px){
    
    .row-fluid .whatiskuno-left { padding: 0 30px; }

    .row-fluid .workingwithteam-content { padding:50px 30px 50px 30px; }
    .row-fluid .ourphilosophy-content { padding:50px 30px 50px 30px; }
    
    .row-fluid .thatsus-main { padding: 65px 0 30px; }
    
    .row-fluid .requestconsultation-main h2 , .row-fluid .requestconsultation-main2 h2 { font-size:31px; line-height:42px; }
    .row-fluid .requestconsultation-right { padding: 30px 0 0; }
    
    .row-fluid .ebook-main { padding: 65px 0 30px; }
    .row-fluid .happyclient-main h2 { font-size: 31px; line-height: 38px; }
    .row-fluid .requestconsultation-main , .row-fluid .requestconsultation-main2 { padding: 50px 0 30px; }
    .row-fluid .partnerto-text { padding: 0 11% 60px; }
    
    
    .row-fluid .weknow-main h2 { font-size:34px; line-height: 38px; padding: 0 0 5px; }
    .row-fluid .weknow-main {  padding-top:40px; }
    
    .row-fluid .downloadebook-main h2 { font-size: 34px; line-height: 38px; }
    .row-fluid .downloadebook-main { padding:40px 0; } 
    .tab_main .testimonials .testi_right {  padding:40px 30px 40px 36%; font-size:20px; font-weight:300; font-style:italic; line-height:36px;  }
    .tab_main .testimonials .name_role { font-size:18px; line-height:30px; }
    
    body.storyPage { font-size:18px; line-height:26px; }
    body.storyPage h2 { font-size:30px; line-height:38px; }
    body.storyPage .bottomTitle h2 { font-size:40px; }
    body.storyPage h3 { font-size:26px; line-height:34px; } 
    body.storyPage h5 { font-size:22px; line-height:28px; }
    
    .row-fluid .blog-detailmain { padding:40px 30px; }
    .row-fluid .blog-detailcontent { padding:40px 20px 80px; }
    .row-fluid .blog-detailcontent > h2, .row-fluid .blog-detailcontent > h1 { font-size:26px; line-height:32px; }

    .row-fluid a.connect-linkedin i { width:45px; }
 
    
    .row-fluid .blogpost-boxes { margin:0 -8px; }
    .row-fluid .blogpost-box { padding:15px 8px; }
    .row-fluid .blogpost-box h2 { font-size:19px; line-height:24px; }
    
    .row-fluid .blog-detailtext img { padding:25px 20px; }
    
}

@media (min-width: 992px) and (max-width: 1200px){
    
	.row-fluid .wrapper , .row-fluid .comparison-content .hs_cos_wrapper_widget_container {  width:920px; }	
    
    .row-fluid .whatiskuno-ltext2 { font-size: 69px; line-height: 68px; }
    .row-fluid .whatiskuno-right { font-size: 17px; padding: 15px 40px; }
    
    .row-fluid .howwedo-box3 { margin: 30px 0 0; }
    .row-fluid .howwedo-box3 > a { padding-right: 58%;  }
    
    .twoColWrap .row-fluid .twoCol { padding:0 5px; }
    .row-fluid .csBlock { min-height:210px; padding:40px 25px; }
    .csBlock.leftbottom:after { width:80px; height:80px; top:-44px; right:-44px; }
    .twoCol .cspTitle:after { margin-bottom:10px; }
    .csBlock h4 { font-size:55px; }
    .csBlock { font-size:16px; line-height:24px; }
    
    .row-fluid .blog-title { padding:0 5px 0 0; }
    .row-fluid .blog-subscribe input[type=submit] { width:158px; }
    .row-fluid .blog-subscribe form > div:first-child { padding:0 158px 0 0; }
    .row-fluid .blog-subscribe { max-width:526px; }
 
    .hs-blog-post .row-fluid .blog-main .wrapper { max-width: 825px; }
    
    .row-fluid .accordian-list { max-width:795px; }
    
    .row-fluid .lpcasestudy-section .wrapper { padding-left:60px; padding-right:60px; }
    
}

@media (min-width: 768px) and (max-width: 991px){
    
    .show-box {width:50%;}
    .category-box ul li a {font-size:15px;}
    .category-box1 ul li a {font-size:15px;}
    .show-box-overlay p {font-size:22px;}
	
	.row-fluid .wrapper , .row-fluid .comparison-content .hs_cos_wrapper_widget_container {  width:720px; }	
    
    .row-fluid .whatiskuno-ltext2 { font-size: 53px; line-height: 48px; }
    .row-fluid .whatiskuno-right { font-size: 15px; padding: 15px 30px; }
    .row-fluid .whatiskuno-main { padding: 60px 0; }
    .row-fluid .workingwithteam-main h2 { font-size: 37px; line-height: 42px; }
    .row-fluid .howwedo-main { padding: 70px 0 50px; }
    .row-fluid .howwedo-box3 { margin: 30px 0 0; }
    .row-fluid .howwedo-box3 > a { padding-right: 15%;  }
    
    .row-fluid .designtab li { padding: 0 1px; width: 16%; }
    .row-fluid .designtab li a { font-size: 14px; padding: 5px 7px; }
    .row-fluid .ourphilosophy-content h2 { font-size: 38px; line-height: 40px; }
    .row-fluid .casestudy-link a , .row-fluid .process-link a { font-size: 16px; }
    
    /*.row-fluid .footer { padding: 30px 0 40px; }*/
    
    .row-fluid .comparison-content .hs_cos_wrapper_widget_container { padding:0 50px; }
    .row-fluid .comparison-content h4 { padding:0 0 15px; min-height:72px; font-size:26px; line-height:30px; }
    
    .row-fluid .comparison-popvstext { font-size:80px; line-height:60px; }
    .row-fluid .comparison-img { min-height:82px; }
    
    
    .row-fluid .ebook-main ul li::before { top: 8px; }
    
    .row-fluid .ebook-main ul li { font-size: 14px; }
    .details_top .top_left h6 { font-size:16px; }
    
    
    .row-fluid .blog-title { padding:0 5px 0 0; }
    .row-fluid .blog-title h1 { font-size:38px; }
    
    .row-fluid .blog-subscribe input[type=submit] { width:138px; }
    .row-fluid .blog-subscribe form > div:first-child { padding:0 138px 0 0; }
    .row-fluid .blog-subscribe { max-width:376px; }
    .row-fluid .blog-subscribe input[type=email] { font-size:20px; }
    
    .hs-blog-post .row-fluid .blog-main .wrapper { max-width: 615px; }
    .row-fluid .relatedpost-bimg { height:150px; }
 
    .row-fluid .blogpost-bimg { height:204px; }
    
    .row-fluid form.gsc-search-box { max-width:700px; }
    .row-fluid .searchclose-link { margin:-60px -370px 0 0; }
    
    .row-fluid .lpcasestudy-section .wrapper { width:100%; padding-left:20px; padding-right:20px; }
}

@media (min-width: 30px) and (max-width:992px){
    .twoColWrap > div > div.row-fluid { margin:0 0 40px; display:block; width:100%; }
    .twoColWrap .row-fluid .twoCol { padding:0; width:100%; display:block; max-width:100%; width:100%; padding-left:20px !important; padding-right:20px !important; }
    .twoColWrap .row-fluid .twoCol + .twoCol { margin-top:30px; }
    .row-fluid .csBlock { min-height:210px; padding:40px 25px; float:left; }
    .csBlock.leftbottom:after { width:80px; height:80px; top:-44px; right:-44px; }
    .twoCol .cspTitle:after { margin-bottom:10px; }
    .csBlock h4 { font-size:55px; }
    .csBlock { font-size:16px; line-height:24px; }
    .fadeInRight.twoCol.image.bg { background-position:top right; }
    
}

@media (min-width: 30px) and (max-width: 767px){
    
    .row-fluid .mobile-hide {display:none;}
    .row-fluid .mobile-show {display:block;}
    .bottom_cta2 {margin:20px 0 0 0;}
    .details_top .top_right h4 {padding-right:10%;}
    .show-pop .top_right {background: #029b9b url("https://www.kunocreative.com/hubfs/Shape%208.png?t=1496944363559") no-repeat scroll 90% 55% / 30px auto;}
    .showtell .mfp-close {left: 10px; top: 0;}
    .pop_middle {padding:10px 0 30px;}
    .category-box ul li {border:none;}
    .category-box ul li:hover {border:none; color:#264949;}
    .category-box h3 {display:block; text-transform:uppercase;}
    .category-box ul {display:none;}
    .category-box1 ul li {border:none;}
    .category-box1 ul li:hover {border:none; color:#264949;}
    .category-box1 h3 {display:block; text-transform:uppercase;}
    .category-box1 ul {display:none;}
    .mobile-plus img {height:auto;}
    .show-pop .testimonials .testi_right {padding:15px;}
    .show-pop .testimonials .testi_left {display:none;}
    .show-pop .show-box img {width:100% !important;}
    .category-box ul li {margin:0; display:block; padding-bottom:5px;}
    .category-box ul li a, .category-box ul li {font-size:14px;}
    .category-box1 ul li {margin:0; display:block; padding-bottom:5px;}
    .show-box-overlay p {font-size:21px;}
    .show-pop .bottom_links a, .tab_main .bottom_links a + a:hover {font-size:14px;}
	
	.row-fluid .wrapper , .row-fluid .comparison-content .hs_cos_wrapper_widget_container { width:100%; padding:0 20px; float:left !important; }	
    
    .mm-opened .row-fluid .top.fixed { left:80%; }
    
    .row-fluid .menu-link { width:auto;  float: left; }
    .row-fluid .top { padding: 15px 0; }
    .row-fluid .logo { width:auto;  float: right; width:30px; }
    .row-fluid .requestconsultation-link { display:none; }
    .row-fluid .header-text { padding: 15px 0 0; }
    .row-fluid .header-content { font-size: 26px; line-height: 33px; }
    
    .row-fluid .whatiskuno-left { display: block; padding: 0 0 25px; }
    .row-fluid .whatiskuno-ltext2 { font-size: 43px; line-height: 48px; }
    .row-fluid .whatiskuno-ltext { font-size: 28px; line-height: 29px; padding: 0 0 0 24px; }    
    .row-fluid .whatiskuno-right { font-size: 15px; padding: 15px 0; border:none; }
    .row-fluid .whatiskuno-main { padding: 60px 0; }
    .row-fluid .workingwithteam-main h2 { font-size:29px; line-height:34px; }
    .row-fluid .howwedo-main { padding:40px 0; }
    .row-fluid .howwedo-box { position:relative; float:left; width:100%; }
    .row-fluid .howwedo-box:before { content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(000,000,000,0.4); }
    .row-fluid .howwedo-box > a { position:relative; }
    .row-fluid .howwedo-box3 { margin: 30px 0 0; }
    .row-fluid .howwedo-box3 > a { padding-right: 15%;  }
    .row-fluid .workingwithteam-content { padding:30px 20px 30px 20px; }
    .row-fluid .titletext-main { font-size: 18px; padding: 0 0 40px; }
    .row-fluid .titletext-main h2 { font-size: 35px; padding: 0 0 15px; }
    
    .row-fluid .kunodesignteam-paralleximage { bottom: -40px; right: 0; width: 250px; }
    
    
    .row-fluid .howwedo-box { font-size: 18px;  line-height: 28px; margin:0 0 15px; background-size: 100% auto; }
    .row-fluid .howwedo-box > a { padding: 40px 30px;  min-height:340px; height:auto; }
    .row-fluid .howwedo-box h3 { font-size: 32px; line-height: 36px; }
    .row-fluid .howwedo-box { font-size: 16px; line-height: 24px; }
    .row-fluid .howwedo-box3 {  line-height: 24px; } 
    .row-fluid .howwedo-box3 > a {  padding: 40px 30px; height:auto; min-height:360px; }
    
    .row-fluid .kunodesignaction-main { display:none; }
    
    .row-fluid .ourphilosophy-content { padding:40px 30px 40px 30px; }
 
    .row-fluid .ourphilosophy-content h2 { font-size: 30px; line-height:37px; }
    .row-fluid .casestudy-link a , .row-fluid .process-link a { font-size: 16px; }
    .row-fluid .ourphilosophy-imgright { display:block; padding:0; }
    .row-fluid .modernkuno-main { padding: 50px 0; }
    .row-fluid .modernkuno-main h3 { font-size: 35px; line-height: 45px; }
    .row-fluid .modernkuno-vstext { font-size: 97px; line-height: 60px; padding: 12px 0; color:#fff; }
 
    
    .row-fluid .ourphilosophy-img { width: 100%; padding:0 0 0 20px; }
    
    .row-fluid .modernkuno-logoimg { padding: 0 0 40px; }
    .row-fluid .modernkuno-link { margin: 0 15px 15px 0; }
    /*.row-fluid .footer-logo { padding: 0 0 20px; }*/
     
    .row-fluid .menu-link { margin: -10px 0 0; }
    
    .row-fluid .ourphilosophy-content { opacity:1 !important; }
    
    
    /*.row-fluid .footer { padding: 30px 0 40px; }*/
    
    .row-fluid .comparison-content .hs_cos_wrapper_widget_container { padding:0 30px; }
    .row-fluid .comparison-content .slick-arrow { height:40px; margin:-20px 0 0; width:25px; background-size:100% auto; }
    .row-fluid .comparison-content h4 { padding:0; min-height:0; font-size:24px; line-height:30px; }
    .row-fluid .comparison-left , .row-fluid .comparison-right { width:100%; display:block; padding:15px 0; }
    .row-fluid .comparison-popvstext { font-size: 87px; line-height: 30px; padding: 0 0 20px;  width:100%; display:block; }
    .row-fluid .comparison-content { font-size: 17px; line-height: 25px; }
    
    .row-fluid .header { background-attachment:inherit; }
    .row-fluid .inner-header { background-attachment:inherit; }
    
    .row-fluid .thatsus-main { padding:45px 0 30px; }
    .row-fluid .thatsus-right { padding:25px 0 0; }
    .row-fluid .thatsus-main h2 { font-size: 38px; line-height: 52px; }
    
    .row-fluid .inner-header h2 , .row-fluid .header-content2 h2, .row-fluid .header-content2 h1, .row-fluid .inner-header h2  { font-size: 37px; line-height: 46px; }
    .row-fluid .inner-header h3 { font-size: 23px; line-height: 31px; }
    .row-fluid .inner-header { padding: 120px 0 120px; }
    .row-fluid .next-link { bottom: 25px; }
    
    .row-fluid .partnerto-main { padding: 130px 0 35px; }
    .row-fluid .partnerto-text { padding:0 0 60px; }
    .row-fluid .partnerto-text { font-size:22px; line-height:34px; }
    .row-fluid .partnerto-text::before { margin: 0 0 0 -120px; width: 240px; }
    
    .row-fluid .ebook-main ul li { width: 100%; }
    .row-fluid .ebook-main h6 { padding: 15px 0 10px; }
    .row-fluid .ebook-left { padding:0 0 25px; }
    .row-fluid .happyclient-main { padding: 130px 0 35px; }
    .row-fluid .happyclient-logoes .hs_cos_wrapper_widget { width: 48%; }
    .row-fluid .requestconsultation-main h2 , .row-fluid .requestconsultation-main2 h2 { font-size:31px; line-height:42px; }
    .row-fluid .requestconsultation-right { padding: 30px 0 0; }
    
    .row-fluid .ebook-main { padding: 65px 0 30px; }
    .row-fluid .happyclient-main h2 { font-size: 31px; line-height: 38px; }
    .row-fluid .requestconsultation-main , .row-fluid .requestconsultation-main2 { padding:40px 0 30px; text-align: center; }
    
    .row-fluid .weknow-main h2 { font-size: 29px; line-height: 36px; padding: 0 0 5px; }
    .row-fluid .weknow-main { background-size: 300px auto; padding: 40px 0 130px; }
    
    .row-fluid .downloadebook-main h2 { font-size: 28px; line-height: 32px; }
    .row-fluid .downloadebook-main { padding: 30px 0; }
    .row-fluid .downloadebook-img { text-align:center; padding:0 0 15px; }
    .row-fluid .downloadebook-form input[type="submit"] { padding: 11px 18px; }
    
    .row-fluid .requestconsultation-main2  .requestconsultation-right { padding: 0 0 0; }
    
    .row-fluid .weknow-left { padding:0 0 0 15px; }
    .row-fluid .weknow-right { padding:0; }
    
    .row-fluid .header-content3 { font-size:22px; line-height:28px; }
    .tab_main .testimonials .testi_right {  padding:40px 20px ; font-size:18px; line-height:30px;  }
    .tab_main .testimonials .name_role { font-size:15px; line-height:26px; }
    .tab_main .testimonials .testi_left { width:100%; position:relative; height:auto; display:inline-block; float:none; clear:both; }
    
    .details_top .top_left h6 { font-size:16px; }
    .tab_main .portfolio_img a { font-size:18px; padding:16px 20px; }
    .portfolio_page .row-fluid .inner-header h3 { font-size:48px; }
    .portfolio_page .row-fluid .inner-header h2 { font-size:24px; }
    .portfolio_page .inner-header { background-size: auto 70%; }
    .portfolio_page .filter_link { margin:0 auto; }
    .portfolio_page .filter_link li { display:block; padding:5px;}
    .tab_main .bottom_links { margin:30px 0; }
    .tab_main .bottom_links a,.tab_main .bottom_links a + a:hover { min-width:0; max-width:100%; }
    
    body.storyPage { font-size:16px; line-height:24px; }
    body.storyPage h2 { font-size:24px; line-height:30px; }
    body.storyPage .bottomTitle h2 { font-size:30px; }
    body.storyPage h3 { font-size:22px; line-height:28px; } 
    body.storyPage h4 { font-size:21px; line-height:28px; }
    body.storyPage h5 { font-size:20px; line-height:27px; }
    
    .row-fluid .stHeader { padding:10px 0; background:#561d19; }    
    .row-fluid .stHeader .stlogo { float:left; padding-left:0; }
    .row-fluid .stHeader .stHeaderContent { float:right; padding-left:0; }
    .row-fluid .stHeaderContent .span6 { display:block; }
    .stBanner { padding-top:70px; }
    .stHeaderContent .contentTable:hover ul { left:inherit; right:0; }
    .stListing ul li { padding:10px 0 0 40px; width:100%; }
    .stListing ul li:before { left:10px; }
    body.storyPage img.hs-image-widget { display:block; margin:0 auto; }
    .act1Section { background:none; }
    .stIntroduction .sideTable { padding:0; display:none; }
    .stIntroduction { padding-bottom:0; }
    .stImage1 { margin-bottom:15px; }
    .bottomLine .wrapper { background:none !important; }
    .botImg { padding:20px 0; }
    #overlayForm .overlayText { display:none !important; }
    #overlayForm .wrapper { max-width:90%; padding:20px; }
    #overlayForm.fixed .wrapper { max-width:90%; margin-top:60px !important; padding:20px; }
    body.storyPage .row-fluid #overlayForm .closeIt { margin:-20px -20px 0 0; }
    
    .row-fluid .header-form { width:100% !important; }
    
    .row-fluid .inner-headerbg { opacity:1 !important; }
    .row-fluid .header-content2 , .row-fluid .header-form { transform: none !important; }
    .row-fluid .inner-header { padding: 80px 0 60px; }
    .caseStudyPage , .top-white { margin-top:80px; padding-top:35px; }
    .caseStudyPage h1 { font-size:30px; padding:20px 0; }
    .caseStudyPage h3 { font-size:24px; }
    .caseStudyPage h4 { padding:0 0 10px; }
    .font21 { font-size:18px; }
    .breakdownTitle { padding:30px 0 0; }
    .breakdownMain .digitStyle span.hs_cos_wrapper { margin-top:20px; }
    .cspSec2.twoColWrap .row-fluid .twoCol + .twoCol { margin-top:0; }
    .twoColWrap .row-fluid .twoCol { padding-left:5px !important; padding-right:5px !important; }
    .cspSec2.twoColWrap .row-fluid .twoCol { padding:40px 25px !important; }
    
    .row-fluid .blog-detailmain { padding:20px 10px; }
    .row-fluid .blog-detailcontent { padding:30px 5px 30px; }
    .row-fluid .blog-detailcontent > h2, .row-fluid .blog-detailcontent > h1 { font-size:24px; line-height:30px; }

    .row-fluid a.connect-linkedin i { width:40px; }
    
    .row-fluid .blog-title { padding:0 5px 0 0; float:left; }
    .row-fluid .blog-topic { float:left;  }
    .row-fluid .blog-topic + .blog-topic { float:right; margin-top:4px; } 
    .row-fluid .blog-topic .widget-module { left:auto; right:0; width:284px;  }
    .row-fluid .blogtop-right { width:100%; }
    
    .row-fluid .blog-title h1 { font-size:38px; }
    
    .row-fluid .blog-subscribe input[type=submit] { width:74px; font-size:13px; height:47px; }
    .row-fluid .blog-subscribe form > div:first-child { padding:0 74px 0 0; }
    .row-fluid .blog-subscribe { max-width:100%; width: 100%; padding:15px 0 0; }
    .row-fluid .blog-subscribe input[type=email] { font-size:15px; height:47px; padding:0 8px 0 14px; }
    .row-fluid .blog-search { margin:0; float:right; }
 
    .row-fluid .search-link { width:44px; height:47px; }
    .row-fluid .search-link:before { line-height:47px; font-size:18px; }
    .row-fluid .search-popup .gsc-input-box input[type="text"] { font-size:18px !important; }

    
    .hs-blog-post .row-fluid .blog-main .wrapper { max-width: 615px; }
    .row-fluid .relatedpost-box { width:100%; padding:15px 0; }
    .row-fluid .relatedpost-boxes { margin:0; }
    .row-fluid .blog-relatedpost h3 { padding:0; }
    .row-fluid .blog-aboutauthor { padding:15px; }
    .row-fluid .blog-aboutauthorLeft { width: 100%; padding:0; }
    .row-fluid .blog-aboutauthorRight { width:100%; padding:20px 0 0; }
    
    .row-fluid .blog-share { position: relative !important; left: 0 !important; top: 0 !important; width: 100%; text-align: center; padding: 0 0 15px; }
    .row-fluid .blog-detailbyline span { display:block; }
    .row-fluid .blog-detailbyline { padding:0; }
    .row-fluid .blog-topic h3 { padding:15px 0 15px 15px; font-size:19px; }
    
    .row-fluid .blogpost-boxes { margin:0 -8px; }
    .row-fluid .blogpost-box { padding:15px 8px; width:49.6%; }
    .row-fluid .blogpost-box h2 { font-size:19px; line-height:24px; }
    .row-fluid .blogpost-box:nth-child(3n) { clear:none; }
    .row-fluid .blogpost-box:nth-child(3n+1) { clear:none; }
    .row-fluid .blogpost-box:nth-child(2n) { clear:right; }
    .row-fluid .blogpost-box:nth-child(2n+1) { clear:left; }
    
    .row-fluid .searchclose-link { margin:-60px 0 0 0; position:absolute; top:50%; right:15px; -moz-transform:translateX(0) translateY(-50%); -webkit-transform:translateX(0) translateY(-50%); -o-transform:translateX(0) translateY(-50%); -ms-transform:translateX(0) translateY(-50%); transform:translateX(0) translateY(-50%); }
    .row-fluid .blog-detailtext img { padding:15px 10px; }
    
    .blog-page .row-fluid .logo { width:20%; float:left; }
    .blog-page .row-fluid .logo img { max-width:40px; }
    .blog-page .row-fluid .menu-link { width:40%; margin:0; }
    
    .row-fluid .whykuno-logo { width:100%; margin-right:0; }
    .row-fluid .lpcasestudy-section .wrapper { width:100%; padding-left:20px; padding-right:20px; }
    .row-fluid .case-studilist .hs_cos_wrapper_widget_container { padding:0;}
    
    .row-fluid .accordian-row .accordian-ques,.row-fluid .accordian-row .accordian-answ { padding-right:90px;}
    .row-fluid .case-studilist .hs_cos_wrapper_type_custom_widget h6 { font-size:16px; line-height:22px; padding:0; }
    .row-fluid .case-studilist .hs_cos_wrapper_type_custom_widget .link-white { font-size:16px; line-height:22px; margin-top:10px; }
    .row-fluid .lpcasestudy-section h2 { font-size:40px; line-height:50px; }
    
    .row-fluid .whatiskuno-right { margin:0; }
}

@media (max-width:768px){
   .row-fluid .blog-subscribe input[type="email"], .row-fluid .blog-subscribe input[type="submit"] { width:100%; }
    .row-fluid .blog-subscribe input[type="submit"] { position:relative; }
    .row-fluid .blog-subscribe input[type="email"] { width:100%; border:1px solid #d7d7d7; }
    .row-fluid .blog-subscribe form > div:first-child { padding:0; margin:0 0 10px; }   
}

@media (min-width:768px) and (max-width:768px){
    
    /* Adjust Subscribe */
    .row-fluid .blog-subscribe{
        width:100%;
        max-width:100%;
        padding:0;
    }

    .row-fluid .blogtop-right {
        float: none;
        margin: 0;
        width: auto;
        max-width: 100%;
        clear: both;
    }
    

    
    
     .row-fluid .menu-link { width:auto;  float: left; }
    .row-fluid .top { padding: 15px 0; }
    .row-fluid .logo { width:auto;  float: right; width:30px; }
    .row-fluid .requestconsultation-link { display:none; }
    .row-fluid .header-text { padding: 15px 0 0; }
    .row-fluid .header-content { font-size: 26px; line-height: 33px; }
    

    /* Adjust Search */
    
      .row-fluid .search-link { width:44px; height:47px; }
    .row-fluid .search-link:before { line-height:47px; font-size:18px; }
    .row-fluid .search-popup .gsc-input-box input[type="text"] { font-size:18px !important; }
    
    /* Adjust Header */
    
    .blog-page .row-fluid .menu-link {
        width: 40%;
        margin: 0;
    }
    
    .blog-page .row-fluid .logo {
        width: 20%;
        float: left;
    }
    
    .logo img {
        max-width: 40px;
    }
    
    .row-fluid .blog-search {
        margin: 0;
        float: right;
    }
    
    .top-white {
        margin-top: 80px;
    }
    
    /* Adjust Topic Selector */
    
    .row-fluid .blog-topic + .blog-topic {
            float: right;
            margin-top: 4px;
    }
    
    .row-fluid .blog-topic h3:before{
        display:none;
    }
    
    .row-fluid .blog-topic h3.active:before{
        display:block;
    }

}

@media (min-width: 769px) and (max-width: 991px) {

    /* Adjust Subscribe for intermediate desktop */

   body.blog-page .row-fluid .blog-subscribe input[type=submit] {
        padding: 0;
        min-width: 40%;
        width:40%;
        font-size: 14px;
    }

    body.blog-page .row-fluid .blog-subscribe input[type=email] {
        font-size: 14px;
        padding:0 5%;
        
    }

    body.blog-page .row-fluid .blog-subscribe{
        width:84%;
        
    }

    body.blog-page .row-fluid .blog-subscribe form > div:first-child {
        padding: 0 40% 0 0;
    
    }
    
    body.blog-page .row-fluid .blogtop-right{
        width:56%;
        max-width:56%;
    }

}


@media (max-width: 1200px) and (min-width: 992px){
.row-fluid .blog-subscribe input[type=submit] {
    width: 200px;
    max-width: 200px;
    min-width: 200px;
}
}

@media (max-width: 600px){
    .row-fluid .case-studilist .hs_cos_wrapper_type_custom_widget { width:100%; }
    .row-fluid .case-studilist .hs_cos_wrapper_type_custom_widget h4 br { display:none;}
    .row-fluid .case-studilist .hs_cos_wrapper_type_custom_widget { margin:10px 0;}
    .row-fluid .accordian-row .accordian-ques { padding-left:15px; }
    .row-fluid .lpcasestudy-section { padding:40px 0;}
}

@media (max-width:479px){
    .row-fluid .csBlock { width:100%; border-left:none; border-right:none; min-height:0; }
    .csBlock.leftbottom:after { right:inherit; left:50%; margin-left:-40px; }
    .caseStudyPage h2 { font-size:28px; }
    
    .row-fluid .blogpost-box { width:100%; }
}

@media  (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
    
    .row-fluid .downloadebook-main .hs-form fieldset.form-columns-2 .field { padding:0 0 15px 0 }
    .row-fluid .downloadebook-main .hs-form fieldset.form-columns-2 .field:first-child { padding:0 0 15px 0 }
    #overlayForm  { display:none !important; }
    
}


 
#mainmenu-links {background: #254551; color: rgba(255,255,255,0.7); }
.mm-page { position:relative; z-index:99; }

/* mmenu */
.mm-menu.mm-horizontal > .mm-panel { -webkit-transition: left 0.4s ease; -moz-transition: left 0.4s ease; -ms-transition: left 0.4s ease; -o-transition: left 0.4s ease; transition: left 0.4s ease; }
.mm-menu .mm-hidden { display: none; }
.mm-wrapper { overflow-x: hidden; position: relative; }
.mm-menu { background: inherit; display: block; overflow: hidden; width: 100%; height: 100%; padding: 0; position: absolute; left: 0; top: 0; z-index: 0; }
.mm-menu > .mm-panel { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; background: inherit; -webkit-overflow-scrolling: touch; overflow: scroll; overflow-x: hidden; overflow-y: auto; width: 100%; height: 100%; padding: 20px; position: absolute; top: 0; left: 100%; z-index: 0; }
.mm-menu > .mm-panel.mm-opened { left: 0%; }
.mm-menu > .mm-panel.mm-subopened { left: -40%; }
.mm-menu > .mm-panel.mm-highest { z-index: 1; }
.mm-menu .mm-list { padding: 20px 0; }
.mm-menu > .mm-list { padding: 20px 0 40px 0; }
.mm-panel > .mm-list { margin-left: -20px; margin-right: -20px; }
.mm-panel > .mm-list:first-child { padding-top: 0; }
.mm-list, .mm-list > li { list-style: none; display: block; padding: 0; margin: 0; }
.mm-list { font: inherit; font-size: 14px; }
.mm-list a,  .mm-list a:hover { text-decoration: none; }
.mm-list > li { position: relative; }
.mm-list > li > a /*,  .mm-list > li > span*/ { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; color: inherit; line-height: 20px; display: block; color:#FFFFFF!important; font-family:'lato', helvetica, sans-serif!important; font-weight:300!important; text-transform: uppercase!important; font-size:19px!important; padding: 20px 10px 20px 40px; margin: 0; }
 .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
 content: '';
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom:1px solid #516a74;
 display: block;
 width: 100%;
 position: absolute;
 bottom: 0;
 left: 0;
}
 .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
 width: auto;
 margin-left: 0px;
 position: relative;
 left: auto;
}
.mm-list a.mm-subopen { width:80px; height: 100%; padding: 0; position: absolute; right: 0; top: 0; z-index: 2; }
.mm-list a.mm-subopen:before { content: ''; border-left-width: 1px; border-left-style: solid; display: block; height: 100%; position: absolute; left: 0; top: 0; }
.mm-list a.mm-subopen.mm-fullsubopen { width: 100%; }
.mm-list a.mm-subopen.mm-fullsubopen:before { border-left: none; }
.mm-list a.mm-subopen + a,  .mm-list a.mm-subopen + span { padding-right: 5px; margin-right: 40px; }
.mm-list > li.mm-selected > a.mm-subopen { background: transparent; }
.mm-list > li.mm-selected > a.mm-fullsubopen + a,  .mm-list > li.mm-selected > a.mm-fullsubopen + span { padding-right: 45px; margin-right: 0; }
.mm-list a.mm-subclose { text-indent: 20px; padding-top: 30px; margin-top: -20px; }
.mm-list > li.mm-label { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-size: 10px; text-transform: uppercase; text-indent: 20px; line-height: 25px; padding-right: 5px; }
.mm-list > li.mm-spacer { padding-top: 40px; }
.mm-list > li.mm-spacer.mm-label { padding-top: 25px; }
.mm-list a.mm-subopen:after,  .mm-list a.mm-subclose:before { content: ''; border: 2px solid transparent; display: block; width: 7px; height: 7px; margin-bottom: -5px; position: absolute; bottom: 50%; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.mm-list a.mm-subopen:after { border-top: none; border-left: none; right: 18px; }
.mm-list a.mm-subclose:before { border-right: none; border-bottom: none; margin-bottom: -15px; left: 22px; }
.mm-menu.mm-vertical .mm-list .mm-panel { display: none; padding: 10px 0 10px 10px; }
.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after { border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel { display: block; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen { height: 40px; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 16px; right: 16px; }
html.mm-opened .mm-page { box-shadow: none; }
.mm-ismenu { background: #254551; color: rgba(255, 255, 255, 0.7); }
.mm-menu .mm-list > li:after { border-color: rgba(0, 0, 0, 0.15); }
.mm-menu .mm-list > li > a.mm-subclose { background: rgba(0, 0, 0, 0.1); color: rgba(255, 255, 255, 0.3); }
.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before { border-color: rgba(255, 255, 255, 0.3); }
.mm-menu .mm-list > li > a.mm-subopen:before { border-color: rgba(0, 0, 0, 0.15); }
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu .mm-list > li.mm-selected > span {
 background: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-list > li.mm-label { background: rgba(255, 255, 255, 0.05); }
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-vertical .mm-list li.mm-opened > ul { background: rgba(255, 255, 255, 0.05); }
/*
    jQuery.mmenu offcanvas addon CSS
*/
.mm-page, .mm-fixed-top, .mm-fixed-bottom { -webkit-transition: none 0.4s ease; -moz-transition: none 0.4s ease; -ms-transition: none 0.4s ease; -o-transition: none 0.4s ease; transition: none 0.4s ease; -webkit-transition-property: top, right, bottom, left, border; -moz-transition-property: top, right, bottom, left, border; -ms-transition-property: top, right, bottom, left, border; -o-transition-property: top, right, bottom, left, border; transition-property: top, right, bottom, left, border; }
.mm-page, #mm-blocker { margin: 0; top: 0; right: 0; bottom: 0; left: 0; }
.mm-page { border: 0px solid rgba(0, 0, 0, 0); }
html.mm-opening .mm-page { border: 0px solid rgba(1, 1, 1, 0); }
.mm-fixed-top, .mm-fixed-bottom { position: fixed; left: 0; }
.mm-fixed-top { top: 0; }
.mm-fixed-bottom { bottom: 0; }
html.mm-opened { overflow: hidden; position: relative; }
html.mm-opened body { overflow: hidden; }
html.mm-opened .mm-page { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; position: relative; }
html.mm-background .mm-page { background: inherit; }
#mm-blocker { background: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==) transparent; display: none; width: 100%; height: 100%; position: fixed; z-index: 999999; }
html.mm-opened #mm-blocker, html.mm-blocking #mm-blocker { display: block; }
.mm-menu.mm-offcanvas { display: none; position: fixed; z-index:9; }
.mm-menu.mm-current { display: block; }
html.mm-opening .mm-page, html.mm-opening #mm-blocker, html.mm-opening .mm-fixed-top, html.mm-opening .mm-fixed-bottom { left: 80%; }
.mm-menu { width: 80%; }
 @media all and (max-width: 175px) {
 .mm-menu {
 width: 140px;
}
 html.mm-opening .mm-page,  html.mm-opening #mm-blocker,  html.mm-opening .mm-fixed-top,  html.mm-opening .mm-fixed-bottom {
 left: 140px;
}
.mm-opened .row-fluid .inner-header , .mm-opened .row-fluid .top { left:140px;  }

}
@media all and (min-width: 550px) {
 .mm-menu {
 width: 440px;
}
 html.mm-opening .mm-page,  html.mm-opening #mm-blocker,  html.mm-opening .mm-fixed-top,  html.mm-opening .mm-fixed-bottom {
 left: 440px;
}
}

@media all and (max-width: 549px) {
 
  .mm-opened .row-fluid .inner-header , .mm-opened .row-fluid .top { left:80%;  }
}
 


/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter { font: inherit; font-size: 14px; font-style: normal; text-indent: 0; line-height: 20px; display: block; margin-top: -10px; position: absolute; right: 40px; top: 50%; }
em.mm-counter + a.mm-subopen { padding-left: 40px; }
em.mm-counter + a.mm-subopen + a,  em.mm-counter + a.mm-subopen + span { margin-right: 80px; }
em.mm-counter + a.mm-fullsubopen { padding-left: 0; }
.mm-vertical em.mm-counter { top: 12px; margin-top: 0; }
.mm-nosubresults > em.mm-counter { display: none; }
.mm-menu em.mm-counter { color: rgba(255, 255, 255, 0.3); }
/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-page, html.mm-opened.mm-dragging .mm-fixed-top, html.mm-opened.mm-dragging .mm-fixed-bottom, html.mm-opened.mm-dragging #mm-blocker { -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -ms-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; }
/*
	jQuery.mmenu header addon CSS
*/
.mm-header { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; background: inherit; border-bottom: 1px solid transparent; text-align: left; line-height: 20px; width: 100%; height: 60px; padding: 43px 40px 43px 40px; position: absolute; z-index: 2; top: 0; left: 0; }
.mm-header .mm-title { text-overflow: ellipsis; white-space: nowrap; overflow: visible; display: inline-block; width: 100%; position: relative; color:#14abd2!important; font-size:24px!important; font-size:300!important; z-index: 1; }
.mm-header .mm-prev,  .mm-header .mm-next { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; text-decoration: none; display: block; width: 40px; height: 100%; position: absolute; bottom: 0; }
.mm-header .mm-prev:before,  .mm-header .mm-next:before { content: ''; border: 2px solid transparent; display: block; width: 7px; height: 7px; margin-bottom: -5px; position: absolute; bottom: 50%; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); margin-bottom: -15px; }
.mm-header .mm-prev { left: 0; }
.mm-header .mm-prev:before { border-right: none; border-bottom: none; left: 14px; }
.mm-header .mm-next { right: 0; }
.mm-header .mm-next:before { border-top: none; border-left: none; right: 18px; }
.mm-menu.mm-hassearch .mm-header { height: 50px; padding-top: 20px; top: 50px; }
.mm-menu.mm-hassearch .mm-header .mm-prev:before,  .mm-menu.mm-hassearch .mm-header .mm-mext:before { margin-bottom: -10px; }
.mm-menu.mm-hasheader li.mm-subtitle { display: none; }
.mm-menu.mm-hasheader > .mm-panel { padding-top: 80px; }
.mm-menu.mm-hasheader > .mm-panel.mm-list { padding-top: 90px; }
.mm-menu.mm-hasheader > .mm-panel > .mm-list:first-child { margin-top: -20px; }
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel { padding-top: 120px; }
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel.mm-list { padding-top: 100px; }
.mm-menu .mm-header { border-color: rgba(81, 106, 116, 0.95); color: rgba(255, 255, 255, 0.3); }
.mm-menu .mm-header a:before { border-color: rgba(255, 255, 255, 0.3); }
/*
	jQuery.mmenu labels addon CSS
*/
.mm-menu.mm-fixedlabels .mm-list { background: inherit; }
.mm-menu.mm-fixedlabels .mm-list > li.mm-label { background: inherit !important; opacity: 0.97; height: 25px; overflow: visible; position: relative; z-index: 1; }
.mm-menu.mm-fixedlabels .mm-list > li.mm-label > div { background: inherit; width: 100%; position: absolute; left: 0; }
.mm-menu.mm-fixedlabels .mm-list > li.mm-label > div > div { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.mm-menu.mm-fixedlabels .mm-list > li.mm-label.mm-spacer > div > div { padding-top: 25px; }
.mm-list > li.mm-label > span { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; padding: 0; }
.mm-list > li.mm-label.mm-opened a.mm-subopen:after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); right: 17px; }
.mm-list > li.mm-collapsed { display: none; }
.mm-menu .mm-list li.mm-label > div > div { background: rgba(255, 255, 255, 0.05); }
/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search, .mm-search input { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; }
.mm-list > li.mm-search { padding: 10px; margin-top: -20px; }
.mm-list > li.mm-subtitle + li.mm-search { margin-top: 0; }
div.mm-panel > div.mm-search { padding: 0 0 10px 0; }
.mm-menu.mm-hasheader .mm-list > li.mm-search { margin-top: 0; }
.mm-search { background: inherit; width: 100%; padding: 10px; position: relative; top: 0; z-index: 2; }
.mm-search input { border: none; border-radius: 30px; font: inherit; font-size: 14px; line-height: 30px; outline: none; display: block; width: 100%; height: 30px; margin: 0; padding: 0 10px; }
.mm-menu .mm-noresultsmsg { text-align: center; font-size: 21px; display: none; padding: 60px 0; }
.mm-menu .mm-noresultsmsg:after { border: none !important; }
.mm-noresults .mm-noresultsmsg { display: block; }
.mm-menu li.mm-nosubresults > a.mm-subopen { display: none; }
.mm-menu li.mm-nosubresults > a.mm-subopen + a,  .mm-menu li.mm-nosubresults > a.mm-subopen + span { padding-right: 10px; }
.mm-menu.mm-hassearch > .mm-panel { padding-top: 70px; }
.mm-menu.mm-hassearch > .mm-panel > .mm-list:first-child { margin-top: -20px; }
.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child { margin-top: -10px; }
.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child + .mm-list { padding-top: 0; }
.mm-menu .mm-search input { background: rgba(255, 255, 255, 0.3); color: rgba(255, 255, 255, 0.6); }
.mm-menu .mm-noresultsmsg { color: rgba(255, 255, 255, 0.3); }
/*
	jQuery.mmenu toggles addon CSS
*/
label.mm-toggle { border-radius: 30px; width: 50px; height: 30px; margin: -15px 0 0 0; position: absolute; top: 50%; z-index: 1; }
label.mm-toggle div { border-radius: 30px; width: 28px; height: 28px; margin: 1px; }
input.mm-toggle { position: absolute; left: -10000px; }
 input.mm-toggle:checked ~ label.mm-toggle div {
 float: right;
}
label.mm-toggle { right: 20px; }
label.mm-toggle + a,  label.mm-toggle + span { margin-right: 70px; }
a.mm-subopen + label.mm-toggle { right: 50px; }
a.mm-subopen + label.mm-toggle + a,  a.mm-subopen + label.mm-toggle + span { margin-right: 100px; }
em.mm-counter + a.mm-subopen + label.mm-toggle { right: 90px; }
em.mm-counter + a.mm-subopen + label.mm-toggle + a,  em.mm-counter + a.mm-subopen + label.mm-toggle + span { margin-right: 140px; }
.mm-menu label.mm-toggle { background: rgba(0, 0, 0, 0.15); }
.mm-menu label.mm-toggle div { background: #333333; }
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
 background: #4bd963;
}
/*
	jQuery.mmenu effects extension CSS
*/
html.mm-slide .mm-menu { -webkit-transition: -webkit-transform 0.4s ease; -moz-transition: -moz-transform 0.4s ease; -o-transition: -o-transform 0.4s ease; transition: transform 0.4s ease; }
html.mm-slide.mm-opened .mm-menu { -webkit-transform: translateX(-40%); -moz-transform: translateX(-40%); -ms-transform: translateX(-40%); -o-transform: translateX(-40%); transform: translateX(-40%); }
html.mm-slide.mm-opening .mm-menu { -webkit-transform: translateX(0%); -moz-transform: translateX(0%); -ms-transform: translateX(0%); -o-transform: translateX(0%); transform: translateX(0%); }
html.mm-slide.mm-right.mm-opened .mm-menu { -webkit-transform: translateX(40%); -moz-transform: translateX(40%); -ms-transform: translateX(40%); -o-transform: translateX(40%); transform: translateX(40%); }
html.mm-slide.mm-right.mm-opening .mm-menu { -webkit-transform: translateX(0%); -moz-transform: translateX(0%); -ms-transform: translateX(0%); -o-transform: translateX(0%); transform: translateX(0%); }
html.mm-slide.mm-top.mm-opened .mm-menu { -webkit-transform: translateY(-40%); -moz-transform: translateY(-40%); -ms-transform: translateY(-40%); -o-transform: translateY(-40%); transform: translateY(-40%); }
html.mm-slide.mm-top.mm-opening .mm-menu { -webkit-transform: translateY(0%); -moz-transform: translateY(0%); -ms-transform: translateY(0%); -o-transform: translateY(0%); transform: translateY(0%); }
html.mm-slide.mm-bottom.mm-opened .mm-menu { -webkit-transform: translateY(40%); -moz-transform: translateY(40%); -ms-transform: translateY(40%); -o-transform: translateY(40%); transform: translateY(40%); }
html.mm-slide.mm-bottom.mm-opening .mm-menu { -webkit-transform: translateY(0%); -moz-transform: translateY(0%); -ms-transform: translateY(0%); -o-transform: translateY(0%); transform: translateY(0%); }
html.mm-zoom-menu .mm-menu { -webkit-transition: -webkit-transform 0.4s ease; -moz-transition: -moz-transform 0.4s ease; -o-transition: -o-transform 0.4s ease; transition: transform 0.4s ease; }
html.mm-zoom-menu.mm-opened .mm-menu { -webkit-transform: scale(0.7, 0.7) translateX(-40%); -moz-transform: scale(0.7, 0.7) translateX(-40%); -ms-transform: scale(0.7, 0.7) translateX(-40%); -o-transform: scale(0.7, 0.7) translateX(-40%); transform: scale(0.7, 0.7) translateX(-40%); -webkit-transform-origin: left center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }
html.mm-zoom-menu.mm-opening .mm-menu { -webkit-transform: scale(1, 1) translateX(0%); -moz-transform: scale(1, 1) translateX(0%); -ms-transform: scale(1, 1) translateX(0%); -o-transform: scale(1, 1) translateX(0%); transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-right.mm-opened .mm-menu { -webkit-transform: scale(0.7, 0.7) translateX(40%); -moz-transform: scale(0.7, 0.7) translateX(40%); -ms-transform: scale(0.7, 0.7) translateX(40%); -o-transform: scale(0.7, 0.7) translateX(40%); transform: scale(0.7, 0.7) translateX(40%); -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; }
html.mm-zoom-menu.mm-right.mm-opening .mm-menu { -webkit-transform: scale(1, 1) translateX(0%); -moz-transform: scale(1, 1) translateX(0%); -ms-transform: scale(1, 1) translateX(0%); -o-transform: scale(1, 1) translateX(0%); transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-top.mm-opened .mm-menu { -webkit-transform: scale(0.7, 0.7) translateY(-40%); -moz-transform: scale(0.7, 0.7) translateY(-40%); -ms-transform: scale(0.7, 0.7) translateY(-40%); -o-transform: scale(0.7, 0.7) translateY(-40%); transform: scale(0.7, 0.7) translateY(-40%); -webkit-transform-origin: center top; -moz-transform-origin: center top; -ms-transform-origin: center top; -o-transform-origin: center top; transform-origin: center top; }
html.mm-zoom-menu.mm-top.mm-opening .mm-menu { -webkit-transform: scale(1, 1) translateY(0%); -moz-transform: scale(1, 1) translateY(0%); -ms-transform: scale(1, 1) translateY(0%); -o-transform: scale(1, 1) translateY(0%); transform: scale(1, 1) translateY(0%); }
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu { -webkit-transform: scale(0.7, 0.7) translateY(40%); -moz-transform: scale(0.7, 0.7) translateY(40%); -ms-transform: scale(0.7, 0.7) translateY(40%); -o-transform: scale(0.7, 0.7) translateY(40%); transform: scale(0.7, 0.7) translateY(40%); -webkit-transform-origin: center bottom; -moz-transform-origin: center bottom; -ms-transform-origin: center bottom; -o-transform-origin: center bottom; transform-origin: center bottom; }
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu { -webkit-transform: scale(1, 1) translateY(0%); -moz-transform: scale(1, 1) translateY(0%); -ms-transform: scale(1, 1) translateY(0%); -o-transform: scale(1, 1) translateY(0%); transform: scale(1, 1) translateY(0%); }
html.mm-zoom-page .mm-page { -webkit-transition-property: -webkit-transform, top, right, bottom, left, border; -moz-transition-property: -moz-transform, top, right, bottom, left, border; -ms-transition-property: -ms-transform, top, right, bottom, left, border; -o-transition-property: -o-transform, top, right, bottom, left, border; transition-property: transform, top, right, bottom, left, border; }
html.mm-zoom-page.mm-opened .mm-page { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: left center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }
html.mm-zoom-page.mm-opening .mm-page { -webkit-transform: scale(1.5, 1.5); -moz-transform: scale(1.5, 1.5); -ms-transform: scale(1.5, 1.5); -o-transform: scale(1.5, 1.5); transform: scale(1.5, 1.5); }
html.mm-zoom-page.mm-right.mm-opened .mm-page { -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; }
html.mm-zoom-page.mm-top.mm-opened .mm-page { -webkit-transform-origin: center top; -moz-transform-origin: center top; -ms-transform-origin: center top; -o-transform-origin: center top; transform-origin: center top; }
html.mm-zoom-page.mm-bottom.mm-opened .mm-page { -webkit-transform-origin: center bottom; -moz-transform-origin: center bottom; -ms-transform-origin: center bottom; -o-transform-origin: center bottom; transform-origin: center bottom; }
html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel { -webkit-transform: scale(1.5, 1.5); -moz-transform: scale(1.5, 1.5); -ms-transform: scale(1.5, 1.5); -o-transform: scale(1.5, 1.5); transform: scale(1.5, 1.5); -webkit-transform-origin: left center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; -webkit-transition-property: -webkit-transform, left; -moz-transition-property: -moz-transform, left; -ms-transition-property: -ms-transform, left; -o-transition-property: -o-transform, left; transition-property: transform, left; }
html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); }
html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened.mm-subopened { -webkit-transform: scale(0.7, 0.7); -moz-transform: scale(0.7, 0.7); -ms-transform: scale(0.7, 0.7); -o-transform: scale(0.7, 0.7); transform: scale(0.7, 0.7); }
/*
	jQuery.mmenu fullscreen extension CSS
*/
html.mm-opening.mm-fullscreen .mm-page, html.mm-opening.mm-fullscreen #mm-blocker, html.mm-opening.mm-fullscreen .mm-fixed-top, html.mm-opening.mm-fullscreen .mm-fixed-bottom { left: 100%; }
.mm-menu.mm-fullscreen { width: 100%; }
 @media all and (max-width: 140px) {
 .mm-menu.mm-fullscreen {
 width: 140px;
}
 html.mm-opening.mm-fullscreen .mm-page,  html.mm-opening.mm-fullscreen #mm-blocker,  html.mm-opening.mm-fullscreen .mm-fixed-top,  html.mm-opening.mm-fullscreen .mm-fixed-bottom {
 left: 140px;
}
.mm-opened .row-fluid .inner-header , .mm-opened .row-fluid .top { left:140px;  }

}
@media all and (min-width: 10000px) {
 .mm-menu.mm-fullscreen {
 width: 10000px;
}
 html.mm-opening.mm-fullscreen .mm-page,  html.mm-opening.mm-fullscreen #mm-blocker,  html.mm-opening.mm-fullscreen .mm-fixed-top,  html.mm-opening.mm-fullscreen .mm-fixed-bottom {
 left: 10000px;
}
}
.mm-menu.mm-top.mm-fullscreen { height: 100%; }
html.mm-top.mm-opening.mm-fullscreen .mm-page, html.mm-top.mm-opening.mm-fullscreen #mm-blocker, html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top { top: 100%; }
html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom { bottom: -100%; }
 @media all and (max-height: 140px) {
 .mm-menu.mm-top.mm-fullscreen {
 height: 140px;
}
 html.mm-top.mm-opening.mm-fullscreen .mm-page,  html.mm-top.mm-opening.mm-fullscreen #mm-blocker,  html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top {
 top: 140px;
}
 html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom {
 bottom: -140px;
}
}
@media all and (min-height: 10000px) {
 .mm-menu.mm-top.mm-fullscreen {
 height: 10000px;
}
 html.mm-top.mm-opening.mm-fullscreen .mm-page,  html.mm-top.mm-opening.mm-fullscreen #mm-blocker,  html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top {
 top: 10000px;
}
 html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom {
 bottom: -10000px;
}
}
.mm-menu.mm-right.mm-fullscreen { width: 100%; }
html.mm-right.mm-opening.mm-fullscreen .mm-page, html.mm-right.mm-opening.mm-fullscreen #mm-blocker, html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top, html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom { right: 100%; }
 @media all and (max-width: 140px) {
 .mm-menu.mm-right.mm-fullscreen {
 width: 140px;
}
 html.mm-right.mm-opening.mm-fullscreen .mm-page,  html.mm-right.mm-opening.mm-fullscreen #mm-blocker,  html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,  html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom {
 right: 140px;
}
}
@media all and (min-width: 10000px) {
 .mm-menu.mm-right.mm-fullscreen {
 width: 10000px;
}
 html.mm-right.mm-opening.mm-fullscreen .mm-page,  html.mm-right.mm-opening.mm-fullscreen #mm-blocker,  html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,  html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom {
 right: 10000px;
}
}
.mm-menu.mm-bottom.mm-fullscreen { height: 100%; }
html.mm-bottom.mm-opening.mm-fullscreen .mm-page, html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker, html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom { bottom: 100%; }
html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top { top: -100%; }
 @media all and (max-height: 140px) {
 .mm-menu.mm-bottom.mm-fullscreen {
 height: 140px;
}
 html.mm-bottom.mm-opening.mm-fullscreen .mm-page,  html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,  html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom {
 bottom: 140px;
}
 html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top {
 top: -140px;
}
}
@media all and (min-height: 10000px) {
 .mm-menu.mm-bottom.mm-fullscreen {
 height: 10000px;
}
 html.mm-bottom.mm-opening.mm-fullscreen .mm-page,  html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,  html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom {
 bottom: 10000px;
}
 html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top {
 top: -10000px;
}
}
.mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next { left: -100%; }
 @media all and (max-width: 140px) {
 .mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
 left: -140px;
}
}
@media all and (min-width: 10000px) {
 .mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
 left: -10000px;
}
}
.mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next { top: -100%; }
 @media all and (max-height: 140px) {
 .mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
 top: -140px;
}
}
@media all and (min-height: 10000px) {
 .mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
 top: -10000px;
}
}
.mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next { right: -100%; }
 @media all and (max-width: 140px) {
 .mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
 right: -140px;
}
}
@media all and (min-width: 10000px) {
 .mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
 right: -10000px;
}
}
.mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next { bottom: -100%; }
 @media all and (max-height: 140px) {
 .mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
 bottom: -140px;
}
}
@media all and (min-height: 10000px) {
 .mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
 bottom: -10000px;
}
}
html.mm-front .mm-fixed-top, html.mm-front .mm-fixed-bottom, html.mm-opening.mm-front .mm-fixed-top, html.mm-opening.mm-front .mm-fixed-bottom { left: 0; right: auto; }
html.mm-front .mm-fixed-top, html.mm-opening.mm-front .mm-fixed-top { top: 0; }
html.mm-front .mm-fixed-bottom, html.mm-opening.mm-front .mm-fixed-bottom { bottom: 0; }
html.mm-opened.mm-fullscreen .mm-page { box-shadow: none !important; }
/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top { width: 100%; }
html.mm-top.mm-opened .mm-page, html.mm-top.mm-opened #mm-blocker { top: 0%; }
html.mm-top.mm-opened.mm-opening .mm-page, html.mm-top.mm-opened.mm-opening #mm-blocker, html.mm-top.mm-opened.mm-opening .mm-fixed-top, html.mm-top.mm-opened.mm-opening .mm-fixed-bottom { left: 0; }
.mm-menu.mm-right { left: auto; right: 0; }
html.mm-right.mm-opened .mm-page, html.mm-right.mm-opened #mm-blocker, html.mm-right.mm-opened .mm-fixed-top, html.mm-right.mm-opened .mm-fixed-bottom { left: auto; right: 0%; }
html.mm-right.mm-opened.mm-opening .mm-page, html.mm-right.mm-opened.mm-opening #mm-blocker, html.mm-right.mm-opened.mm-opening .mm-fixed-top, html.mm-right.mm-opened.mm-opening .mm-fixed-bottom { left: auto; }
.mm-menu.mm-bottom { width: 100%; top: auto; bottom: 0; }
html.mm-bottom.mm-opened .mm-page, html.mm-bottom.mm-opened #mm-blocker { bottom: 0%; top: auto; }
html.mm-bottom.mm-opened.mm-opening .mm-page, html.mm-bottom.mm-opened.mm-opening #mm-blocker, html.mm-bottom.mm-opened.mm-opening .mm-fixed-top, html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom { top: auto; left: 0; }
.mm-menu.mm-top { height: 80%; }
html.mm-top.mm-opening .mm-page, html.mm-top.mm-opening #mm-blocker, html.mm-top.mm-opening .mm-fixed-top { top: 80%; }
html.mm-top.mm-opening .mm-fixed-bottom { bottom: -80%; }
 @media all and (max-height: 175px) {
 .mm-menu.mm-top { height: 140px; }
 html.mm-top.mm-opening .mm-page,  html.mm-top.mm-opening #mm-blocker,  html.mm-top.mm-opening .mm-fixed-top { top: 140px; }
 html.mm-top.mm-opening .mm-fixed-bottom { bottom: -140px; }
}
@media all and (min-height: 1100px) {
 .mm-menu.mm-top { height: 880px; }
 html.mm-top.mm-opening .mm-page,  html.mm-top.mm-opening #mm-blocker,  html.mm-top.mm-opening .mm-fixed-top { top: 880px; }
 html.mm-top.mm-opening .mm-fixed-bottom { bottom: -880px; }
}
.mm-menu.mm-right { width: 80%; }
html.mm-right.mm-opening .mm-page, html.mm-right.mm-opening #mm-blocker, html.mm-right.mm-opening .mm-fixed-top, html.mm-right.mm-opening .mm-fixed-bottom { right: 80%; }
 @media all and (max-width: 175px) {
 .mm-menu.mm-right { width: 140px; }
 html.mm-right.mm-opening .mm-page,  html.mm-right.mm-opening #mm-blocker,  html.mm-right.mm-opening .mm-fixed-top,  html.mm-right.mm-opening .mm-fixed-bottom { right: 140px; }
}
@media all and (min-width: 550px) {
 .mm-menu.mm-right { width: 440px; }
 html.mm-right.mm-opening .mm-page,  html.mm-right.mm-opening #mm-blocker,  html.mm-right.mm-opening .mm-fixed-top,  html.mm-right.mm-opening .mm-fixed-bottom { right: 440px; }
}
.mm-menu.mm-bottom { height: 80%; }
html.mm-bottom.mm-opening .mm-page, html.mm-bottom.mm-opening #mm-blocker, html.mm-bottom.mm-opening .mm-fixed-bottom { bottom: 80%; }
html.mm-bottom.mm-opening .mm-fixed-top { top: -80%; }
 @media all and (max-height: 175px) {
 .mm-menu.mm-bottom { height: 140px; }
 html.mm-bottom.mm-opening .mm-page,  html.mm-bottom.mm-opening #mm-blocker,  html.mm-bottom.mm-opening .mm-fixed-bottom { bottom: 140px; }
 html.mm-bottom.mm-opening .mm-fixed-top { top: -140px; }
}
@media all and (min-height: 1100px) {
 .mm-menu.mm-bottom { height: 880px; }
 html.mm-bottom.mm-opening .mm-page,  html.mm-bottom.mm-opening #mm-blocker,  html.mm-bottom.mm-opening .mm-fixed-bottom {
 bottom: 880px;
}
 html.mm-bottom.mm-opening .mm-fixed-top { top: -880px; }
}
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front.mm-opened .mm-page { top: 0 !important; right: 0 !important; bottom: 0 !important; left: 0 !important; }
.mm-menu.mm-front, .mm-menu.mm-next { -webkit-transition: none 0.4s ease; -moz-transition: none 0.4s ease; -ms-transition: none 0.4s ease; -o-transition: none 0.4s ease; transition: none 0.4s ease; -webkit-transition-property: top, right, bottom, left, -webkit-transform; -moz-transition-property: top, right, bottom, left, -moz-transform; -ms-transition-property: top, right, bottom, left, -o-transform; -o-transition-property: top, right, bottom, left, -o-transform; transition-property: top, right, bottom, left, transform; }
html.mm-front .mm-page, html.mm-front #mm-blocker { z-index: 0; }
.mm-menu.mm-front { z-index: 1; box-shadow: none; }
html.mm-opened.mm-next .mm-page { box-shadow: none; }
html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next { left: 0%; }
.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next { left: 0; }
html.mm-opening .mm-menu.mm-top.mm-front, html.mm-opening .mm-menu.mm-top.mm-next { left: 0; top: 0%; }
.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next { left: auto; }
html.mm-opening .mm-menu.mm-right.mm-front, html.mm-opening .mm-menu.mm-right.mm-next { left: auto; right: 0%; }
.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next { top: auto; left: 0; }
html.mm-opening .mm-menu.mm-bottom.mm-front, html.mm-opening .mm-menu.mm-bottom.mm-next { left: 0; bottom: 0%; }
.mm-menu.mm-front, .mm-menu.mm-next { left: -80%; }
 @media all and (max-width: 175px) {
 .mm-menu.mm-front, .mm-menu.mm-next { left: -140px; }
}
@media all and (min-width: 550px) {
 .mm-menu.mm-front, .mm-menu.mm-next { left: -440px; }
}
.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next { top: -80%; }
 @media all and (max-height: 175px) {
 .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next { top: -140px; }
}
@media all and (min-height: 1100px) {
 .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next { top: -880px; }
}
.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next { right: -80%; }
 @media all and (max-width: 175px) {
 .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next { right: -140px; }
}
@media all and (min-width: 550px) {
 .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next { right: -440px; }
}
.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next { bottom: -80%; }
 @media all and (max-height: 175px) {
 .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next { bottom: -140px; }
}
@media all and (min-height: 1100px) {
 .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next { bottom: -880px; }
}
html.mm-front .mm-fixed-top, html.mm-front .mm-fixed-bottom, html.mm-opening.mm-front .mm-fixed-top, html.mm-opening.mm-front .mm-fixed-bottom { left: 0; right: auto; }
html.mm-front .mm-fixed-top, html.mm-opening.mm-front .mm-fixed-top { top: 0; }
html.mm-front .mm-fixed-bottom, html.mm-opening.mm-front .mm-fixed-bottom { bottom: 0; }
/*
	jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page { box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
.mm-ismenu.mm-light { background: #f3f3f3; color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light .mm-list > li:after { border-color: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-light .mm-list > li > a.mm-subclose { background: rgba(255, 255, 255, 0.6); color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before { border-color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-light .mm-list > li > a.mm-subopen:before { border-color: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu.mm-light .mm-list > li.mm-selected > span {
 background: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-light .mm-list > li.mm-label { background: rgba(0, 0, 0, 0.03); }
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul { background: rgba(0, 0, 0, 0.03); }
.mm-menu.mm-light .mm-search input { background: rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light .mm-noresultsmsg { color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-light em.mm-counter { color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-light .mm-list li.mm-label > div > div { background: rgba(0, 0, 0, 0.03); }
.mm-menu.mm-light .mm-header { border-color: rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-light .mm-header a:before { border-color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-light label.mm-toggle { background: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-light label.mm-toggle div { background: #f3f3f3; }
.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
 background: #4bd963;
}
html.mm-opened.mm-white .mm-page { box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
.mm-ismenu.mm-white { background: white; color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-white .mm-list > li:after { border-color: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-white .mm-list > li > a.mm-subclose { background: rgba(0, 0, 0, 0.06); color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before { border-color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-white .mm-list > li > a.mm-subopen:before { border-color: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu.mm-white .mm-list > li.mm-selected > span {
 background: rgba(0, 0, 0, 0.06);
}
.mm-menu.mm-white .mm-list > li.mm-label { background: rgba(0, 0, 0, 0.03); }
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul { background: rgba(0, 0, 0, 0.03); }
.mm-menu.mm-white .mm-search input { background: rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-white .mm-noresultsmsg { color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-white em.mm-counter { color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-white .mm-list li.mm-label > div > div { background: rgba(0, 0, 0, 0.03); }
.mm-menu.mm-white .mm-header { border-color: rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-white .mm-header a:before { border-color: rgba(0, 0, 0, 0.3); }
.mm-menu.mm-white label.mm-toggle { background: rgba(0, 0, 0, 0.1); }
.mm-menu.mm-white label.mm-toggle div { background: white; }
.mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
 background: #4bd963;
}
html.mm-opened.mm-black .mm-page { box-shadow: none; }
.mm-ismenu.mm-black { background: black; color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-black .mm-list > li:after { border-color: rgba(255, 255, 255, 0.2); }
.mm-menu.mm-black .mm-list > li > a.mm-subclose { background: rgba(255, 255, 255, 0.25); color: rgba(255, 255, 255, 0.3); }
.mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before { border-color: rgba(255, 255, 255, 0.3); }
.mm-menu.mm-black .mm-list > li > a.mm-subopen:before { border-color: rgba(255, 255, 255, 0.2); }
.mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu.mm-black .mm-list > li.mm-selected > span {
 background: rgba(255, 255, 255, 0.25);
}
.mm-menu.mm-black .mm-list > li.mm-label { background: rgba(255, 255, 255, 0.15); }
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul { background: rgba(255, 255, 255, 0.15); }
.mm-menu.mm-black .mm-search input { background: rgba(255, 255, 255, 0.3); color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-black .mm-noresultsmsg { color: rgba(255, 255, 255, 0.3); }
.mm-menu.mm-black em.mm-counter { color: rgba(255, 255, 255, 0.3); }
.mm-menu.mm-black .mm-list li.mm-label > div > div { background: rgba(255, 255, 255, 0.15); }
.mm-menu.mm-black .mm-header { border-color: rgba(255, 255, 255, 0.2); color: rgba(255, 255, 255, 0.3); }
.mm-menu.mm-black .mm-header a:before { border-color: rgba(255, 255, 255, 0.3); }
.mm-menu.mm-black label.mm-toggle { background: rgba(255, 255, 255, 0.2); }
.mm-menu.mm-black label.mm-toggle div { background: black; }
.mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
 background: #4bd963;
}
/*=============================================================*/
/*--------------| Custom Hamburger Animation |-----------------*/
/*=============================================================*/
#hamburger { display:inline-block; width: 40px; height: 38px; margin:5px 0 0; position: relative; z-index: 2; font-size:0; }
#hamburger:before, #hamburger:after, #hamburger span { background:#fff; content: ""; display: block; height: 6px; left:0; position: absolute; width: 35.5px; }
/* Safari only */
#hamburger:before, #hamburger:after, #hamburger span:not(:root:root) {
 left:7.5px;
}
#hamburger:before { top: 5px; }
#hamburger:after { bottom: 5px; }
#hamburger span { top: 50%; margin-top: -3px; }
/* Hamburger animation */
#hamburger:before, #hamburger:after, #hamburger span { transition: none 0.5s ease 0.5s; transition-property: transform, top, bottom, left, opacity; -webkit-transition: none 0.5s ease 0.5s; -webkit-transition-property: transform, top, bottom, left, opacity; -moz-transition: none 0.5s ease 0.5s; -moz-transition-property: transform, top, bottom, left, opacity; }
html.mm-opening #hamburger span { left: -50px; opacity: 0; }
html.mm-opening #hamburger:before { transform: rotate( 45deg ); top: 16px; }
html.mm-opening #hamburger:after { transform: rotate( -45deg ); bottom: 16px; }

/*=============================================================*/
/*--------------| Custom Styling Menu Extras |-----------------*/
/*=============================================================*/
.mm-list > li.contact:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
 border-bottom:0px solid #254551;
}
.mm-list > li.nav-social:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
 border-bottom:0px solid #254551;
}
.mm-list li.contact p.text { padding:50px 80px 15px 40px!important; font-family:'lato', helvetica, sans-serif!important; font-weight:300; font-size:17px!important; line-height:150%!important; color:#ffffff!important; margin-bottom:0!important; }
.mm-list li.contact p.cta { padding:5px 10px 15px 40px!important; font-family:'merriweather', helvetica, sans-serif!important; font-size:17px!important; line-height:130%!important; color:#ffffff!important; margin-bottom:0!important; }
.mm-list li.nav-social { padding:30px 40px 80px 40px!important; }
.mm-list li.nav-social h3 { font-family:'merriweather', helvetica, sans-serif; font-size:21px!important; font-weight:300!important; color:#ffffff!important; margin:0!important; }
.mm-list li.nav-social p { font-family:'merriweather', helvetica, sans-serif!important; font-size:17px!important; line-height:130%!important; color:#ffffff!important; margin-bottom:0!important; }
.mm-list li.nav-social a.fb { width:35px; height:35px; display:block; cursor:pointer; background-image:url(//cdn2.hubspot.net/hub/32387/file-1382540197-jpg/2014Web/img/nav-social-fb.jpg); background-repeat:no-repeat; float:left; margin:12px 5% 0 0; text-indent:-6000px; padding: 0 !important; }
.mm-list li.nav-social a.tw { width:36px; height:35px; display:block; cursor:pointer; background-image:url(//cdn2.hubspot.net/hub/32387/file-1379514681-jpg/2014Web/img/nav-social-tw.jpg); background-repeat:no-repeat; float:left; margin:12px 5% 0 0; text-indent:-6000px; padding: 0 !important; }
.mm-list li.nav-social a.gg { width:35px; height:35px; display:block; cursor:pointer; background-image:url(//cdn2.hubspot.net/hub/32387/file-1379514676-jpg/2014Web/img/nav-social-gg.jpg); background-repeat:no-repeat; float:left; margin:12px 5% 0 0; text-indent:-6000px; padding: 0 !important; }
.mm-list li.nav-social a.li { width:35px; height:35px; display:block; cursor:pointer; background-image:url(//cdn2.hubspot.net/hub/32387/file-1382540207-jpg/2014Web/img/nav-social-li.jpg); background-repeat:no-repeat; float:left; margin:12px 5% 0 0; text-indent:-6000px; padding: 0 !important; }
.mm-list li.nav-social a.yt { width:36px; height:35px; display:block; cursor:pointer; background-image:url(//cdn2.hubspot.net/hub/32387/file-1379514721-jpg/2014Web/img/nav-social-yt.jpg); background-repeat:no-repeat; float:left; margin:12px 5% 0 0; text-indent:-6000px; padding: 0 !important; }
.mm-list li.nav-social a.ig { width:35px; height:35px; display:block; cursor:pointer; background-image:url(//cdn2.hubspot.net/hub/32387/file-1378478243-jpg/2014Web/img/nav-social-ig.jpg); background-repeat:no-repeat; float:left; margin:12px 0px 0 0; text-indent:-6000px; padding: 0 !important; }


.ppcForm label { display:none; }
.ppcForm .hs-error-msgs label { display:block; color:#fff;}
.ppcForm h3.form-title { font-size: 22px; }
.ppcForm input:not(.hs-button):not([type="checkbox"]):not([type="radio"]) { background:rgba(17,17,17, .32); height:48px; border:1px solid white; margin:0 0 15px; font-size: 17px;
font-weight: 400; color:white; }
.ppcForm .actions {
        position: relative;
    display: inline-block;
    width: 100%;
    
    line-height: 26px;
    padding: 12px 0;
    color: #fff;
    font-size: 17px;
    color: #fff;
    background: #e942fc;
    border-radius: 100px;
    text-align: left;
    transition:background .4s;
}
.ppcForm .actions:hover { background:#d12ae4; }
.ppcForm input.hs-button { font-size:17px; color:#fff; display:block; width:100%; padding:0 25px; text-align:left; }
.ppcForm .actions:before {
line-height: 34px;
font-family: 'FontAwesome';
text-align: center;

position: absolute;
right: 10px;
top: 8px;
color: #fff;
background: #d429e7;
width: 32px;
height: 32px;
border-radius: 100%;
content: "\f178";
}

.blog-subscribe.mobile { display:none!important; padding:50px 0px 35px; }


@media screen and (max-width:767px) {
    .row-fluid .inner-header { position:relative; }
    .body-container-wrapper { margin-top:0!important; }
    .next-link { display:none; }
    .ppcForm h3.form-title { margin:30px 0 0; }
    .row-fluid .blog-topic span.topic-drop { font-size:18px; padding:10px; }
    .row-fluid .blog-topicsubscribesearch { padding:10px 0; }
    .row-fluid .blog-topicsubscribesearch h1 { padding:9px 0 8px; }
    .blog-subscribe.mobile { display:block!important; }
    .blog-subscribe:not(.mobile) { display:none!important; }
    .post-header { padding-bottom:5px!important; }
    #captcha_wrapper { overflow:hidden;  }
    body #recaptcha_area table#recaptcha_table #recaptcha_image { width:220px!important; }
}


.blog-topic h2 { padding:15px 0 25px; }
.blog-detailtext a { color:#0ea6f9; }
.resultsTable { width:100%; max-width:400px; margin:30px auto; }
.resultsTable th { color:#fff; background:#e12726; }
.resultsTable td { border-bottom:1px solid #e3e3e3; }
.resultsTable tbody tr:last-child td { border:none; font-weight:700;}
.resultsTable tbody tr td:last-child { text-align:center; }

.row-fluid .blog-subscribe input[type="submit"], .row-fluid input[type="submit"] { -webkit-appearance:none; min-width:1px;}



.hs-blog-id-1600908786 .row-fluid .wrapper, .row-fluid .comparison-content .hs_cos_wrapper_widget_container {
    width: 100%;
    padding: 0 20px;
}

@media all and (max-width:549px) {
    .hs-blog-id-1600908786 #mainmenu-links { width: 400px !important; }
    html.mm-opening .hs-blog-id-1600908786 .top.fixed3, html.mm-opening .hs-blog-id-1600908786  .mm-page { left: 400px !important; }
}

@media all and (max-width:480px) {
    .hs-blog-id-1600908786 #mainmenu-links { width: 320px !important; }
    html.mm-opening .hs-blog-id-1600908786 .top.fixed3, html.mm-opening .hs-blog-id-1600908786  .mm-page { left: 320px !important; }
}
















}